Comic-Downloader takes a URL from the main page of a comic book on readcomics.io and downloads each issue, then converts them to a .cbz format.
After watching Avengers: Infinity War, my interest level in comics spiked up 1000 times (not that it wasn't high already.) The problem is, there is no free way to read comics on mobile devices. For manga, there is, and you can use websites, but there is no actual app that does this. So I wanted a solution where I could read comics on any app I wanted (like Astonishing Comic Reader) and that's where this project was born!
As of right now, the application is developed purely in Java and I have no intentions on changing that.
- Implement cross-platform functionality
- Implement save states and integrate with a database
- Considering either PostgreSQL or JSON files
- Allow application to login using user credentials to check favorite comics
- Run in the background for passive checking
- Optimize timing of program
- Save state implementation
None at the moment (and I'd like to keep it that way!)