Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 749 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 749 Bytes

Web Scraper

Web Scraper for scraping data from the Twitter feed, sports news from espn.com and bbc.com/sport, and match results from flashscore.com.

It shows Location using IP and current weather for that location. It also shows current Time and Date.

Following are limitations of this application.

  1. Boxing sport doesn't have search feature. (Beacuse it wasn't possible to add it)
  2. Check search.py to see the available search queries. example : Inorder to search "La liga" user can write any thing like
  • laliga
  • LA LIGA
  • la liga
  • La liga (Search queries are case insensitive)

But not

  • la-liga (No special/whitespace character in between words except for single space " ")

Feel free to contribute to this repository.