Spaces:
Running
Running
File size: 582 Bytes
19b8963 a576a00 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# 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:
|