Jannes Höke
|
0b4c23f50e
|
improve error handling on timeouts
|
2015-11-11 14:06:10 +01:00 |
|
leandrotoledo
|
5eb4f8e5cd
|
Minor pep8 fix
|
2015-11-10 20:31:51 -02:00 |
|
Jannes Höke
|
93afd3eabe
|
remove check for network_delay
|
2015-11-10 23:12:20 +01:00 |
|
Jannes Höke
|
61dac76bee
|
don't send network_delay to telegram servers
|
2015-11-10 22:40:19 +01:00 |
|
Jannes Höke
|
4bc03ed56a
|
Add parameter network_delay for slow connections and increase default to 2 seconds
|
2015-11-10 19:47:21 +01:00 |
|
Leandro Toledo
|
6c13762c93
|
Fixes PEP8 and Lint minor issues
|
2015-11-10 12:10:50 -02:00 |
|
Leandro Toledo
|
8a5ec3b2a1
|
Merge pull request #92 from jh0ker/emoticons
Decode Emoji byte strings into unicode strings if using Python 3 (Alternative)
|
2015-11-10 11:58:57 -02:00 |
|
Leandro Toledo
|
5fe1481ae9
|
Revert 1879cff82d
|
2015-11-10 11:55:42 -02:00 |
|
Leandro Toledo
|
1879cff82d
|
Merge pull request #85 from jh0ker/master
Decode Emoji byte strings into unicode strings if using Python 3
|
2015-11-10 11:55:19 -02:00 |
|
Jannes Höke
|
cd5e805692
|
added documentation
|
2015-11-10 05:16:16 +01:00 |
|
Jannes Höke
|
3928e27cf4
|
Merge pull request #90 from rahiel/master
raise exception if telegram times out on long-polling
|
2015-11-10 04:56:18 +01:00 |
|
Jannes Höke
|
89015e5ecc
|
fix for sending into a channel
|
2015-11-03 13:46:23 +01:00 |
|
Jannes Höke
|
025d4c9a75
|
fix emojis for python3
|
2015-11-03 12:24:44 +01:00 |
|
Jannes Höke
|
d3bea4c3b4
|
make user_from optional, because of channels
|
2015-11-03 10:28:06 +01:00 |
|
Jannes Höke
|
a6c12adda2
|
make user_from optional, because of channels
|
2015-11-03 10:20:45 +01:00 |
|
Rahiel Kasim
|
dcb9129809
|
raise exception if telegram times out on long-polling
|
2015-11-02 20:30:37 +01:00 |
|
Jannes Höke
|
22b492762b
|
Decode Emoji byte strings into unicode strings if using Python 3 (missed something)
|
2015-10-23 00:32:10 +02:00 |
|
Jannes Höke
|
fea0c5cc2b
|
Decode Emoji byte strings into unicode strings if using Python 3
|
2015-10-23 00:29:26 +02:00 |
|
Leandro Toledo
|
688d6af541
|
Releasing v2.8.7
|
2015-10-08 11:31:48 -03:00 |
|
Leandro Toledo
|
3fa8b97ed2
|
Type as optional for GroupChat
|
2015-10-08 11:30:02 -03:00 |
|
Leandro Toledo
|
f2b0cb46a2
|
Releasing v2.8.6
|
2015-10-08 10:23:12 -03:00 |
|
Leandro Toledo
|
cf5d184766
|
Add type to User and GroupChat classes
|
2015-10-08 10:19:05 -03:00 |
|
Leandro Toledo
|
5738dc553f
|
Releasing v2.8.5
|
2015-09-24 09:29:23 -03:00 |
|
Leandro Toledo
|
386accab80
|
Merge pull request #74 from leandrotoledo/http_bad_gateway_as_except
Handles HTTP Bad Gateway error (503) on request module #63
|
2015-09-24 09:26:19 -03:00 |
|
Leandro Toledo
|
6c9490f2c6
|
Handles HTTP Bad Gateway error (503) on request module #63
|
2015-09-24 09:17:50 -03:00 |
|
Leandro Toledo
|
855ab19dea
|
Fixes regression on Audio and Document models for unicode fields #65
|
2015-09-24 09:10:33 -03:00 |
|
Sergio Oller
|
4e1597c614
|
[doc] fix "Telegram user" -> "telegram sticker"
|
2015-09-22 11:52:10 +02:00 |
|
Leandro Toledo
|
75e338d5df
|
Releasing v2.8.4
|
2015-09-20 12:52:40 -03:00 |
|
Leandro Toledo
|
a1f35355f6
|
Keep bleeding edge features on testing branch
|
2015-09-20 12:43:32 -03:00 |
|
Leandro Toledo
|
b79530b10c
|
Adding File and its tests
|
2015-09-20 12:28:10 -03:00 |
|
Leandro Toledo
|
f623db06ea
|
Revert "Feature/requests"
|
2015-09-16 00:21:45 -03:00 |
|
pecheny
|
d5a9c185f0
|
use requests instead of urllib if possible; add timeout and decorator to get and post
|
2015-09-14 19:13:22 +03:00 |
|
Leandro Toledo
|
cbdeacd22d
|
Releasing v2.8.3
|
2015-09-10 21:00:05 -03:00 |
|
Leandro Toledo
|
1e2fdedc45
|
Removing command_handler from master (under dev)
|
2015-09-10 20:44:23 -03:00 |
|
Leandro Toledo
|
eb557e0eba
|
Keeping features under development off this release
|
2015-09-10 20:37:25 -03:00 |
|
Leandro Toledo
|
a7ac4193fe
|
PEP8, lint and TelegramError class refactor
|
2015-09-10 20:08:24 -03:00 |
|
ErgoZ
|
c8a14bf34d
|
Merge branch 'testing' of https://github.com/leandrotoledo/python-telegram-bot into ISSUE-58
Conflicts:
telegram/__init__.py
|
2015-09-10 20:42:56 +03:00 |
|
ErgoZ
|
53c44f14bd
|
Add Markdown support for sendMessage method.
|
2015-09-10 20:15:20 +03:00 |
|
Leandro Toledo
|
e75deea25c
|
Merge pull request #59 from ergoz/PR57-Fix
Code cleanup for filename. Filename uses only for sendDocument.
|
2015-09-10 08:56:11 -03:00 |
|
ErgoZ
|
17b8bb4881
|
Code cleanup for filename. Filename uses only for sendDocument.
|
2015-09-10 14:46:49 +03:00 |
|
leandrotoledo
|
009862593b
|
Fix Py3
|
2015-09-09 09:34:45 -03:00 |
|
leandrotoledo
|
e2fa052f54
|
Send JSON requests over urlencoded post data
|
2015-09-09 09:29:23 -03:00 |
|
leandrotoledo
|
dcfe08dbda
|
Add sticker as an inputfile
|
2015-09-09 09:28:58 -03:00 |
|
Leandro Toledo
|
7059930b5d
|
Merge pull request #55 from njittam/testing
add a father command. and hide commands in help.
|
2015-09-09 09:08:39 -03:00 |
|
leandrotoledo
|
77977b99b1
|
Add tests to custom filename arg #56
|
2015-09-08 15:52:10 -03:00 |
|
ErgoZ Riftbit Vaper
|
c7f2add463
|
small pretty fix for self.data.pop('filename')
|
2015-09-08 21:17:54 +03:00 |
|
ErgoZ Riftbit Vaper
|
8a074fd719
|
Delete unused check (forget from previous local version)
|
2015-09-08 21:13:11 +03:00 |
|
ErgoZ Riftbit Vaper
|
6237bb636c
|
Fix InputFile class for python 3+ support
|
2015-09-08 20:54:50 +03:00 |
|
ErgoZ
|
4a761d0611
|
Add ability to set custom filename (fix InputFile class)
For commands that uses InputFile class
|
2015-09-08 20:43:28 +03:00 |
|
ErgoZ
|
714adc13ee
|
Add ability to set custom filename
For commands that uses InputFile class
|
2015-09-08 20:42:23 +03:00 |
|