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.
- Run
poetry shell
- Run
poetry install
- Run
python <script name>.py