This is the source code of my website hosted with python flask, being rewritten in Haxe. It automatically generates a wsgi.py file from the Haxe source code at each commit, which is pulled at the website on pythonanywhere daily.
- Image URL -> Digital Screen RGB Data
- Discord Webhook Query Sender (In order to bypass Discord's Ban on Steam HTTP.)
Any contributions are appreciated. If you want to make something neat as an api but don't want to host a site yourself, make a PR.
This is a repo so that:
- You can learn what my website does
- You can see the potential of Haxe
- And so you can see how to set up continuous integration for Haxe
For a number of reasons, some being that:
- Haxe is typed, so debugging is easier.
- I don't like Python's syntax
- So I could get a hang of Haxe as a language