Given a starting url for first page a of a manga chapter and the chapter number, this will scrape all the pages of the chapter and create a page with all the chapter images stacked up on each other allowing for more convenient reading of a chapter without having to click through each and every individual page.
- Python 3.5.4, flask, requests, Pillow, urllib3, session
- Dockerfile can be utilized to create a docker image for the project example commands to build and run with docker
docker build -t MangaChapterScraper .
docker run -d -p 5000:80 MangaChapterScraper
- Currently tested on mangatown and mangastream
- Add in feature to start another crawl on next chapter