Manage Github stars with ease based on multidimensional table!
A simple way to re-implement https://app.astralapp.com/
- Copy a table from Vika template so you can use your API keys.
- Create a new GitHub OAuth App so you can plug in your API keys.
- Create a file
conf.pyand fill the config.
VIKA_TOKEN = "xxx"
VIKA_TABLE = "xxx"
GITHUB_TOKEN = "xxx"
GITHUB_USERNAME = "iamsk"- Install requirements
pip install -r requirements.txtpython stars.py-
stars.pysupporting transfer data fromhttps://app.astralapp.com/to this - Support Airtable as back up of
Vika

