Closed xfzka closed 5 years ago
add shebang to script file make telegram-export run easy
https://github.com/expectocode/telegram-export/issues/90#issuecomment-430645953
Example:
#before python3 -m telegram_export --list-dialogs #now telegram_export --list-dialogs
Worked for me, thanks! :+1:
https://github.com/pypa/setuptools/issues/494
This shebang would get expanded in the distribution process, unfortunately. I wish we could use it though, and I hope PyPA resolves this.
add shebang to script file make telegram-export run easy
90
https://github.com/expectocode/telegram-export/issues/90#issuecomment-430645953
Example: