Skip to content

YuranIgnatenko/tgboteye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tgboteye

Descript

Detect online/offline mode user
and save history log in/out telegram.
Language ui: Russian

Install

git clone [email protected]:YuranIgnatenko/tgboteye.git

Requirements

# golang:
go get go-telegram-bot-api/telegram-bot-api
# python3
pip3 install telethon

Configure

# path: ~/tgboteye/config/config_py.json
{
    "api_hash":"8d7sfsdf7sd8yf8g78s7dfy87gdfy8gv",
    "api_id":"998877",
    "delay_sec":0
}
# path: ~/tgboteye/config/config.json
{
"Token": "999992708:AAEiVaaEBxSqZH43o8SGA90ic3ld9lL"
}

Launch

Step 1

# WARNING !!!
cd ~/tgboteye/cmd/
python3 check_inline.py test
# Enter phone-number
# Wait Check-message code
# Enter code

Step 2

cd ~/tgboteye/

go run main.go -c=config/config.json

# or

nohup go run main.go > nohup.out 2>> nohup.out &
tail -f nohup.out

Demo screen

demo demo demo


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published