What's Changed
- include fontawesome as svgs inline by @Knorrke in #75
- [Snyk] Security upgrade io.javalin:javalin from 4.6.4 to 4.6.5 by @snyk-bot in #76
- update to javalin 5.0.1 by @Knorrke in #79
- [Snyk] Security upgrade org.postgresql:postgresql from 42.4.1 to 42.4.3 by @snyk-bot in #81
- Simplify apidoc with some template updates by @Knorrke in #86
- update dependencies by @Knorrke in #87
- upgrade system properties to java 17 by @Knorrke in #88
Full Changelog: v4.1...v4.2
Attachments
social-bot-net-4.2-jar-with-dependencies.jar
: This file contains everything you need for the webserver. Run it with the command:
java -jar social-bot-net-4.2-jar-with-dependencies.jar
Note: The database is only stored in-memory, so data will be deleted after shutting it down. Use the One-Click deploy to heroku or set up your own PostgreSQL database if you need persistent data.
java.zip
: This file contains all materials for java. Handouts and two project templates for students as well as multiple example bots - from simple to complex with openweathermap.org. All of this material can also be downloaded on the/material
page of the server, even if run from jar file directly.python.zip
: This file contains all materials for python. Handouts and a project template for students as well as an example bot that can write and like posts and can communicate with pokeapi.co to post data about pokemons.