An application which provides summary of latest Topics, News and any searched topic.
SnapShot.mp4
- For summarizing the news I have used Newspaper3k
- For scraping the news I have used Google News RSS API.
- Trending News
- Favorite Topics
- Search News
- Quantity control
- Clone my repository.
- Open CMD in working directory.
- Run following command.
pip install -r requirements.txt
App.py
is the main Python file of Streamlit Web-Application.- To run app, write following command in CMD. or use any IDE.
streamlit run App.py