Leandro Toledo
|
792ad62fe8
|
Merge pull request #308 from python-telegram-bot/bot2.1
New methods for Bot 2.1 API
|
2016-05-28 12:14:01 -03:00 |
|
Jannes Höke
|
25bcfa9b35
|
add constants for Chat.type and ChatMember.status
|
2016-05-28 16:51:44 +02:00 |
|
Jannes Höke
|
ff00e211d7
|
include in warning that Py2.7 will still be supported
|
2016-05-28 16:44:39 +02:00 |
|
Jannes Höke
|
d40f0a8309
|
update update_queue and job_queue docstrings on all handlers
|
2016-05-28 16:04:19 +02:00 |
|
Jannes Höke
|
783f9c375c
|
move job_queue kwarg to end
|
2016-05-28 14:21:39 +02:00 |
|
Jannes Höke
|
406303d6bb
|
refactor: running -> _running, next_peek -> _next_peek
|
2016-05-28 13:48:30 +02:00 |
|
Jannes Höke
|
2534e0df9b
|
allow jobs to be ran outside of jobqueue
|
2016-05-28 13:41:23 +02:00 |
|
Rahiel Kasim
|
b06983a94a
|
let python 2 find the contrib module
|
2016-05-28 09:27:17 +02:00 |
|
Rahiel Kasim
|
2f408ab767
|
generate docs for botan
|
2016-05-28 09:18:36 +02:00 |
|
Rahiel Kasim
|
c8497424b7
|
move botan to contrib
|
2016-05-28 09:12:10 +02:00 |
|
Leandro Toledo
|
80fbe98b44
|
Reflecting tests for Filters change
|
2016-05-27 21:14:55 -03:00 |
|
Leandro Toledo
|
22e9326610
|
Merge remote-tracking branch 'origin/master' into bot2.1
|
2016-05-27 21:10:24 -03:00 |
|
Jannes Höke
|
a0bb5730c6
|
add allow_edited parameter to MessageHandler and CommandHandler
|
2016-05-27 11:07:06 +02:00 |
|
Jannes Höke
|
748cc3a35f
|
Add isitmaintained.com issue resolving time badge
|
2016-05-26 23:30:29 +02:00 |
|
Leandro Toledo
|
9a13de4a96
|
Merge remote-tracking branch 'origin/master' into bot2.1
Conflicts:
telegram/bot.py
tests/test_bot.py
|
2016-05-26 16:15:50 -03:00 |
|
Noam Meltzer
|
561f1c3f02
|
bot: validate token does not contain white spaces (#306)
in addition move validation code from validate.py into bot.py and delete
the former file
|
2016-05-26 22:09:14 +03:00 |
|
Leandro Toledo
|
3907e64966
|
Adds telegram.utils.botan back using deprecate
|
2016-05-26 14:13:27 -03:00 |
|
Rahiel Kasim
|
1abbca3324
|
bot.py: fix snake_case alias
|
2016-05-26 15:32:02 +02:00 |
|
Jannes Höke
|
e7f4a07b7a
|
update timerbot example with pass_job_queue
|
2016-05-26 14:48:50 +02:00 |
|
Jannes Höke
|
bb165b6acf
|
add pass_job_queue parameter to all handler classes
|
2016-05-26 14:39:11 +02:00 |
|
Jannes Höke
|
20067ff178
|
add test for context parameter
|
2016-05-26 14:07:44 +02:00 |
|
Jannes Höke
|
41daccce07
|
minor comments and formatting
|
2016-05-26 14:02:52 +02:00 |
|
Jannes Höke
|
786216305c
|
Add context parameter in Job class #281
|
2016-05-26 13:55:56 +02:00 |
|
Leandro Toledo
|
86571bc75d
|
addHandler to add_handler
|
2016-05-26 01:55:51 -03:00 |
|
Leandro Toledo
|
663fa0013d
|
merge master
|
2016-05-25 22:09:18 -03:00 |
|
Leandro Toledo
|
37c7af2e14
|
Add docstrings #302
|
2016-05-25 21:41:12 -03:00 |
|
Leandro Toledo
|
e70625772c
|
Keeps backwards compatibility to BadRequest #302
|
2016-05-25 21:24:29 -03:00 |
|
Leandro Toledo
|
1e398821a0
|
Introducing telegram.error.BadRequest and testLeaveChat testcase #302
|
2016-05-25 21:15:17 -03:00 |
|
Jannes Höke
|
b3142d2974
|
yapf
|
2016-05-25 23:57:29 +02:00 |
|
Jannes Höke
|
8278779a23
|
Merge branch 'jobqueue-rework' of github.com:python-telegram-bot/python-telegram-bot into jobqueue-rework
|
2016-05-25 23:37:10 +02:00 |
|
Jannes Höke
|
3aedd78e29
|
make job queue API similar to the dispatcher, add new functionality
|
2016-05-25 23:36:41 +02:00 |
|
Jannes Höke
|
6b90ac9f1c
|
make job queue API similar to the dispatcher, add new functionality
|
2016-05-25 22:51:13 +02:00 |
|
Rahiel Kasim
|
386b91f708
|
refactor testing if user is bot
|
2016-05-25 09:41:48 +02:00 |
|
Rahiel Kasim
|
76b9a7d328
|
add tests for Bot.getChat*
|
2016-05-25 01:31:10 +02:00 |
|
Leandro Toledo
|
d90b0f495d
|
End the madness when bumping versions [ci skip]
|
2016-05-24 19:43:24 -03:00 |
|
Rahiel Kasim
|
c4d5eff9f3
|
move botan from utils to ext
|
2016-05-24 23:40:09 +02:00 |
|
Rahiel Kasim
|
f45ecee820
|
Merge pull request #304 from TiagoDanin/FixReadme
README Update url for contribution guidelines
|
2016-05-24 23:09:13 +02:00 |
|
Tiago Danin
|
c340585f33
|
README Update url for contribution guidelines
|
2016-05-24 15:49:43 -05:00 |
|
Leandro Toledo
|
75490ac757
|
Fix travis
|
2016-05-23 22:13:38 -03:00 |
|
Leandro Toledo
|
046e69b1c1
|
Commenting test for token with newline
|
2016-05-23 22:02:15 -03:00 |
|
Leandro Toledo
|
7e0be09c58
|
Merge remote-tracking branch 'origin/master' into bot2.1
|
2016-05-23 21:56:01 -03:00 |
|
Leandro Toledo
|
18f3f43026
|
Add issue template #298
|
2016-05-23 21:54:36 -03:00 |
|
Leandro Toledo
|
0b2fd120d8
|
Due kwargs I had to change the factory class in favor of InputLocationMessageContent #302
|
2016-05-23 21:09:07 -03:00 |
|
Leandro Toledo
|
408959e91c
|
Removes examples from tests
|
2016-05-23 20:44:47 -03:00 |
|
Leandro Toledo
|
ab2f6e13c9
|
Add kwargs to API calls #302
|
2016-05-23 20:43:17 -03:00 |
|
Leandro Toledo
|
108e4264fc
|
Add user to MessageEntity #302
|
2016-05-23 20:31:36 -03:00 |
|
Leandro Toledo
|
68b5562c49
|
Add edit_date to Message #302
|
2016-05-23 20:28:36 -03:00 |
|
Leandro Toledo
|
e50a3622e1
|
Add edited_message to Update #302
|
2016-05-23 20:24:43 -03:00 |
|
Leandro Toledo
|
d7e226ec0f
|
Add new Bot methods and ChatMember class #302
|
2016-05-23 20:22:31 -03:00 |
|
Leandro Toledo
|
7c84516d2b
|
Merge branch 'master' of github.com:python-telegram-bot/python-telegram-bot
|
2016-05-23 19:44:34 -03:00 |
|