mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-12-17 09:24:22 -05:00
debug
This commit is contained in:
parent
13041cc7d2
commit
5f7836901a
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue