├── .gitignore ├── README.md ├── consolidate.py ├── content.py ├── data.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayrav13/devpost-scraper/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayrav13/devpost-scraper/HEAD/README.md -------------------------------------------------------------------------------- /consolidate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayrav13/devpost-scraper/HEAD/consolidate.py -------------------------------------------------------------------------------- /content.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayrav13/devpost-scraper/HEAD/content.py -------------------------------------------------------------------------------- /data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayrav13/devpost-scraper/HEAD/data.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayrav13/devpost-scraper/HEAD/requirements.txt --------------------------------------------------------------------------------