Skip to content

anekobtw/anon_whisper_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whisper bot

version aiogram licence made with love

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

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

Built With

  • 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 licensed.