https://github.com/rvats20/news-app-python
This project is a Python-based application that fetches and displays the latest news from various sources. It's designed to be simple, efficient, and user-friendly.
https://github.com/rvats20/news-app-python
algorithms-and-data-structures machine-learning python python-3
Last synced: about 1 year ago
JSON representation
This project is a Python-based application that fetches and displays the latest news from various sources. It's designed to be simple, efficient, and user-friendly.
- Host: GitHub
- URL: https://github.com/rvats20/news-app-python
- Owner: rvats20
- License: apache-2.0
- Created: 2024-11-23T10:27:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T04:03:35.000Z (over 1 year ago)
- Last Synced: 2025-02-06T16:59:11.438Z (over 1 year ago)
- Topics: algorithms-and-data-structures, machine-learning, python, python-3
- Language: Python
- Homepage: https://rvats20.github.io/portfolio/
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# News-App-Python
Welcome to the News-App-Python repository! This project is a Python-based application that fetches and displays the latest news from various sources. It's designed to be simple, efficient, and user-friendly.
## Features
- Fetches news from multiple sources
- Displays news headlines and summaries
- Allows users to filter news by category
- Provides a search functionality to find specific news articles
- User-friendly interface
## Installation
To get started with the News-App-Python, follow these steps:
1. **Clone the repository:**
```bash
git clone https://github.com/your-username/News-App-Python.git
```
2. **Navigate to the project directory:**
```bash
cd News-App-Python
```
3. **Install the required dependencies:**
```bash
pip install -r requirements.txt
```
## Usage
To run the application, use the following command:
```bash
python app.py
```
## Configuration
You can configure the application by editing the `config.py` file. Here, you can set your API keys, news sources, and other settings.
## Contributing
We welcome contributions! If you'd like to contribute, please follow these steps:
1. Fork the repository
2. Create a new branch (`git checkout -b feature-branch`)
3. Make your changes
4. Commit your changes (`git commit -m 'Add some feature'`)
5. Push to the branch (`git push origin feature-branch`)
6. Open a pull request
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.