Skip to content

The news crawler project uses Streamlit to create an interactive and efficient interface. The goal is to extract and analyze real-time news data from Google News. The application streamlines information search and helps users stay updated on relevant topics.

Notifications You must be signed in to change notification settings

RonierisonMaciel/BrNews

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

The news crawler project uses Streamlit to create an interactive and efficient interface. The goal is to extract and analyze real-time news data from Google News. The application streamlines information search and helps users stay updated on relevant topics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%