Tanuj
Tanuj
@Ehsanmd70 It's a unix timestamp
See #16 for easier reference on the available methods
How exciting! I suggest we use a dedicated templating library like Jinja, and also make the formatting tools a separate program. They don't really belong in the same command, and...
Yeah, that sounds good!
I'd love to have something that looks like Telegram Desktop, but that's probably going to be quite difficult. I wonder if we could use stuff from Webogram. By the way,...
Looks to me like the script is being executed with a shell, rather than with python. The syntax error is caused by the Python code being invalid shell syntax. This...
It could also be solved by adding a shebang (`#!/usr/bin/env python3`) to the top of the script, but python's `setuptools` tries to be clever and replaces that with its evaluation...
I can't see a great way to solve this, as https://github.com/pypa/setuptools/issues/494 is still open. I could add in a common shebang (/usr/bin/python3) which would fix it for *most* people, though.
Looks like the filename sanitisation bug. By the way, the Telethon version specifier is now on PyPI, so that shouldn't happen again.
@Aleyasen Can you see if the fix-71 branch fixes this?