All Projects β†’ karlicoss β†’ telegram-backup-to-txt

karlicoss / telegram-backup-to-txt

Licence: other
Tool to dump telegram into text files for quick search (e.g. with grep)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to telegram-backup-to-txt

plaintext-everything
πŸ“ A list of tools and articles helpful for keeping everything under plaintext.
Stars: ✭ 100 (+354.55%)
Mutual labels:  plaintext
Html2text
Golang HTML to plaintext conversion library
Stars: ✭ 339 (+1440.91%)
Mutual labels:  plaintext
Hledger
A reliable, user-friendly Plain Text Accounting tool with command line, terminal and web interfaces.
Stars: ✭ 1,887 (+8477.27%)
Mutual labels:  plaintext
doi2bib
πŸ“ Easily convert Digital Object Identifier (DOI) and Uniform Resource Locator (URL) to BibTeX and DOI to plain text.
Stars: ✭ 28 (+27.27%)
Mutual labels:  plaintext
Textbeat
🎹 plaintext music sequencer and midi shell, with vim playback πŸ₯
Stars: ✭ 274 (+1145.45%)
Mutual labels:  plaintext
Zkviz
Zettel Network Visualizer
Stars: ✭ 88 (+300%)
Mutual labels:  plaintext
jot
Command-line note-taking for minimalists
Stars: ✭ 24 (+9.09%)
Mutual labels:  plaintext
Orger
Tool to convert data into searchable and interactive org-mode views
Stars: ✭ 192 (+772.73%)
Mutual labels:  plaintext
Hashes
Magic hashes – PHP hash "collisions"
Stars: ✭ 278 (+1163.64%)
Mutual labels:  plaintext
Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+6236.36%)
Mutual labels:  plaintext
striprtf
Stripping rtf to plain old text
Stars: ✭ 56 (+154.55%)
Mutual labels:  plaintext
Ledger
Command line double-entry accounting program
Stars: ✭ 272 (+1136.36%)
Mutual labels:  plaintext
Awesome Ledger
⭐️ Useful resources for the Ledger command-line accounting system
Stars: ✭ 99 (+350%)
Mutual labels:  plaintext
shadowsocks-libev-nocrypto
libev port of shadowsocks. In this fork, encryption is optional!
Stars: ✭ 24 (+9.09%)
Mutual labels:  plaintext
Plainbudget
Minimalist Plain Text Budgeting
Stars: ✭ 167 (+659.09%)
Mutual labels:  plaintext
leaf
Lightweight, self-hosted task tracking
Stars: ✭ 42 (+90.91%)
Mutual labels:  plaintext
Vizel
Zettelkasten visualization and statsπŸ€©πŸ—’
Stars: ✭ 33 (+50%)
Mutual labels:  plaintext
Klog
A plain-text file format and command line tool for time tracking
Stars: ✭ 222 (+909.09%)
Mutual labels:  plaintext
Slideshow
slideshow gems - write your slides / talks / presentations in plain text with markdown formatting conventions
Stars: ✭ 173 (+686.36%)
Mutual labels:  plaintext
Readability2
Readability2 converts HTML to plain text.
Stars: ✭ 100 (+354.55%)
Mutual labels:  plaintext

Script to convert HTML output from telegram_backup tool to plaintext with proper filenames.

I’m using it for quick search (e.g. grep) in messages without having to go to web interface/mobile app. You can read more about it here.

Usage

  1. Read usage for telegram_backup to backup your account. Don’t forget to run --export html!
  2. Run this script with the same --target and --account arguments as for backup script, and pass --output directory.

Personally I’ve got all this set up as a daily Cron job.

Dependencies

apt install sqlite3 html2text

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].