Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
/ HiS Public archive

Historia in Speculō: the crude ratio monitor.

License

Notifications You must be signed in to change notification settings

3TUSK/HiS

Repository files navigation

Historia in Speculō (2019.9 - 2024.1)

(Lat. for "the history in the looking-glass") is a minimalistic crawler and webserver for counting and displaying the ratio of mod repost threads to original mod release threads on www.mcbbs.net.

Setup Development Environment

Just import this project as a Gradle project in your IDE (Eclipse, IDEA, etc.).

Build

gradle build

Alternatively, there is a task that produces a jar with all dependencies shaded:

gradle shadeJar

Deployment

This little thing expects the runtime environment to have JRE and Redis installed. Redis server must be running when starting this little thing. The recommended JRE version is 1.8, but it may be possible to use an older JRE.