Code to scrape news articles from the website of the newspaper Times of India
pip3 install bs4 tqdm
- Go to "https://timesofindia.indiatimes.com/" and search for your desired topic.
- Then paste the link to that topic in the line 11 of the python code file
- run the file using:- python3 code.py
- I will take time, depending on the internet connection, and export the articles in CSV file with the format: {'Headlines': headlines, 'Article' : news, 'Published_Dates' : dates, 'Source_URLs' : urls }