Sign inSign up

jp0id/teletweet

By jp0id

Updated over 1 year ago

Image
0

1.1K

jp0id/teletweet repository overview

V1

TwitterBot

🦉 A telegram Twitter bot that will allow you to send tweets!

Features

All the following features rely on authorized users.

  • send text tweet
  • send tweet more than 280, split more tweet.

Commands

start - begin to tweet.
help - get the info.
delete - delete the last tweet.
ping - check bot.

You can run/develop using docker.

docker run -d --name=teletweet --restart=always -e bot_token="5520831387:xxxx" \
-e consumer_key="123" -e consumer_secret="123" -e access_token="1323" -e access_token_secret="123123" \
-e twitter_user_id="123123" -e BEARER_TOKEN="123123123" \
jp0id/teletweet:latest

V2

see link(https://github.com/Jv0id/TeleTweet/blob/master/README.md)

V3

与V2版本的唯一不同:长度大于130的中文tweet,将拆分为多段发送,且第二段的内容为第一段推文的回复信息。

Tag summary

Content type

Image

Digest

sha256:e045fd415

Size

386.4 MB

Last updated

over 3 years ago

docker pull jp0id/teletweet