All Projects → OYMiss → forward-bot

OYMiss / forward-bot

Licence: GPL-3.0 license
Use Telegram to chat with your QQ friends.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to forward-bot

my-id-bot
Telegram bot to get ID of some chats (including your own ID)
Stars: ✭ 49 (+113.04%)
Mutual labels:  telegram-bot
super-bot
radio-t bot слушает чат telegram и реагирует на определенные команды и фрагменты текста.
Stars: ✭ 38 (+65.22%)
Mutual labels:  telegram-bot
aiogram-bot-template
Template for creating scalable bots with aiogram
Stars: ✭ 175 (+660.87%)
Mutual labels:  telegram-bot
burnbg-bot
🔥 With this bot you can remove background from any picture. Don't spend hours manually picking pixels. Send your photo now & see the magic.
Stars: ✭ 40 (+73.91%)
Mutual labels:  telegram-bot
telemmo
(discontinued) @telemmo_bot 🌐 An idle MMORPG for Telegram
Stars: ✭ 79 (+243.48%)
Mutual labels:  telegram-bot
compress-pdf-tg-bot
A Telegram bot can compress the size of PDF documents. Useful for digital documentations.
Stars: ✭ 24 (+4.35%)
Mutual labels:  telegram-bot
H.E.L.P.
Home Environment Locating People 🍍
Stars: ✭ 19 (-17.39%)
Mutual labels:  telegram-bot
video-encoder-bot
A Telegram bot to encode videos files via ffmpeg.
Stars: ✭ 75 (+226.09%)
Mutual labels:  telegram-bot
Triton
GitHub notifications tracker for Telegram. Pushes GitHub notifications to Telegram.
Stars: ✭ 12 (-47.83%)
Mutual labels:  telegram-bot
OneBot-YaYa
✨ OneBot(原CQHTTP) 多平台的实现
Stars: ✭ 108 (+369.57%)
Mutual labels:  coolq-http-api
luoxu
A Telegram userbot to index Chinese and Japanese group contents.
Stars: ✭ 77 (+234.78%)
Mutual labels:  telegram-bot
YukkiMusicBot
Telegram Group Calls Streaming bot with some useful features, written in Python with Pyrogram and Py-Tgcalls. Supporting platforms like Youtube, Spotify, Resso, AppleMusic, Soundcloud and M3u8 Links.
Stars: ✭ 860 (+3639.13%)
Mutual labels:  telegram-bot
pinterest-telegram-bot
Downloads Pinterest image from the given Pinterest shared URL and sends it back in telegram
Stars: ✭ 22 (-4.35%)
Mutual labels:  telegram-bot
keyword alert bot
telegram keyword alert bot ⏰
Stars: ✭ 52 (+126.09%)
Mutual labels:  telegram-bot
BooksAndBot
Telegram inline bot. Search for books and share them in a conversation
Stars: ✭ 26 (+13.04%)
Mutual labels:  telegram-bot
binance-spot-order-notification-heoku
[binance order trade fill notification] Telegram Notification when Binance order created, cancelled or filled. Ready to Deploy on Heroku
Stars: ✭ 30 (+30.43%)
Mutual labels:  telegram-bot
quizquickanswer-telegram-game-bot
🎮 Funny quiz game for telegram, play with friends on your group!
Stars: ✭ 15 (-34.78%)
Mutual labels:  telegram-bot
tdlight-telegram-bot-api
The TDLight Telegram Bot API is an actively enhanced fork of the original Bot API, featuring experimental user support, proxies, unlimited files size, and more.
Stars: ✭ 71 (+208.7%)
Mutual labels:  telegram-bot
File-Sharing-Bot
Telegram Bot to store Posts and Documents and it can Access by Special Links.
Stars: ✭ 867 (+3669.57%)
Mutual labels:  telegram-bot
QwerteeTelegramBot
This bot shows you today's posts from Qwertee.
Stars: ✭ 18 (-21.74%)
Mutual labels:  telegram-bot

forward-bot

Use Telegram to chat with your QQ friends.

效果

预先准备

  1. @BotFather 申请两个机器人,一个用来接收私聊消息一个用来接收群消息,并获取他们的 API Token。
  2. 利用这个机器人@userinfobot 获取自己的 Telegram 的 ID。

安装

拉取镜像

docker pull oymiss/forward-bot:beta
docker pull richardchien/cqhttp:4.12.0

运行

# 方便测试的版本(建议先使用这个)。
wget https://raw.githubusercontent.com/OYMiss/forward-bot/master/run_test.sh

# 服务器版本。
wget https://raw.githubusercontent.com/OYMiss/forward-bot/master/run.sh

然后将 run.shrun_test.sh 里面的 tg_telegram_idqq_idtg_group_tokentg_friend_token 修改为自己的。

按照需求修改代理设置和各种密码,网络设置默认。

# 运行
chmod +x run_test.sh && ./run_test.sh

然后使用打开 http://your_ip:9000/,输入 run.shrun_test.sh 中的 vnc_passwd 进行登陆。

已知问题

  1. 不支持图片和表情。

使用方法

  1. /list 显示所有联系方式,/current 显示当前会话。
  2. 回复消息会把当前联系人切换到消息发送者。
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].