This Flask-based news article application provides users with a convenient way to access news articles from different sources and categories. Users can easily stay informed about current events and trending topics through a user-friendly web interface.
- Fetches news articles from NewsAPI.
- Displays news articles in a user-friendly format.
- Allows users to search for specific topics.
- Allows users to read news from different categories.
- Python 3.x
- Virtual environment tool (e.g., venv or virtualenv)
- Git (optional, but recommended for cloning the repository)
git clone https://github.com/anuraagnagar/article-bucket.git
cd article-bucket
python -m venv venv
On Windows
venv\scripts\activate
On MacOS/Linux
source venv/bin/activate
You need to convert .env.example
to .env
file in your base directory and set your newsapi API_KEY
environment variable value.
pip install -r requirements.txt
flask run
To access this application open http://localhost:5000
in your web browser.
Contributions are welcome! If you find a bug or want to add a new feature, please open an issue or submit a pull request. For more information checkout
By contributing to this project, you agree that your contributions will be licensed under the .