8000 GitHub - Kuntal271/NewsApp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Kuntal271/NewsApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewsApp: News Summarizer

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

  1. Clone my repository:

    git clone https://github.com/Kuntal271/NewsApp ~/NewsApp && cd NewsApp
  2. Open CMD in the working directory and install the dependencies:

    pip install -r requirements.txt
  3. App.py is the main Python file of the Streamlit web application. To run the app, write the following command in CMD or use any IDE:

    streamlit run App.py --server.port 80

For Linux (using sudo):

  1. Switch to superuser:

    sudo su
  2. Install Git, Python3, and Pip:

    yum install git
    yum install python3
    yum install python3-pip
  3. Clone the repository and navigate to the directory:

    git clone https://github.com/Kuntal271/NewsApp ~/NewsApp && cd NewsApp
  4. Install the dependencies:

    pip3 install -r requirements.txt
  5. Run the app:

    streamlit run App.py --server.port 80

Additional Information

For more details on using AWS EC2, refer to the AWS EC2 User Guide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0