/ifttt

Custom ifttt applets.

Primary LanguagePythonOtherNOASSERTION

Project Title

Custom IFTTT Applets

Getting Started

python manage.py

Prerequisites

  1. set up a new ifttt count

  2. create a new IFTTT applet

    1. Click on the big “this” button
    2. Search for the “webhooks” service and select the “Receive a web request” trigger
    3. Let’s name the event test_event(EVENT_NAME)
    4. Now select the big “that” button
    5. Search for the “telegram” service and select the “Send message”
    6. Change the message! and click on “Create action”
    7. Click on the “Finish” button and we’re done
  3. install packages

    pip install -r requirements.txt

Contributing

License

This project is licensed under the MIT License - see the LICENSE.md file for details