Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anekobtw/anon_whisper_bot

Send anonymous messages in Telegram
https://github.com/anekobtw/anon_whisper_bot

aiogram aiogram-bot aiogram3 anonymous anonymous-chat anonymous-message messages telegram-bot telegram-bot-api

Last synced: about 2 months ago
JSON representation

Send anonymous messages in Telegram

Awesome Lists containing this project

README

        

# Whisper bot
![version](https://img.shields.io/badge/Project_version-1.1.0-blue)
![aiogram](https://img.shields.io/badge/aiogram-3.x-blue)
![licence](https://img.shields.io/badge/License-MIT-green)
![made with love](https://img.shields.io/badge/Made_with-Love-red)

Send anonymous messages in Telegram

## Getting started

### Environment Variables
To run this project, you will need to add the following environment variables to your .env file

`TOKEN` - Bot token obtained from [BotFather](https://t.me/BotFather)

`BOT_TG_NICKNAME` - Bot's username in telegram (e.g. @anon_whisper_bot)

### Run Locally
Clone the project
```
$ git clone https://github.com/anekobtw/anon_whisper_bot.git
```

Go to the project directory
```
$ cd bot
```

Install dependencies
```
$ pip install -r requirements.txt
```

Run the bot
```
$ python main.py
```

## About the project
### Authors
- [@anekobtw](https://www.github.com/anekobtw)

### Built With
- [aiogram](https://github.com/aiogram/aiogram) - A modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio

## Contributing
Contributions are always welcome!

See `contributing.md` for ways to get started.

Please adhere to this project's `code of conduct`.

## License
The project is [MIT](https://choosealicense.com/licenses/mit/) licensed.