├── LICENSE ├── Pipfile ├── Pipfile.lock ├── README.md ├── praw.ini └── scrapper.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotYourGuy/scraperr/HEAD/LICENSE -------------------------------------------------------------------------------- /Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotYourGuy/scraperr/HEAD/Pipfile -------------------------------------------------------------------------------- /Pipfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotYourGuy/scraperr/HEAD/Pipfile.lock -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotYourGuy/scraperr/HEAD/README.md -------------------------------------------------------------------------------- /praw.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotYourGuy/scraperr/HEAD/praw.ini -------------------------------------------------------------------------------- /scrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotYourGuy/scraperr/HEAD/scrapper.py --------------------------------------------------------------------------------