Giter Site home page Giter Site logo

Python about walex HOT 2 CLOSED

cpursley avatar cpursley commented on May 22, 2024
Python

from walex.

Comments (2)

cpursley avatar cpursley commented on May 22, 2024

Hi @mustafa0x not directly but you could send the event via webhook to a python app: https://github.com/cpursley/walex?tab=readme-ov-file#webhooks

You'd still have to create an Elixir app that uses this library but all you'd need to do is set the webhook destination in the config like so and the events that subscribe to will get sent.

# config.exs

config :my_app, WalEx,
  ... config stuff
  destinations: [
    # your webhook destination
    webhooks: ["https://webhook.site/c2f32b47-33ef-425c-9ed2-f369529a0de8"]
  ],
  webhook_signing_secret: "9da89f5f8f4717099c698a17c0d3a1869ee227de06c27b18",
  ...

Let me know if that makes sense. Glad to help.

from walex.

mustafa0x avatar mustafa0x commented on May 22, 2024

Thank for the quick reply. As I feared. :)

I'll be monitoring this project in case a more friendly solution for us with no Elixir experience comes to be.

Thanks again.

from walex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.