Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1018 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 1018 Bytes

BrNews 🇧🇷: Notícias resumidas 📰

forthebadge made-with-python
Python 3.8

Source

  • For summarizing the news I have used Newspaper3k
  • For scraping the news I have used Google News RSS API.

Features

  • Trending News
  • Favorite Topics
  • Search News
  • Quantity control

Usage

  • Clone my repository.
  • Open CMD in working directory.
  • Run following command.
  • Open port TCP personalized (AWS)
    • 8501
  • Origin type (AWS)
    • Any Any
    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 --server.port 80