this repo about simple way to manange dataset in geckoboard with python include
- test connection & auth
- create dataset
- add new data
- update data
- delete data
requests package for use request to http server
sudo pip install requests
python-dotenv package for get configuration data from .env
file
sudo pip install python-dotenv
Geckoboard need authorize by API key. you can find api key in menu account in top right corner.
copy .env.example file and rename it to .env file
cp .env.example > .env
Then replace your api key
apikey=<you-api-key->
for more information. you can have a look.