Fresh News is a project for retrieving and displaying up-to-date news in a convenient format.
- Fetching the latest news from various sources
- Filtering news by categories
- User-friendly and minimalist interface
- Automatic news feed updates
- Python
- Telebot
- Requests
- BeautifulSoup (bs4)
-
Install the required libraries (listed above)
Telebot
pip install TelebotRequests
pip install RequestsBeautifulSoup
pip install BeautifulSoup -
Clone the repository
git clone https://github.com/xok9ty/Fresh_News.git -
Install dependencies
nmp install -
Run the project
nmp start