Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavanjadhaw/anonymizerbot
🤖 A telegram bot to anonymously forward messages
https://github.com/pavanjadhaw/anonymizerbot
anonimity bot internet privacy telegram-bot
Last synced: about 8 hours ago
JSON representation
🤖 A telegram bot to anonymously forward messages
- Host: GitHub
- URL: https://github.com/pavanjadhaw/anonymizerbot
- Owner: pavanjadhaw
- License: mit
- Created: 2018-11-04T09:37:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T01:42:11.000Z (over 1 year ago)
- Last Synced: 2023-03-11T22:02:05.143Z (over 1 year ago)
- Topics: anonimity, bot, internet, privacy, telegram-bot
- Language: JavaScript
- Homepage: https://t.me/anonomiserBot
- Size: 386 KB
- Stars: 10
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
![heroimage.png](./media/heroimage.png)
>forward telegram messages anonomously## Usage
Forward/Send any message, image, sticker, audio, video or document file and this bot will send you the same so that when you forward that one the original authorship on telegram will be remove
and you will be able to share it anywhere.## Installation
```bash
$ git clone https://github.com/pavanjadhaw/anonymizerbot && cd anonomizerbot$ npm install
```Create a config.js file with the following field (You'll need to get a bot API key from [@BotFather](https://t.me/BotFather)):
```JavaScript
module.exports = {
botApiKey: '94365321:AAGM6_3QK_RC49SA1281zC5U_nmMF',
};
```Run `npm start`
Try running `/start` in your bot privately.## Requirements
`nodejs`
`npm`