├── LICENSE ├── README.md ├── requirements.txt └── wagps.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riz4d/WaGpScraper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riz4d/WaGpScraper/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | google 2 | -------------------------------------------------------------------------------- /wagps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riz4d/WaGpScraper/HEAD/wagps.py --------------------------------------------------------------------------------