Check "LICENSE"
RatTG - simple CLI telegram client that work through telegram bot
RatTG requires Telegram Business(or Telegram Premium)
- python3 and pip
- telebotapi (python lib)
git clone https://github.com/KriperPlay/RatTG/
cd RatTG
python3 main.py
- Warnings:
-
- People can write you only after write '/start' to you
-
- The bot only accepts files and voice messages (from the interlocutor)
- Create your TG Bot
- Open main.py and write your bot_token in var 'API_TOKEN' and your id in var 'YOUR_ID'
- Bind your bot to your TG Business acconut
- After previous steps, maybe u can see contact at RatTG, to write contact - copy his ID (example ID: 000000000:AAcAZ6AAAAgcgAerfdAAQ2AAAbUI) and paste this to line "Enter id contact:" and press enter to open chat(if this people write /start to our chat in Telegram)

- How to change different contact?
-
- Write 'restart()' in message line
- How to exit?
-
- Ctr+Z/C xD
- How to send file?
-
- example: [file.file]
- Where files and voices saved?
-
- files in dir 'chats/'chat_id'/documents/'
- voices id dir 'chats/'char_id'/voices/'
- Where contacts list?
-
- in main dir
- Where chat file?
-
- in dir 'chats/'chat_id'/chat.txt'
Thanks for download RatTG, good use <3

