Telegram bot to track lending between users using contact sharing Telegram feature.
git clone <url>/lendmoneybot.git
cd lendmoneybot
To get things packaged and running simply type
mvn package exec:java
- Java 8 JDK
- Maven 3.0+
-
TelegramBots - Java library to create bots using Telegram Bots API
-
Maven - Dependency Management
-
Log4j - Logging library
-
Lombok - Spicy additions to the Java language
-
MariaDB – one of the most popular database servers in the world
-
Redis – in-memory database
This project is licensed under the MIT License - see the LICENSE.md file for details
- Nice README template from here