mirror of
https://github.com/bellingcat/reddit-post-scraping-tool.git
synced 2026-06-12 21:48:29 +03:00
Update pyproject.toml
1.7.0.0
This commit is contained in:
@@ -7,12 +7,12 @@ packages = ["rpst"]
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "reddit-post-scraping-tool"
|
name = "reddit-post-scraping-tool"
|
||||||
version = "1.6.2.0"
|
version = "1.7.0.0"
|
||||||
description = "Given a subreddit name and a keyword, RPST returns all top (by default) posts that contain the specified keyword."
|
description = "Given a subreddit name and a keyword, RPST returns all top (by default) posts that contain the specified keyword."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
license = {file = "LICENSE"}
|
license = {file = "LICENSE"}
|
||||||
keywords = ["osint", "reddit-crawler", "reddit-scraping", "reddit"]
|
keywords = ["reddit-crawler", "reddit-scraping", "reddit", "reddit-api"]
|
||||||
authors = [{name = "Richard Mwewa", email = "rly0nheart@duck.com"}]
|
authors = [{name = "Richard Mwewa", email = "rly0nheart@duck.com"}]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
@@ -26,6 +26,7 @@ classifiers = [
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rich",
|
"rich",
|
||||||
|
"glyphoji",
|
||||||
"requests",
|
"requests",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -35,4 +36,4 @@ documentation = "https://github.com/bellingcat/reddit-post-scraping-tool/wiki"
|
|||||||
repository = "https://github.com/bellingcat/reddit-post-scraping-tool.git"
|
repository = "https://github.com/bellingcat/reddit-post-scraping-tool.git"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
rpst = "rpst.__main:run"
|
rpst = "rpst.main:run"
|
||||||
|
|||||||
Reference in New Issue
Block a user