Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 315 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 315 Bytes

simple gemini telegram bot with simple whitelist

pip install -r requirements.txt

export GOOGLE_GEMINI_KEY='your google api key'
export BOT_TOKEN='your bot token from botfather'

export WHITELISTED_USERS='userid1,userid2'
export WHITELISTED_GROUPS='groupid1,groupid2'

run: python gemini_bot.py