https://github.com/al-muhandis/jeopardy-game
Своя игра в телеграм
https://github.com/al-muhandis/jeopardy-game
freepascal jeopardy jeopardy-game lazarus telegram telegram-bot
Last synced: about 1 year ago
JSON representation
Своя игра в телеграм
- Host: GitHub
- URL: https://github.com/al-muhandis/jeopardy-game
- Owner: Al-Muhandis
- License: mit
- Created: 2022-11-10T07:24:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T17:49:34.000Z (over 1 year ago)
- Last Synced: 2025-02-14T12:53:39.617Z (over 1 year ago)
- Topics: freepascal, jeopardy, jeopardy-game, lazarus, telegram, telegram-bot
- Language: Pascal
- Homepage:
- Size: 62.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jeopardy-game
Своя игра в телеграм.
Небольшая утилита, написанная за один вечер для Своей Игры с помощью телеграм. Бот постит вопросы в в группу или канал. Бот определяет первого нажавшего кнопку - сохраняет его в базе и сообщает в чате.
Поскольку используется webhook для работы телеграм бота, то сервер не нужен. Программа запускается на десктопной компьютере (поскольку написан на Lazarus, то кроссплатформенно, но тестировалось и собиралось под Windows)
Переименуйте default.sqlite3.template в default.sqlite3
Завимисости для сборки:
* fp-telegram - для работы телеграм бота
* rxnew, zcomponent (zeos) - DB aware для работы компонентов базы данных под SQLite3
----------------------------
Jeopardy game in telegram.
A small utility written in one evening for Jeopardy game using telegram. The bot posts questions to a group or channel. The bot detects the first gamer (telegram user) who pressed the button - saves it in the database and reports it in the chat.
Since the webhook is used for the operation of the telegram bot, the server is not needed. The program runs on a desktop computer (since it is written in Lazarus, it is cross-platform, but it was tested and built under Windows)
Rename default.sqlite3.template to default.sqlite3
Build Dependencies:
* fp-telegram - for the work of a telegram bot
* rx new, component (zeos) - DB aware for the operation of database components under SQLite3