PKlempe / SAM

SAM is a multi-functional Discord Bot specifically designed for the Server of the Faculty of Computer Science at the University of Vienna.
GNU General Public License v3.0
27 stars 5 forks source link

Implement a simple web server for receiving and processing Ko-fi donation notifications #181

Closed PKlempe closed 3 years ago

PKlempe commented 3 years ago

For every donation received on Ko-fi their API will send a post request containing JSON data to our web server where it will be processed. The given information will then be used to create an Embed which SAM will post in our supporter channel.

For implementing the web server, the framwork Flask can be used.