made from scratch! my own personalized banners for displaying anything github related to boost productivity
- create a
.envfile - put this into your
.envfile and changeyour_access_token_hereto your access token:ACCESS_TOKEN=your_access_token_here - run this to install dependencies
pip install requests python-dotenv pathlib - run the python file
python main.py - (optional) for installing autocomplete and intellisense when editing graphql files:
install GraphQL: Language Feature Support extension.
