This is a project created to illustrate the basics of web scraping by pulling information from the Financial Reporter RSS feed and storing it in a database, created a search API which will accept a word and return respective article titles and also extract whole article from all the title link
- Install Requirements.txt file with -> pip install -r requirements.txt
- Run the code using -> uvicorn API.main:app --reload
- To get the articles from all the links, run -> python html_scraping