Set up .ini file for auth keys.

This commit is contained in:
mattbk
2018-11-01 11:16:01 -05:00
parent 09fc481443
commit 7e8dbe3522
2 changed files with 14 additions and 5 deletions

5
auth.ini Normal file
View File

@ -0,0 +1,5 @@
[twitter]
consumer_key = <your Consumer Key>
access_token = <your Acces Token>
consumer_secret = <your Consumer Secret>
access_secret = <your Access Token Secret>