Metadata-Version: 2.2
Name: BAScraper
Version: 0.2.0
Summary: API wrapper for PullPush.io - the 3rd party replacement API for Reddit.
Author: maxjo
Author-email: jo@yeongmin.net
Project-URL: Github, https://github.com/maxjo020418/BAScraper
Keywords: reddit,scraper,PullPush,wrapper
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: requests
Provides-Extra: multithreading-requests
Requires-Dist: requests; extra == "multithreading-requests"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

currently it can:
- get submissions/comments from a certain subreddit in supported order/sorting methods specified in the PullPush.io API docs
- get comments under the retrieved submissions
- can get all the submissions based on the number of submissions or in a certain timeframe you specify
- can recover(if possible) deleted/removed submission/comments from the returned result
check the [documentation on the github](https://github.com/maxjo020418/BAScraper) for detailed info
