Merge pull request #3 from bellingcat/dev

Dev
This commit is contained in:
Richard Mwewa
2023-08-06 02:19:33 +02:00
committed by GitHub
41 changed files with 1441 additions and 706 deletions

View File

@@ -7,8 +7,8 @@ packages = ["reddit_post_scraping_tool"]
[project]
name = "reddit-post-scraping-tool"
version = "1.3.0.1"
description = "Given a subreddit name and a keyword, this program returns all top (by default) posts that contain the specified word."
version = "1.4.0.0"
description = "Given a subreddit name and a keyword, RPST returns all top (by default) posts that contain the specified keyword."
readme = "README.md"
requires-python = ">=3.8"
license = {file = "LICENSE"}
@@ -30,9 +30,9 @@ dependencies = [
]
[project.urls]
homepage = "https://github.com/bellingcat/reddit-post-scraping-tool"
homepage = "https://github.com/bellingcat"
documentation = "https://github.com/bellingcat/reddit-post-scraping-tool/wiki"
repository = "https://github.com/bellingcat/reddit-post-scraping-tool.git"
[project.scripts]
reddit_post_scraping_tool = "reddit_post_scraping_tool.main:main"
rpst = "rpst.__main:run"