Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annimon/favis-bot
Tag your favorite stickers and send them in inline mode
https://github.com/annimon/favis-bot
javalin kotlin self-hosted telegram-bot
Last synced: 8 days ago
JSON representation
Tag your favorite stickers and send them in inline mode
- Host: GitHub
- URL: https://github.com/annimon/favis-bot
- Owner: aNNiMON
- License: apache-2.0
- Created: 2020-06-22T19:38:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T18:10:13.000Z (12 months ago)
- Last Synced: 2024-11-14T18:06:31.698Z (2 months ago)
- Topics: javalin, kotlin, self-hosted, telegram-bot
- Language: Kotlin
- Homepage:
- Size: 195 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# favis-bot
Telegram bot for tagging stickers and other media and send them in inline mode. Supports multiple users with activation by the admin, but intended to be self-hosted for the admin and his close friends.
Tagging is performed in a web form. You can use a local machine for self-use or any server with shared IP and Java 11+ installed.
### Building
JDK 11 or newer required.
```bash
./gradlew shadowJar
```### Running
Java 11 or newer required.
```bash
cp favisbot-example.yaml favisbot.yaml
# edit config: admin id, bot token, etc
vim favisbot.yaml
java -Dfile.encoding=UTF8 -cp favisbot.jar com.annimon.favisbot.FavisBot
```SQLite database will be created after the first launch.