# Simple app to get an overview of what the twitter user has been posting about and their tone In this repo you will find a template streamlit app set up for search applications. ## Installation and Running To run the bare application which does _nothing_: 1. Install requirements: `pip install -r requirements.txt` 2. Run the streamlit app: `streamlit run app.py` 3. Createa a `.env` and add your Twitter Bearer and OpenAI tokens: `TWITTER_BEARER_TOKEN` and `OPEN_AI_KEY` This will start up the app on `localhost:8501` where you will dind a simple search bar ## What to edit: