Updated README, minor changes and pip ready

The module is now ready to be installed via pip
README.md has been updated to reflect these changes
Minor changes to the interactive client example
Versioning is now done by editting TelegramClient's
__version__, rather than looking for the string
This commit is contained in:
Lonami
2016-09-18 11:59:12 +02:00
parent 6642f73a3d
commit d8757af5c5
6 changed files with 156 additions and 25 deletions

View File

@@ -176,7 +176,7 @@ class BadMessageError(Exception):
ErrorMessages = {
16: 'msg_id too low (most likely, client time is wrong it would be worthwhile to '
'synchronize it using msg_id notifications and re-send the original message '
'with the correct msg_id or wrap it in a container with a new msg_id if the '
'with the "correct" msg_id or wrap it in a container with a new msg_id if the '
'original message had waited too long on the client to be transmitted).',
17: 'msg_id too high (similar to the previous case, the client time has to be '