Program to demonstrate usage of API for data collection
![NOTE] The program is intended to be used for only academic purpose
- Create an API key for Times Of India API.
- Use that API to create queries.
- Fetch the recent articles published about "business analytics" from all sources.
- For each article extract the following things – [source-id , source-name, author, title, description, content]
- Convert the JSON output to dataframe with each parameter as a column and each article as a row.
- Save the output file in csv format("output_api.csv").