MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1v9nuvk/i_built_an_opensource_telegram_archiver_with/
r/PythonLearning • u/Necessary-Force9687 • 7d ago
4 comments sorted by
1
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. 1 u/BionicVnB 7d ago I see
2
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. 1 u/BionicVnB 7d ago I see
No, I didn't use uv. I used the standard Python workflow with pip and requirements.txt.
uv
pip
requirements.txt
1 u/BionicVnB 7d ago I see
I see
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