├── .gitattributes ├── BookDownloaderArchiveOrg.py ├── metadata.md ├── readme.md └── requirements.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harrycorrigan/ArchiveOrgLibraryDownloader/HEAD/.gitattributes -------------------------------------------------------------------------------- /BookDownloaderArchiveOrg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harrycorrigan/ArchiveOrgLibraryDownloader/HEAD/BookDownloaderArchiveOrg.py -------------------------------------------------------------------------------- /metadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harrycorrigan/ArchiveOrgLibraryDownloader/HEAD/metadata.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harrycorrigan/ArchiveOrgLibraryDownloader/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | PIL 2 | selenium 3 | shutil 4 | threading 5 | os 6 | requests --------------------------------------------------------------------------------