Bangla Newspaper Crawlers written using Scrapy.
Newspaper Covered So far:
- Amader Shomoy
- Bangladesh Today
- Bangla Tribune
- BDNews24
- Daily Nayadiganta
- Bangla Dailystar
- Ittefaq
- Janakantha
- Kalerkantho
- TBS Bangla
- Prothom Alo
- Scrapy
- Newspaper3k (Modfified)
Optional:
conda create -n scrapy-env python=3.9
conda activate scrapy-env
Install Dependency:
pip install -r requirements.txt
python main.py
If you want to run individual crawlers
scrapy crawl <crawler-name> -o output.[csv|json|jsonl]
Istiak Shihab ([email protected])
- 0.1
- Initial Release
This project is licensed under the GPLv2.0 License - see the LICENSE.md file for details
- Jillur Rahman Saurav for Newspaper3k Modification