2023-04-09 19:22:30 +05:30
|
|
|
# Run `document.cookie` in the console on bing.com/chat
|
2023-05-05 13:55:05 +05:30
|
|
|
# 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!
|
2023-04-09 19:22:30 +05:30
|
|
|
BING_COOKIE=
|
|
|
|
|
2023-04-09 19:25:14 +05:30
|
|
|
# The bot token you obtained from BotFather.
|
2023-04-09 19:22:30 +05:30
|
|
|
TG_TOKEN=
|
|
|
|
|
2023-04-09 19:25:14 +05:30
|
|
|
# A comma separated list of chat IDs you want to allow.
|
|
|
|
# To allow usage in all chats, set this to "all".
|
2023-04-09 19:22:30 +05:30
|
|
|
ALLOWED_CHATS=
|