strictly no vibe coding:D
-
this project is meant to automatically run on github actions to change the banner. see main.yml
-
for running locally you must have a
.envfile -
.envfile should have the following:ACCESS_TOKEN=your_access_token_here -
run to install dependencies
pip install requests python-dotenv pathlib -
run
python test.py -
(optional) for installing autocomplete and intellisense when editing graphql files:
install GraphQL: Language Feature Support extension.
