mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-02-21 16:52:12 +00:00
14 lines
457 B
Plaintext
14 lines
457 B
Plaintext
# Run `document.cookie` in the console on bing.com/chat
|
|
# and paste it here. Note that this is the entire result
|
|
# of `document.cookie`. Double/single quotes here are fine,
|
|
# they will be automatically removed. 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=
|