Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anekobtw/anon_whisper_bot
- Owner: anekobtw
- License: mit
- Created: 2024-05-20T16:43:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T14:25:38.000Z (7 months ago)
- Last Synced: 2024-05-30T18:41:26.648Z (7 months ago)
- Topics: aiogram, aiogram-bot, aiogram3, anonymous, anonymous-chat, anonymous-message, messages, telegram-bot, telegram-bot-api
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.