A Telegram bot written in Python that sends emails to remind you to schedule meetings with your groups.
Happy Path
Message
Set up
Check your version, we use
python
>3.11
:
python -V
Download the project:
git clone [email protected]:joelabreurojas/LazyMailsBot.git
cd LazyMailsBot/
Credentials
// .env
BOT_TOKEN=<YOUR_BOT_TOKEN>
BOT_USERNAME=<YOUR_BOT_USERNAME>
MAIL_USERNAME=<YOUR_MAIL>
MAIL_PASSWORD=<YOUR_MAIL_TOKEN>
MAIL_SERVER=<YOUR_SERVER>
MAIL_PORT=<YOUR_PORT>
Environment
Create:
python -m venv <name>
Activate:
// Linux or Mac
source <name>\bin\activate
// Windows
source <name>\Scripts\activate
Install:
pip install -r requirements.txt
Run:
python run.py
// Alternative
python -m lazymails
Don't forget to run the project!
-
Click here to add LazyMails to your account.
-
Invite it to a group or super-group chat.
-
Give it admin privileges.
-
Use
/help
for an introduction. -
Have fun with it!
Improvements?
- Don't hesitate to create a PR.
Problems?
- Feel free to open a new issue!