Info Hub is your daily dose of curated knowledge β all in one place. This intelligent info aggregator fetches and displays:
- π° News of the Day β Top stories scraped from Inshorts
- π On This Day in History β Significant historical events via Wikipedia
- π£οΈ Word of the Day β Vocabulary building via dictionary APIs or scraping
- π Financial Term of the Day β Pulled directly from a Gmail account (Investopedia newsletter) using the Gmail API
π Visit the Live App
| Feature | Source |
|---|---|
| News Headlines | Inshorts API scraping |
| Today in History | Wikipedia |
| Word of the Day | Merriam-Webster or alternate sources |
| Financial Term of the Day | Gmail API β Fetches from Investopedia |
Flask(Python Web Framework)Gmail API(OAuth 2.0 + Google API Client)BeautifulSoup(for web scraping)Cloud Run(for deployment)
git clone https://github.com/Dhar15/Info-Hub.git
cd Info-Hub
pip install -r requirements.txt
python app.py