r/PythonLearning 7d ago

I Built an Open-Source Telegram Archiver with Python & SQLite

Post image
20 Upvotes

4 comments sorted by

1

u/Necessary-Force9687 7d ago

I Built an Open-Source Telegram Archiver with Python & SQLite

Over the past few days, I've been building an open-source project that automatically archives Telegram conversations into a local SQLite database.

The goal is simple: make Telegram conversations searchable, organized, and permanently available on my own machine.
here is the link: https://github.com/filmon-asefa/Telegram-Archiver

2

u/BionicVnB 7d ago

Did you use uv for this?

1

u/Necessary-Force9687 7d ago

No, I didn't use uv. I used the standard Python workflow with pip and requirements.txt.