├── .gitignore ├── LICENSE └── scrape.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JessePresnell/PredictIt-Python/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JessePresnell/PredictIt-Python/HEAD/LICENSE -------------------------------------------------------------------------------- /scrape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JessePresnell/PredictIt-Python/HEAD/scrape.py --------------------------------------------------------------------------------