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.
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.