Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/91DarioDev/forwardscoverbot
telegram bot that echoes any message you send it or modify to anonymize messages
https://github.com/91DarioDev/forwardscoverbot
bot python telegram telegram-bot telegram-bot-api telegram-bots
Last synced: 24 days ago
JSON representation
telegram bot that echoes any message you send it or modify to anonymize messages
- Host: GitHub
- URL: https://github.com/91DarioDev/forwardscoverbot
- Owner: 91DarioDev
- License: agpl-3.0
- Created: 2017-06-20T11:30:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T16:53:32.000Z (about 1 month ago)
- Last Synced: 2024-11-19T17:50:02.825Z (about 1 month ago)
- Topics: bot, python, telegram, telegram-bot, telegram-bot-api, telegram-bots
- Language: Python
- Homepage: https://t.me/ForwardsCoverBot
- Size: 130 KB
- Stars: 225
- Watchers: 61
- Forks: 84
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- `/addspoiler` - add a spoiler to the message
- `/removespoiler` - remove the spoiler from the message