This Telegram bot can create new mail accounts if running on a vserver like Uberspace.
- Clone this repository
git clone https://github.com/Andre0512/MailManagerBot && cd MailManagerBot
- Create virtual environment (optional)
python3 -m venv venv && source veve/bin/activate
- Install requirements
pip install -r requirements.txt
- Set custom configs in
config.py
cp config.py.default config.py && vim config.py
- Run bot
./MailManagerBot.py &
This project is under MIT license. Have fun :)