Generate an RSS feed of the comments for a webtoons comic.
I also wanted to play with mongodb and learn a little about it.
It works! See example https://rss.croppy.duckdns.org/117474-rss.xml
see deploy/readme.md
Completed items
- get list of chapters in comic
- get list of comments in comic
- I think I need to grab replies in comic
- figure out if there are new replies and then grab them
- load results into database
- show results in database based on time processed
- last 50 inserted into database
- grab Image for page & put url into db
- generate list with images
- generate content that includes replied post in results
- periodically rescrape results
- create docker-compose for results
see scraping_notes.md and fetch.md
see deploy/readme.md