• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

hosseinmh1/Mastogram: A Telegram Bot for Using Mastodon

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

hosseinmh1/Mastogram

开源软件地址(OpenSource Url):

https://github.com/hosseinmh1/Mastogram

开源编程语言(OpenSource Language):

Python 100.0%

开源软件介绍(OpenSource Introduction):

What exactly does this project do?

This script was written to connect a telegram bot to a Mastodon account. In this bot, you must enter the login information of your Mastodon account.

(But now there is only the ability to receive notifications and send toots. Other features will be added ASAP.)

You must run this script on a personal server or host with the Telegram bot that you defined.

Requirements

  • Mastodon.py
  • python-telegram-bot

How to run

  • pip install -r requirements.txt
  • Enter Your informations to "config.py"

Get your Telegram chat ID

Paste the following link in your browser. Replace "API-access-token" with the API access token:

https://api.telegram.org/botAPI-access-token/getUpdates?offset=0

Send a message to your bot in the Telegram application. The message text can be anything. Your chat history must include at least one message to get your chat ID. Refresh your browser. Identify the numerical chat ID by finding the id inside the chat JSON object.

In the example below, the chat ID is 123456789..

{  
   "ok":true,
   "result":[  
      {  
         "update_id":XXXXXXXXX,
         "message":{  
            "message_id":2,
            "from":{  
               "id":123456789,
               "first_name":"Mushroom",
               "last_name":"Kap"
            },
            "chat":{  
               "id":123456789,
               "first_name":"Mushroom",
               "last_name":"Kap",
               "type":"private"
            },
            "date":1487183963,
            "text":"hi"
         }
      }
   ]
}



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap