這個Bot可以將Line上的貼圖轉換成telegram上的貼圖
This bot can transform Line's stickers to Telegram's sticker.
-
在 telegram 的 @BotFather 新增一個 Bot,複製好 access token
-
在 Heroku 新增一個 app
-
在該 app 的 Config Vars, 新增 TELEGRAM_BOT_TOKEN 設為剛剛複製好的 token
-
將該 Bot 的程式丟到 Heroku 上面
-
在 telegram 把 bot webhook 設為 {app url}/hook 即可
-
Create a new bot using @BotFather in telegram, copy the access token of the bot.
-
Create an app in Heroku.
-
In Config Vars of the app, set TELEGRAM_BOT_TOKEN to the access token.
-
Upload programs of the bot to Heroku.
-
Set heroku worker to >=1
-
In telegram, set the bot's webhook to {app url}/hook.
main.py 處理網路的地方
TeleLine.py 處理所有資料並和user講話
worker.py 是個Heroku限定的東東,可以做出Background Task之類的神奇效果,不用限制於Webhook的30秒