A telegram bot for a shady space exploration organisation...
Curently available features:
- Keeping track of mutual debts of a small group
- Providing a digest of moon-related data (phase, days until new/full moon)
To create your own instance of W1NC3NT, you can:
- Clone this repo
- Install the necessary packages using Maven
- Instantiate a MySQL DB
- Define all the environmental variables, as in src\main\resources\application.properties
- Run W1nc3ntSpringAplication, that will create the necessary tables in your DB
- Fill members table manualy with the members of your group
- Optionally, change messages in text.properties or modify code
