Home
Softono

Telegram Cli Backup

Open source MIT Lua
117
Stars
14
Forks
4
Issues
8
Watchers
7 years
Last Commit

 About Telegram Cli Backup

A simple Lua script to backup Telegram messages into a CSV or sqlite database

Platforms

Web Self-hosted

Languages

Lua

Links

Need Help Installing Telegram Cli Backup?

We provide expert installation service for this software. Our team will install, configure, and secure Telegram Cli Backup on your server. plans start at just $30.

Telegram Cli Backup

View on GitHub
  • telegram-cli-backup A simple and dirty lua script to backup Telegram messages into a CSV file or a sqlite database.
  • How Change first two lines of the script and set your contact name and message count. Then send the lua script to telegram-cli. If using CSV type, only lua is needed, if writing to a sqlite database, sqlite3 library should be installed (via luarocks for example). #+BEGIN_SRC sh $ telegram-cli -s backup.lua #+END_SRC
  • Requirements
  • [[https://github.com/vysheng/tg][telegram-cli]]
  • lua

And if writing to a sqlite database:

  • Lua lsqlite3 (can be installed by =$ luarocks install lsqlite3=)