A simple Python demonstration of using Streamlit with the Aylien News API.
You can view a demo here; https://intense-brushlands-31014.herokuapp.com/
You can modify the code to include extra sources, entities, and add support for other parameters the Aylien News API takes.
To run locally;
pip install -r requirements.txt
streamlit run get_stories.py
This app works well with Heroku.
- Install the Heroku CLI and set it up
heroku create
git push heroku main