Skip to content

A Flutter-Desktop telegram bot which texts you about events happening on your PC

Notifications You must be signed in to change notification settings

Agnohendrix/DartThiefBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DartThiefBot

A Flutter-Desktop telegram bot which warns you when your PC:computer: gets disconnected from ACLine:zap::battery:.

You can use it when AFK in a public place(like a library:book:) to get warnings on your smartphone :iphone:.

Configuration

Download the latest release and create a myBotInfos.txt file with infos described in Telegram configuration

Telegram configuration

Create a new Telegram Bot

Follow the Telegram guide and write to BotFather.

BotFather will create a new bot and send you your bot_token

Get your Telegram chat_id

Write to Chat_ID_Echo_Bot to get your chat_id

Insert bot_token and chat_id into this new bot

Create a new TXT file named myBotInfos.txt in the root folder (you can use myBotInfos.example.txt as template file. Write into myBotInfos.txt your bot_token and your chat_id in the following format:

bot_token:1234567890:asdfasdfasdfasdfasdf

chat_id:123456789

(Both on a new line and without spaces)

Done

Run prova_ffi.exe and you will see a white screen which tells you if your PC is connected to ACLine and you will receive a message on your smartphone 📱.

Try plugging and unplugging your ACLine to ensure event message receiving.

Just for development

Clone this repository (or download it)

git clone https://github.com/Agnohendrix/DartThiefBot

Open as Flutter Project and add desktop support

Suggests are welcome, just file an Issue