-
pip install pymongo
-
pip install scrapy
-
pip install < Name of the Module if missing >
- Go to rss/rss/settings.py
- Change the Mongo URI as per your MONGO DB URI
- Go to rss/rss/settings.py]
- update CRAWL_TIME = 300 (In Seconds)
- Go to rss/spiders
- Run the command in terminal
python crawl.py
- docker-compose build
- docker-compose up
- docker tag rss-rss:latest pratikbtn/rss-rss:latest
- docker push pratikbtn/rss-rss