- chat
- generate weekly report
- replace the "TELEGRAM_BOT_TOKEN","CHAT_API_KEY" with yours
OR
- export TELEGRAM_BOT_TOKEN,CHAT_API_KEY to OS environment variables
check if the pyinstaller is installed, if not, install it first
pip install pyinstaller
then run the package script
sh package.sh
the executable file will be generated in the dist folder
upload the dist binary file (for example,telegramOpenAIChatbot) to your server, and run the bot with the following script
sh deploy.sh