├── LICENSE ├── README.md ├── igg_scraper.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulianGi/IGGScraper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulianGi/IGGScraper/HEAD/README.md -------------------------------------------------------------------------------- /igg_scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulianGi/IGGScraper/HEAD/igg_scraper.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | bs4 2 | lxml 3 | pyperclip --------------------------------------------------------------------------------