mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-07-25 16:20:57 +00:00
feat: add response timeout
* also switch to env vars
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@ -0,0 +1,11 @@
|
||||
# Run `document.cookie` in the console on bing.com/chat
|
||||
# and paste it here. You must be logged in and have
|
||||
# access to Bing Chat!
|
||||
BING_COOKIE=
|
||||
|
||||
# The bot token you obtained from BotFather
|
||||
TG_TOKEN=
|
||||
|
||||
# A comma separated list of chat IDs you want to allow
|
||||
# to allow usage in all chats, set this to "all"
|
||||
ALLOWED_CHATS=
|
Reference in New Issue
Block a user