cbnew
                                
                                 cbnew copied to clipboard
                                
                                    cbnew copied to clipboard
                            
                            
                            
                        Convertible bond
[DEPRECATED]
Move to https://github.com/crazygit/post-telegram-action
Convertible bond
Telegram打新债信息通知机器人
配置环境变量
# telegram机器人的token
$ echo 'BOT_TOKEN=xxxxxxxxxxxxxxx' >> .env
# telegram channel id
$ echo 'CHANNEL_ID=xxxxxxxxxxxxxxx' >> .env
环境初始化
$ python -V
Python 3.7.0
# 安装依赖
$ pip install -r requirements.txt
# 运行服务
$ python cb_bot.py