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

https://github.com/chux0519/telebin


https://github.com/chux0519/telebin

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

telebin is a simple bot for saving your DM into db(sqlite).

## usage

1. start the server

> export TELEGRAM_BOT_TOKEN='XXXXXXXXXX:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_XXX'
>
> export DATABASE_URL="sqlite:telebin.db"
>
> cargo run

2. send message to bot

![image1](https://i.imgur.com/BtgJlin.png)

3. then you can check messages in sqlite

![image2](https://i.imgur.com/7ELjfVf.png)