Commit graph

108 commits

Author SHA1 Message Date
Leandro Toledo
ded002a0c8 Adding newline at EOF 2015-07-19 22:06:07 -03:00
Leandro Toledo
82f1496d4a Add support for GIFs sent as document 2015-07-19 22:05:22 -03:00
Leandro Toledo
ae0283f98d Fix error class import 2015-07-17 14:55:36 -03:00
Leandro Toledo
357815b102 Merge pull request #11 from JASON0916/base_class
Base class
2015-07-17 13:55:32 -03:00
JASON0916
ce852de9a8 base class for telegram class 2015-07-17 22:53:54 +08:00
Leandro Toledo
5460671384 Update README.rst 2015-07-16 08:20:28 -03:00
Leandro Toledo
f020ab8aa2 Update README.rst 2015-07-15 12:04:27 -03:00
leandrotoledo
acc939b5b9 Releasing 1.9 2015-07-15 11:48:33 -03:00
leandrotoledo
0cf914ab1f Remove python 3.2 2015-07-15 11:04:20 -03:00
leandrotoledo
638038de10 Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot 2015-07-15 11:02:42 -03:00
leandrotoledo
23b99690a1 I gave up, no support for Python 3.2 atm. 2015-07-15 11:01:11 -03:00
leandrotoledo
b5074bb0dd Fix test for Python 3.2 2015-07-15 10:59:04 -03:00
leandrotoledo
da6b7d496e Fix test for Python 3.2 2015-07-15 10:55:52 -03:00
leandrotoledo
bac2bf1084 Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot 2015-07-15 10:43:38 -03:00
leandrotoledo
048fa23fd6 Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot 2015-07-15 10:43:31 -03:00
leandrotoledo
4d54b5f71f Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot 2015-07-15 10:20:13 -03:00
leandrotoledo
124ea4e4a3 Python 2.6 unittest support 2015-07-15 10:19:53 -03:00
leandrotoledo
9063263c7f Python 2.6 unittest support 2015-07-15 10:18:02 -03:00
leandrotoledo
92c3f48cda Removing redundant parentheses, Python3 support, user.name property 2015-07-15 10:05:31 -03:00
leandrotoledo
9f27537176 Error handling when no updates available 2015-07-15 07:47:13 -03:00
leandrotoledo
6b5c55ad79 Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot 2015-07-14 05:26:03 -03:00
leandrotoledo
d8912f5290 move isFileRequest to InputFile as @staticmethod, new tests written, README updated 2015-07-14 05:25:44 -03:00
leandrotoledo
431510e02f move isFileRequest to InputFile as @staticmethod, new tests written, README updated 2015-07-14 05:24:08 -03:00
leandrotoledo
7d8fcc5fb9 update examples 2015-07-14 04:31:20 -03:00
leandrotoledo
b83a659bc2 hack to detect image from stream 2015-07-13 18:53:30 -03:00
Leandro Toledo
3df9d2b429 Working on Python 3 support 2015-07-12 10:39:11 -03:00
Leandro Toledo
4a2c09e0cf Releasing 1.8 2015-07-12 10:37:33 -03:00
Leandro Toledo
20b856a05f Update test to support UTF8 text messages 2015-07-12 10:31:18 -03:00
Leandro Toledo
649fbc40c8 Encode to UTF8 text messages 2015-07-12 10:30:35 -03:00
Leandro Toledo
2cee590ca8 fix unicode issue 2015-07-12 10:18:34 -03:00
Leandro Toledo
77930e0d8b Removing token 2015-07-12 09:56:50 -03:00
Leandro Toledo
582bb61e5b Adding echobot example and fix IOError typo 2015-07-12 09:54:03 -03:00
Leandro Toledo
32c8f10652 Adding .gitignore back 2015-07-11 19:17:45 -03:00
Leandro Toledo
5cd153c535 PEP8 and minor typos fixes 2015-07-11 19:14:37 -03:00
Leandro Toledo
2e7e24d16c Merge pull request #3 from JASON0916/simplify-code
Simplify code
2015-07-11 19:05:09 -03:00
Leandro Toledo
476e2fa9d0 Merge branch 'master' of github.com:leandrotoledo/python-telegram 2015-07-11 19:01:13 -03:00
Leandro Toledo
2d822b10fd Adding decorators for send* functions. New decorator for authentication 2015-07-11 19:01:02 -03:00
Leandro Toledo
d2a4623243 Update README.rst 2015-07-11 11:55:05 -03:00
JASON0916
f0a5b756cf create _isFileRequest to simplify _requestUrl 2015-07-11 22:52:28 +08:00
Leandro Toledo
f3bd2b8665 Update README.rst 2015-07-11 10:57:38 -03:00
Leandro Toledo
2fd3657ab2 Releasing 1.7 2015-07-11 10:02:29 -03:00
Leandro Toledo
59d55df99e Fixes crash when username is not defined on chat 2015-07-11 10:01:07 -03:00
Leandro Toledo
1bc58ad746 Merge pull request #4 from JRoot3D/master
user without username
2015-07-11 09:46:15 -03:00
Alex Root
164d6d2942 user without username
fix library crash when connect user without username
2015-07-11 09:57:27 +03:00
JASON0916
4c306de3a7 delete .idea/ 2015-07-11 14:44:54 +08:00
JASON0916
8ca257ca61 simplify _requestUrl 2015-07-11 14:38:43 +08:00
Leandro Toledo
cde440542a Adding telegram group chat link 2015-07-11 01:55:33 -03:00
Leandro Toledo
666f0f5ff0 Releasing 1.6 2015-07-10 22:41:34 -03:00
Leandro Toledo
b696991b06 Updating README 2015-07-10 22:38:39 -03:00
Leandro Toledo
cca4fc0252 Updating README 2015-07-10 22:31:04 -03:00