Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
deepset
/
should-i-follow
like
81
Running
App
Files
Files
Community
8
Fetching metadata from the HF Docker repository...
171d07b
should-i-follow
/
utils
/
config.py
Tuana
Merge branch 'main' into requesting-openai-key
8193319
about 2 years ago
raw
Copy download link
history
blame
Safe
106 Bytes
import
os
from
dotenv
import
load_dotenv
load_dotenv()
TWITTER_BEARER = os.getenv(
'TWITTER_BEARER_TOKEN'
)