Skip to content

Tag your favorite stickers and send them in inline mode

License

Notifications You must be signed in to change notification settings

aNNiMON/favis-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 29, 2024
bb3736e · Jan 29, 2024

History

75 Commits
Jan 29, 2024
Jan 29, 2024
Jul 3, 2020
Jan 29, 2024
Jun 16, 2020
Jul 2, 2020
Dec 12, 2021
Jan 29, 2024
Jun 20, 2020
Jun 16, 2020
Jan 29, 2024
Jun 16, 2020
Jan 29, 2024
Jun 16, 2020

Repository files navigation

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.

./gradlew shadowJar

Running

Java 11 or newer required.

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.