TelegramTools / TLImporter

📲 Telegram Chat Importer: Import chats from WhatsApp or other services into Telegram
GNU Affero General Public License v3.0
127 stars 11 forks source link

Refactoring #5

Closed ferferga closed 4 years ago

ferferga commented 5 years ago

I've seen that you have improved many of my beginner's Python code and refactored most of the stuff. I see however that some stuff is not finished/moved from the original version, bugs from the original version are still there and it doesn't use asyncio as modern Telethon versions do.

I made TLImporter just for using it once, but I welcome all kinds of improvements to it for future users, so, if you want, we can contribute and test stuff together and I can merge your changes into the main repository. Do you have any roadmap to finish the group importing feature? Any plans to get your changes merged or do you want them to stay apart? Do you think that the code works well or it has some quirks after the refactor? Works good with PyInstaller I suppose, right?

Count on me for everything you want to ask/need. Take this PR as an opportunity to introduce myself :)

ferferga commented 4 years ago

Closing due to inactivity and lack of feasibility due to the divergence between his fork and my repository.