Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 622 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 622 Bytes

llama-index-app

Credentials

For integration, you would need the following environment variables:

# For github_repo_*.py
export GITHUB_TOKEN=<github token>
export OPENAI_API_KEY=<openai key>

# For spotify_*.py
export SPOTIPY_CLIENT_ID='<client id>'
export SPOTIPY_CLIENT_SECRET='<client secret>'
export SPOTIPY_REDIRECT_URI='<direct uri>'

For Google (Gmail, Calendar and Youtube) integration, you need credential.json. See here for more info.

To run

  1. Run poetry shell
  2. Run poetry install
  3. Run python <script name>.py