mirror of
https://github.com/wassname/scrape_r_rational.git
synced 2026-08-20 12:50:33 +08:00
document keys
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# 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
|
||||
|
||||
# LLM API keys
|
||||
OPENAI_API_KEY=sk-proj-XXX
|
||||
# from https://openrouter.ai/settings/keys
|
||||
OPEN_ROUTER_KEY=sk-or-v1-XXXX
|
||||
Reference in New Issue
Block a user