All Projects → 91DarioDev → forwardscoverbot

91DarioDev / forwardscoverbot

Licence: AGPL-3.0 license
telegram bot that echoes any message you send it or modify to anonymize messages

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to forwardscoverbot

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 (-52.67%)
Mutual labels:  telegram-bots, telegram-bot-api
tinjecttelegram delphi
LMCODE
Stars: ✭ 37 (-75.33%)
Mutual labels:  telegram-bots, telegram-bot-api
grouphelperbot
A Telegram Bot made to help group admins, with Italian/English support.
Stars: ✭ 26 (-82.67%)
Mutual labels:  telegram-bots, telegram-bot-api
telegram
📚 Golang bindings for Telegram API
Stars: ✭ 15 (-90%)
Mutual labels:  telegram-bots, telegram-bot-api
wptelegram
Integrate your WordPress site perfectly with Telegram with full control.
Stars: ✭ 31 (-79.33%)
Mutual labels:  telegram-bots, telegram-bot-api
Nutgram
The Telegram bot framework that doesn't drive you nuts.
Stars: ✭ 206 (+37.33%)
Mutual labels:  telegram-bots, telegram-bot-api
telresender
A Telegram bot, which resend your message to another account
Stars: ✭ 22 (-85.33%)
Mutual labels:  telegram-bots, telegram-bot-api
RPi-TELEBOT
Python based Telegram bot to monitor and control the raspberry pi
Stars: ✭ 19 (-87.33%)
Mutual labels:  telegram-bots, telegram-bot-api
github client
Open source bot telegram menggunakan bahasa code dart
Stars: ✭ 24 (-84%)
Mutual labels:  telegram-bots, telegram-bot-api
theimagebot
Blog.TheOstrich.Eu.Org
Stars: ✭ 15 (-90%)
Mutual labels:  telegram-bots, telegram-bot-api
echotron
An elegant and concurrent library for Telegram bots in Go.
Stars: ✭ 95 (-36.67%)
Mutual labels:  telegram-bots, telegram-bot-api
tdlight-java
Complete Bot and Userbot Telegram library based on TDLib
Stars: ✭ 128 (-14.67%)
Mutual labels:  telegram-bots, telegram-bot-api
gotgbot
Autogenerated Go wrapper for the telegram API. Inspired by the python-telegram-bot library.
Stars: ✭ 178 (+18.67%)
Mutual labels:  telegram-bots, telegram-bot-api
telegram-bot-sdk
🤖 Telegram Bot API PHP SDK. Create Telegram Bots with PHP Easily! [WIP - DO NOT USE IN PRODUCTION YET]
Stars: ✭ 64 (-57.33%)
Mutual labels:  telegram-bots, telegram-bot-api
telegram-standup-bot
Very simple telegram bot for submitting daily standups
Stars: ✭ 23 (-84.67%)
Mutual labels:  telegram-bot-api
aiogram dialog
GUI framework on top of aiogram
Stars: ✭ 263 (+75.33%)
Mutual labels:  telegram-bot-api
SophiaBot
Hi There ✋ I'M Sophia 3.0 ❤️ NEW VERSION OF SOPHIA.. Source Code of @SophiaSLBot.
Stars: ✭ 44 (-70.67%)
Mutual labels:  telegram-bots
banana
🍌 Modern C++ Telegram Bot API library
Stars: ✭ 30 (-80%)
Mutual labels:  telegram-bot-api
telega
Telegram Bot API implementation
Stars: ✭ 21 (-86%)
Mutual labels:  telegram-bot-api
finch
A Golang Telegram Bot framework
Stars: ✭ 23 (-84.67%)
Mutual labels:  telegram-bot-api

ForwardsCoverBot

This telegram bot just echoes any message you send it or modify for him. If you don't like telegram forwards, before sending a message, send the message to the bot, then forward the message that the bot returns to the user you were chatting with. In case he will forward the message, it will have the name of the bot in the forward label. It supports anything and respect the formatting style of the text.

How to run this bot by you:

To be sure that when you send messages to this bot to anonymize them it doesn't forward your message in other chats (it doesn't), you may want to run a your own instance.

If you want to run this bot by you:

Clone and install:

cd path
git clone https://github.com/91DarioDev/forwardscoverbot
cd forwardscoverbot
pip install .

Config the bot:

  • open forwardscoverbot/config/config.example.yaml
  • select all and copy
  • create a file forwardscoverbot/config/config.yaml
  • paste and replace the values with real values
  • save and close

Run the bot:

forwardscoverbot

Note: In case you want to call forwardscoverbot from another path, you can, but you have to specify the path of the config.yaml file as first argument in the cli. Example:

fowardscoverbot path/forwardscoverbot/config/config.yaml

Upgrade the bot:

cd path/forwardscoverbot
git pull https://github.com/91DarioDev/forwardscoverbot
pip install --upgrade .

How to use it:

  • send messages to the bot to get echoed messages

Commands:

  • /start, /help - replies with a welcome message
  • /disablewebpagepreview- remove the link preview from an echoed message
  • /stats - get statistics about the use of the bot (admins only)
  • /removecaption - remove caption from a message
  • /addcaption - add or overwrite a caption to a message
  • /removebuttons - remove buttons from a message
  • /addbuttons - addbuttons to the message
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].