Initial commit

This commit is contained in:
Daniel Schulte 2018-03-18 16:56:49 +01:00
commit a2f19397fb
5 changed files with 320 additions and 0 deletions

7
config.toml.example Normal file
View file

@ -0,0 +1,7 @@
[auth.consumer]
key="PUT_YOUR_CONSUMER_KEY_HERE"
secret="PUT_YOUR_CONSUMER_SECRET_HERE"
[auth.access]
token="PUT_YOUR_ACCESS_TOKEN_HERE"
secret="PUT_YOUR_ACCESS_SECRET_HERE"