├── P0_get_categories.py ├── P1_get_page_counts.py ├── P2_get_story_links.py ├── P3_download_stories.py ├── P4_download_extra_pages.py ├── P5_collate_stories.py └── README.md /P0_get_categories.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EleutherAI/pile-literotica/HEAD/P0_get_categories.py -------------------------------------------------------------------------------- /P1_get_page_counts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EleutherAI/pile-literotica/HEAD/P1_get_page_counts.py -------------------------------------------------------------------------------- /P2_get_story_links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EleutherAI/pile-literotica/HEAD/P2_get_story_links.py -------------------------------------------------------------------------------- /P3_download_stories.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EleutherAI/pile-literotica/HEAD/P3_download_stories.py -------------------------------------------------------------------------------- /P4_download_extra_pages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EleutherAI/pile-literotica/HEAD/P4_download_extra_pages.py -------------------------------------------------------------------------------- /P5_collate_stories.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EleutherAI/pile-literotica/HEAD/P5_collate_stories.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EleutherAI/pile-literotica/HEAD/README.md --------------------------------------------------------------------------------