├── README ├── TODO ├── bulkdownload.py ├── gutenberg.py └── toss.py /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoom/gutenberg-ebook-scraping/HEAD/README -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- 1 | 2 | TODO: 3 | -------------------------------------------------------------------------------- /bulkdownload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoom/gutenberg-ebook-scraping/HEAD/bulkdownload.py -------------------------------------------------------------------------------- /gutenberg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoom/gutenberg-ebook-scraping/HEAD/gutenberg.py -------------------------------------------------------------------------------- /toss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoom/gutenberg-ebook-scraping/HEAD/toss.py --------------------------------------------------------------------------------