Set up .ini file for auth keys.

This commit is contained in:
mburtonkelly
2018-11-01 11:16:01 -05:00
parent 7ae6d2c4d4
commit c8dc23e462
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>