should-i-follow / README.md
Tuana's picture
Update README.md
19b8963 unverified
|
raw
history blame
582 Bytes

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: