Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Webhooks with Python
#2
No, you don't need to use Flask. For a start, Flask is not the only web framework for Python (others include Django and Bottle). Secondly, a web framework lets you write applications that respond to HTTP requests. Webhooks are basically URLs you make an HTTP request to to perform some service, so you don't need an HTTP server, but an HTTP client like Requests.
Reply


Messages In This Thread
Webhooks with Python - by kamaleon - Dec-27-2019, 07:23 PM
RE: Webhooks with Python - by ndc85430 - Dec-28-2019, 05:45 AM
RE: Webhooks with Python - by Larz60+ - Dec-28-2019, 01:37 PM
RE: Webhooks with Python - by j.crater - Dec-28-2019, 07:46 PM
RE: Webhooks with Python - by kamaleon - Dec-28-2019, 02:15 PM
RE: Webhooks with Python - by kamaleon - Dec-28-2019, 10:53 PM
RE: Webhooks with Python - by Larz60+ - Dec-28-2019, 09:49 PM
RE: Webhooks with Python - by kamaleon - Jan-01-2020, 08:41 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020