Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrewmaksimchuk/driver_bot

Telegram bot for learn how to drive on car.
https://github.com/andrewmaksimchuk/driver_bot

bun deno executable telegram-bot typescript

Last synced: 15 days ago
JSON representation

Telegram bot for learn how to drive on car.

Awesome Lists containing this project

README

        

# Driver bot

Telegram bot for sends traffic rules messages to
known users.

All commands for work locate in `Makefile`.

For "parser" need environment variable
`DRIVER_BOT_PATH` set to path to vodiy project.
You can use next command in terminal:
`DRIVER_BOT_PATH=path_to_vodiy make parser`

vodiy project source link: [https://github.com/AndrewMaksimchuk/vodiy](https://github.com/AndrewMaksimchuk/vodiy)

For work with bot on telegram, need set environment
variable `DRIVER_BOT` to id of the bot.

## Database

Used sqlite but file inself not included.
Need set environment variable `DATABASE` to
path to database file.

## Images

Not included.

## Experiment

In directory `native` used `bun` runtime to build
in one executable file with database data.

Result file name is `pdr_bun`.

If run it, you will see in stdout a random rule.