GitHub / python-telegram-bot/python-telegram-bot / commits
We have made you a wrapper you can't refuse
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 78088f4f | Fix grammer: 'a object' -> 'an object' | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 59fa7170 | Documentation improvements + small style fixes | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 31cab0d1 | editMessageCaption & editMessageReplyMarkup: more validation on input | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 7fafaa1e | Update support date in readme. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| e367b851 | Use explicit kwargs for all class inits in pure api. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| b6103166 | Use explicit kwargs for all bot methods. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 39832d2f | __str__ behaves differntly on py2 apparently. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 5408c23e | assertRegexMatches still exists for now. Use it. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 62dd3a33 | Better kwargs defaults. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 3754cdaf | send_game has differnt kwargs. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 305ff930 | set_game_score might return True | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 29e0cc64 | Fix py2 compat | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| a5671a8f | merge Merge pull request #423 from python-telegram-bot/edit-class-method |
Jacob Bom <b****b@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| f99b2f8f | Inprove coverage | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| c626044a | Add "all" filter | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| a68cf8d4 | Respect RetryAfter with polling Updater | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| de96cc87 | Only build master branch and PRs on travis. Yapf only on py3.5. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| ca5e3146 | Fix docstring according to Jannes' commentns. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 53a574bb | Improve unitests coverage | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 5b8efe0c | upgrade yapf to ver 0.12.2 | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| d07a1c3f | yapf: use our own mirror of yapf & update to version 0.12.2 | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 32a78722 | yapf fixes | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 04feeeff | Update test cases | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| a1495956 | temporary fix for documentation builds on readthedocs | Jannes Höke <m****l@j****e> | almost 10 years ago | |
| 8dc10fc7 | fixes broken test cases with PhotoSize, Game and Animation classes (#435) |
Patrick Hofmann <p****k@p****e>
Committed by: Jannes Höke <j****e@u****e> |
almost 10 years ago | |
| 7ad92dcc | Add test for set_game_score | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| d1ddfadd | Add tests for Game, Animation and sendGame. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| b7c7612b | Add game filter | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| ade89772 | Fix tests | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 67b98e31 | merge Merge pull request #433 from PH89/october3 |
Jacob Bom <b****b@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| e672625a | add myself to AUTHORS.rst | Patrick Hofmann <p****k@p****e> | almost 10 years ago | |
| 8cab7353 | small fix for game related parts | Patrick Hofmann <p****k@p****e> | almost 10 years ago | |
| bfb4c63d | add unitest for getWebhookInfo | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 01a5a1c5 | small documentation fix | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 1db1b76a | fix test_video unitest | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 976f3408 | Add possibly good-enough test for all_members_are_admin | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 6b778857 | Add tests for captions in audio and voice | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 1f9d3163 | Game: use explicit keyword args + added docmentation | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 837e9d29 | Animation: use explicit keyword args + added documentation | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| fab97df5 | GameHighScore: added attributes documentation | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| d70fc48e | getGameHighScores(): added documentation + fixed copy-paste errors | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 36192912 | setGameScore: fixes | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 34748ec2 | callbackgame: small documentation fix | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| d5567cd9 | sendGame(): mall fixes | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 2463b4b9 | New exception: RetryAfter | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 7cf50095 | small documentation fixes | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 9b74625d | answerCallbackQuery: fix copy/paste: show_alert -> url | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 4180c069 | InputFile: use self instead of explicit class name | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 3a0f2197 | inputfile: define the file types as constant and use iterator | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 3c889655 | Allow http url as a file_id | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| c2b8c4bf | Fix regexGroupHandlerCallbackQuery test | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 8234321a | Fix tests for Inline Voice Queries | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 5e2d96b4 | Make tests actually run at all | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 551f6c55 | Add game parameters in various places | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| ae17eb32 | Add InlineQueryResultGame | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 358dd795 | Add the rest of game_ methods to bot. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 1f676236 | Fix import order | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 151a441a | Add send_game | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 8737b5de | fix syntax error by some weird char | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| f3b8a3a5 | merge Merge remote-tracking branch 'origin/october3' into october3 | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 9e9309eb | Add all new Game related classes | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| e8a34d8e | cosmetic fixes and documentation for getWebhookInfo | Noam Meltzer <t****m@g****m> | almost 10 years ago | |
| 34c62a63 | Add url to answerCallbackQuery | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 868d9217 | Add WebhookInfo and getWebhookInfo | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| f7ede4ba | Add caption fields to voice and audio | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| c3e07b10 | Add switch_inline_query_current_chat | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 79bdfe4c | Allow filters to be passed without list. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 46657afa | Start additional threads only when necessary (#415) |
Michael Elovskikh <w****k@g****m>
Committed by: Noam Meltzer <t****m@g****m> |
almost 10 years ago | |
| 79e065a7 | Add __str__ and __repr__ to MergedFilter. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 9928a1ee | Add test for edit_text | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 0e2c3666 | Add edit_* family of methods to CallbackQuery. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| a996e887 | Add edit_* family of methods to Message. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 3244417f | Add docs for filters. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 61596400 | __call__ should return the result | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| be0f5bc5 | merge Merge branch 'master' into bitwise-filters | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 921fbae2 | merge Merge branch 'master' into bitwise-filters | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 21616811 | Use filter method instead of __call__ | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 9d0e0386 | Link echobot2 example from master |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| dc7a4595 | README: formatting (adding a newline) | Rahiel Kasim <r****m@g****m> | almost 10 years ago | |
| be675f01 | update all examples to use instance methods (#421) |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| c49058db | Bump version to v5.1 | Jannes Höke <m****l@j****e> | almost 10 years ago | |
| 8e80a8d2 | comment out test_reply_contact | Jannes Höke <m****l@j****e> | almost 10 years ago | |
| cbe05708 | fix test_send_photo_resend | Jannes Höke <m****l@j****e> | almost 10 years ago | |
| 5f6138b0 | merge Merge pull request #409 from python-telegram-bot/entities-filter |
Jacob Bom <b****b@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 1b99caa2 | merge Merge remote-tracking branch 'origin/master' into entities-filter | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| e16c1da6 | Change entities filter to be singular. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| e1242b3b | message.py: add quote keyword argument to reply_x methods (#420) |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 93dde1ac | Add install from source instructions to readme (#419) |
Gareth Dwyer <s****s@u****m>
Committed by: Jannes Höke <j****e@u****e> |
almost 10 years ago | |
| 05fb9d16 | Link echobot2 example from tag v5.0 |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| a91fe5f8 | Properly split and handle arguments in CommandHandler (#414) |
Eli Gao <r****2@g****m>
Committed by: Jannes Höke <j****e@u****e> |
almost 10 years ago | |
| 5116a772 | Class methods (#362) |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 1f597c6b | merge Merge branch 'LiaungYip-master' | Jannes Höke <m****l@j****e> | almost 10 years ago | |
| 1efd330e | ConversationHandler: Fix #373 | Jannes Höke <m****l@j****e> | almost 10 years ago | |
| af3e8c64 | merge Merge branch 'master' of https://github.com/LiaungYip/python-telegram-bot int... | Jannes Höke <m****l@j****e> | almost 10 years ago | |
| f34c09dd | Fix image sizes in tests. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 71e74da0 | Make filters and/or-able using bitwise operators. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 97bb04cd | Faulty example was faulty. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 7ab007d8 | Add Filters.entities test. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| f7b497c1 | Fix in keyword ordering | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 4e600080 | Add entities filter | Jacob Bom <b****b@g****m> | almost 10 years ago |