Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diesieben07/FA3C-Untis-Bot
https://github.com/diesieben07/FA3C-Untis-Bot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diesieben07/FA3C-Untis-Bot
- Owner: diesieben07
- Created: 2018-12-29T18:58:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T11:04:32.000Z (almost 6 years ago)
- Last Synced: 2024-07-18T17:53:47.629Z (4 months ago)
- Language: Kotlin
- Size: 5.83 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Untis-Bot for FA3C Telegram group [![wercker status](https://app.wercker.com/status/4ae26cdd649bac8513130a26096b1509/s/master "wercker status")](https://app.wercker.com/project/byKey/4ae26cdd649bac8513130a26096b1509)
## Building
1. JDK must be installed
2. Clone this repository
3. Run `gradlew build` on the command line
4. Output will be in `build/distributions`
5. To run the bot, unzip/untar the distribution and run `/bin/UntisBot` in the resulting folder.Note: Configuration must be done in `config.toml` file in current working directory.
If it does not exist, bot will create it upon first run.## Development in IntelliJ-IDEA
After cloning the repository simply do File > Open and select the `build.gradle.kts` file to import the project.
All dependencies will be automatically downloaded and applied to the project.