🦉 A telegram Twitter bot that will allow you to send tweets!
All the following features rely on authorized users.
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
see link(https://github.com/Jv0id/TeleTweet/blob/master/README.md)
与V2版本的唯一不同:长度大于130的中文tweet,将拆分为多段发送,且第二段的内容为第一段推文的回复信息。
Content type
Image
Digest
sha256:e045fd415…
Size
386.4 MB
Last updated
over 3 years ago
docker pull jp0id/teletweet