Leandro Toledo
59b247af94
Moving from GPLv2 to LGPLv3
2015-08-10 13:57:31 -03:00
Leandro Toledo
c4087e96d9
Releasing 2.5
2015-08-09 10:17:32 -03:00
Leandro Toledo
66aaaf9ec0
Disable debug and any logging calls in API to fix #21
2015-08-09 09:41:58 -03:00
Leandro Toledo
adcf9b1fd5
Releasing 2.4
2015-08-08 19:37:14 -03:00
Leandro Toledo
ab88afc3d3
PEP8 and minor fixes
2015-08-08 19:35:44 -03:00
Leandro Toledo
af9acb3328
Merge pull request #24 from franciscod/py3-emoji
...
Fix emojis on py3
2015-08-08 19:28:00 -03:00
Leandro Toledo
0dc59efeb8
Releasing 2.3
2015-08-08 19:18:58 -03:00
Leandro Toledo
448cbdbd00
Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot
2015-08-08 19:10:02 -03:00
Leandro Toledo
0c6ec763b1
Fixes ForceReply class
2015-08-08 19:09:24 -03:00
Leandro Toledo
a91c158825
Merge pull request #22 from wjt/logging
...
Don't call logging.basicConfig() in library code
2015-08-08 18:59:38 -03:00
Francisco Demartino
7d2672f711
use byte literals for emojis
2015-08-06 02:45:15 -03:00
Will Thompson
98e40ee059
Bot._requestUrl: raise if method not in ('GET', 'POST')
...
If this happens, there is a bug in the library. Better to raise the
error explicitly rather than return a value of a totally unexpected type
and crash later.
2015-07-30 10:47:47 +01:00
Will Thompson
a034317c87
Don't call logging.basicConfig() in library code
...
Logging should be configured by the application, not by libraries it
uses. Libraries should just get a logger and log to it.
Fixes #21
2015-07-30 07:04:59 +01:00
leandrotoledo
d90a4c9acc
Releasing 2.2
2015-07-25 18:31:01 -03:00
leandrotoledo
6b7476c18f
Updates echobot and getUpdates logging
2015-07-20 08:59:41 -03:00
leandrotoledo
cad325c874
Adding logging
2015-07-20 08:50:30 -03:00
leandrotoledo
b6fb2bc6bf
Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot into testing
2015-07-20 08:26:29 -03:00
leandrotoledo
61530aeb34
Adding logging decorator
2015-07-20 08:25:04 -03:00
leandrotoledo
5cd8d5b332
Releasing 2.1
2015-07-20 08:03:47 -03:00
leandrotoledo
185a9e9918
Fixes bug when to_data thumb for document and video
2015-07-20 08:01:14 -03:00
leandrotoledo
a1899a75e4
Releasing 2.0
2015-07-19 23:40:12 -03:00
leandrotoledo
f4ad7037e1
Fixes #12 and changes to_data to to_dict
2015-07-19 23:25:44 -03:00
leandrotoledo
859f04e566
Resolves #45 creating to_data abstractmethod on TelegramObject (new base class)
2015-07-19 23:06:04 -03:00
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
JASON0916
ce852de9a8
base class for telegram class
2015-07-17 22:53:54 +08:00
leandrotoledo
acc939b5b9
Releasing 1.9
2015-07-15 11:48:33 -03:00
leandrotoledo
92c3f48cda
Removing redundant parentheses, Python3 support, user.name property
2015-07-15 10:05:31 -03:00
leandrotoledo
d8912f5290
move isFileRequest to InputFile as @staticmethod, new tests written, README updated
2015-07-14 05:25:44 -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
649fbc40c8
Encode to UTF8 text messages
2015-07-12 10:30:35 -03:00
Leandro Toledo
582bb61e5b
Adding echobot example and fix IOError typo
2015-07-12 09:54:03 -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
2d822b10fd
Adding decorators for send* functions. New decorator for authentication
2015-07-11 19:01:02 -03:00
JASON0916
f0a5b756cf
create _isFileRequest to simplify _requestUrl
2015-07-11 22:52:28 +08:00
Leandro Toledo
59d55df99e
Fixes crash when username is not defined on chat
2015-07-11 10:01:07 -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
8ca257ca61
simplify _requestUrl
2015-07-11 14:38:43 +08:00
Leandro Toledo
8ab910bd62
Adding URL support to send files
2015-07-10 19:46:15 -03:00
Leandro Toledo
5c6d233179
Fixes unicode erros when sending files
2015-07-10 16:50:33 -03:00
Leandro Toledo
8f8b220bff
Get rid of requests requirement, adding sendVideo file test
2015-07-10 13:43:35 -03:00
macrojames
d38a21c697
Adding setWebhook
2015-07-09 18:26:17 +02:00
Leandro Toledo
b90b608fb1
Add to_json method to classes
2015-07-09 11:40:44 -03:00
Leandro Toledo
2cbb9e45b7
Fixing Emojis model and updated the README
2015-07-09 09:48:41 -03:00
Leandro Toledo
29c1f7e027
lint fixes
2015-07-08 23:38:07 -03:00
Leandro Toledo
e2cbc511ba
Adding Emoji model
2015-07-08 23:27:49 -03:00
Leandro Toledo
ff0f875b85
Keyboards models and PEP8
2015-07-08 22:33:13 -03:00