Custom IFTTT Applets
python manage.py
-
- Click on the big “this” button
- Search for the “webhooks” service and select the “Receive a web request” trigger
- Let’s name the event test_event(EVENT_NAME)
- Now select the big “that” button
- Search for the “telegram” service and select the “Send message”
- Change the message! and click on “Create action”
- Click on the “Finish” button and we’re done
-
install packages
pip install -r requirements.txt
This project is licensed under the MIT License - see the LICENSE.md file for details