mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-12-17 11:34:30 -05:00
debug
This commit is contained in:
parent
13041cc7d2
commit
5f7836901a
@ -174,6 +174,10 @@ print(tweet_ids)
|
||||
from requests_oauthlib import OAuth1Session
|
||||
import json
|
||||
## OAuth vs Tweepy auth, idk why can't create collection with above tweepy auth
|
||||
print(consumer_key)
|
||||
print(consumer_secret)
|
||||
print(access_token)
|
||||
print(access_token_secret)
|
||||
twitter = OAuth1Session(consumer_key,
|
||||
client_secret=consumer_secret,
|
||||
resource_owner_key=access_token,
|
||||
|
Loading…
Reference in New Issue
Block a user