Collections of yihong0618's telegram bot
for yihong0618's channel: https://t.me/hyi0618
- visit https://makersuite.google.com/app/apikey get the key
- export GOOGLE_GEMINI_KEY=${the_key}
- use
gemini: ${message}
to ask
-
Git clone this repo
-
cd tg_bot_collections
-
Copy file .env.example to .env
-
Edit .env file and change the following variables
- Google_Gemini_API_Key (Google Gemini API KEY)
- Telegram_Bot_Token (Telegram Bot Token)
- Python_Bin_Path (If you install python alternative version, you can use this to specify the python bin path. Default is blank or /usr/bin/python3)
- Python_Venv_Path (Python virtualenv path. Default is venv)
-
Run
chmod +x setup.sh && ./setup.sh
orbash setup.sh 1
to install and run -
Next time, you can run
./setup.sh
orbash setup.sh
to restart / stop the tg_bot_collections service and check the status or log -
you can also run
./setup.sh 4
to restart service,./setup.sh 5
to stop,./setup.sh 7
to check the log
- Git clone this repo
- cd tg_bot_collections
- Copy file .env.example to .env
- Edit .env file and change the following variables (Same as above that Run with systemd service)
- Run
chmod +x setup.sh && ./setup.sh
orbash setup.sh 2
to install and run - Ctrl + C to quit and Run
deactivate
to exit the virtualenv environment - Next time, you can run
./setup.sh
orbash setup.sh
to restart / stop the tg_bot_collections service and check the status or log
- pip install -r requirements.txt
- Get tg token, ask Google or ChatGPT, need get it from BotFather
- export GOOGLE_GEMINI_KEY=${your_google_gemini_apikey}
- python tg.py ${telegram_bot_token}
- docker build -t tg_bot_collections .
- docker run -d --name tg_bot_collections -e GOOGLE_GEMINI_KEY='${GOOGLE_GEMINI_KEY}' -e TELEGRAM_BOT_TOKEN='${TELEGRAM_BOT_TOKEN}' --network host tg_bot_collections
- Type
/gemini: ${message}
to ask - Type
gemini: ${message}
and upload picture to ask with picture
Note
If you don't want to use one of these command, you can use --disable-command <command>
option to disable it. This option can be used multiple times.
- Any issue reports or PRs are welcome.
- Before PR, use
pip install -U black
thenblack .
first
- poster use my repo -> https://github.com/yihong0618/GitHubPoster
- pretty map use wonder repo -> https://github.com/chrieke/prettymapp
- Gemini use -> https://github.com/google/generative-ai-python
- Telegram markdownV2 change code copy from https://github.com/yym68686/md2tgmd/blob/main/src/md2tgmd.py thanks a lot.
- Thank you, that's enough. Just enjoy it.