Metadata-Version: 2.3
Name: scrappit
Version: 0.1.0
Project-URL: Homepage, https://github.com/natanjunges/scrappit
Project-URL: Issues, https://github.com/natanjunges/scrappit/issues
Author-email: Natan Junges <natanajunges@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: fake-useragent
Requires-Dist: requests
Description-Content-Type: text/markdown

# scrappit
## Installing
```shell
git clone https://github.com/natanjunges/scrappit.git
cd scrappit
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
```
