Added Twitter auth command and some base functions.

This commit is contained in:
flash 2019-03-06 11:27:38 +01:00
parent eafa258d7a
commit 81b0abfd91
5 changed files with 289 additions and 7 deletions

View file

@ -46,3 +46,7 @@ secret_key = secret_key_for_generating_csrf_tokens
[Proxy]
enabled = true
secret_key = change_this_or_i_will_beat_you_up
[Twitter]
api_key = <consumer key>
api_secret = <consumer secret key>