switch to tweepy

This commit is contained in:
msk
2022-09-12 01:31:09 -07:00
parent 2d7e6324cb
commit 2ab28ec5c8
8 changed files with 93 additions and 16 deletions
+7 -3
View File
@@ -13,7 +13,11 @@
#
# https://stackoverflow.com/questions/10755655/git-ignore-tracked-files
# note: api_key/secret = consumer_key/secret
[Credentials]
api_key='xxx'
api_secret='yyy'
bearer_token='zzz'
api_key='x'
api_secret='y'
bearer_token='z'
oauth1_access_token='a'
oauth1_access_secret='b'