mirror of
https://github.com/wassname/scrape_r_rational.git
synced 2026-09-09 11:33:49 +08:00
23 lines
721 B
Bash
23 lines
721 B
Bash
# Environment variables go here, can be read by `python-dotenv` package:
|
|
#
|
|
# `src/script.py`
|
|
# ----------------------------------------------------------------
|
|
# import dotenv
|
|
#
|
|
# project_dir = os.path.join(os.path.dirname(__file__), os.pardir)
|
|
# dotenv_path = os.path.join(project_dir, '.env')
|
|
# dotenv.load_dotenv(dotenv_path)
|
|
# ----------------------------------------------------------------
|
|
#
|
|
# DO NOT ADD THIS FILE TO VERSION CONTROL!
|
|
|
|
# get your own keys from https://old.reddit.com/prefs/apps/
|
|
email=bot@example.org
|
|
USERNAME=usrname
|
|
CLIENT_ID=XXXXXXXXXXXXXXX
|
|
CLIENT_SECRET=XXxxx111xxxXXXXXXXXXX
|
|
PASSWORD=XXXXxxXX1XXX
|
|
|
|
# from https://openrouter.ai/settings/keys
|
|
OPENROUTER_API_KEY=sk-or-v1-XXXX
|