All Projects → psamim → Telegram Cli Backup

psamim / Telegram Cli Backup

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

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Telegram Cli Backup

laravel-database-manager
Make your database simple, easier and faster with vuejs.
Stars: ✭ 50 (-50.5%)
Mutual labels:  backup, dump
mysql-backup-golang
Mysql backup golang
Stars: ✭ 25 (-75.25%)
Mutual labels:  backup, dump
Telegram Messages Dump
Command-line tool to dump message history of a Telegram chat.
Stars: ✭ 96 (-4.95%)
Mutual labels:  dump, telegram
Telegram backup
Java app to download all your telegram data.
Stars: ✭ 409 (+304.95%)
Mutual labels:  backup, telegram
Clickhouse Backup
Tool for easy ClickHouse backup and restore with cloud storages support
Stars: ✭ 359 (+255.45%)
Mutual labels:  dump, backup
yii2-db-manager
Database Backup and Restore functionality
Stars: ✭ 96 (-4.95%)
Mutual labels:  backup, dump
Dumpling
Dumpling is a fast, easy-to-use tool written by Go for dumping data from the database(MySQL, TiDB...) to local/cloud(S3, GCP...) in multifarious formats(SQL, CSV...).
Stars: ✭ 134 (+32.67%)
Mutual labels:  dump, backup
ioBroker.backitup
Backitup enables the cyclical creation of backups of an IoBroker / Homematic installation
Stars: ✭ 43 (-57.43%)
Mutual labels:  backup, telegram
Wikiteam
Tools for downloading and preserving wikis. We archive wikis, from Wikipedia to tiniest wikis. As of 2020, WikiTeam has preserved more than 250,000 wikis.
Stars: ✭ 404 (+300%)
Mutual labels:  dump, backup
Backup
MySQL Database backup package for Laravel
Stars: ✭ 66 (-34.65%)
Mutual labels:  dump, backup
Telegram React
Experimental Telegram web client with tdlib, webassembly and react js under the hood
Stars: ✭ 1,332 (+1218.81%)
Mutual labels:  telegram
Integram
Integrate Telegram into your workflow – Trello, Gitlab, Bitbucket and other bots
Stars: ✭ 1,365 (+1251.49%)
Mutual labels:  telegram
Bups
Simple GUI for Bup, a very efficient backup system.
Stars: ✭ 94 (-6.93%)
Mutual labels:  backup
Pitrery
PostgreSQL Point In Time Recovery made easy
Stars: ✭ 99 (-1.98%)
Mutual labels:  backup
Roam2github
Automatic backups from Roam Research into your private GitHub repo
Stars: ✭ 95 (-5.94%)
Mutual labels:  backup
Lua Telegram Bot
Lua Library for the Telegram Bot API
Stars: ✭ 100 (-0.99%)
Mutual labels:  telegram
Gitbackup
Tool to backup your GitHub and GitLab repositories
Stars: ✭ 94 (-6.93%)
Mutual labels:  backup
Telebot.nim
Async client for Telegram Bot API in pure Nim [Bot API 5.1]
Stars: ✭ 93 (-7.92%)
Mutual labels:  telegram
Awesome Ton
A curated list of awesome TON ecosystem 😎
Stars: ✭ 101 (+0%)
Mutual labels:  telegram
Roguebot
My simple rogue-like game for Telegram
Stars: ✭ 100 (-0.99%)
Mutual labels:  telegram
  • 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=)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].