mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-07-02 01:56:58 -04:00
try getting secrets again
This commit is contained in:
parent
5f7836901a
commit
42a7cd9a95
1 changed files with 4 additions and 0 deletions
|
@ -174,6 +174,10 @@ print(tweet_ids)
|
||||||
from requests_oauthlib import OAuth1Session
|
from requests_oauthlib import OAuth1Session
|
||||||
import json
|
import json
|
||||||
## OAuth vs Tweepy auth, idk why can't create collection with above tweepy auth
|
## OAuth vs Tweepy auth, idk why can't create collection with above tweepy auth
|
||||||
|
consumer_key = os.environ.get('CONSUMER_KEY')
|
||||||
|
consumer_secret = os.environ.get('CONSUMER_SECRET')
|
||||||
|
access_token = os.environ.get('ACCESS_KEY')
|
||||||
|
access_token_secret = os.environ.get('ACCESS_SECRET')
|
||||||
print(consumer_key)
|
print(consumer_key)
|
||||||
print(consumer_secret)
|
print(consumer_secret)
|
||||||
print(access_token)
|
print(access_token)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue