├── LICENSE ├── README.md ├── start_bot.bat ├── start_bot.sh └── telegram_bot.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochengcube/telegram-msg-forwarder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochengcube/telegram-msg-forwarder/HEAD/README.md -------------------------------------------------------------------------------- /start_bot.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochengcube/telegram-msg-forwarder/HEAD/start_bot.bat -------------------------------------------------------------------------------- /start_bot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochengcube/telegram-msg-forwarder/HEAD/start_bot.sh -------------------------------------------------------------------------------- /telegram_bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochengcube/telegram-msg-forwarder/HEAD/telegram_bot.py --------------------------------------------------------------------------------