Commit graph

409 commits

Author SHA1 Message Date
Jannes Höke
71e73c3999 logging 2015-11-15 19:21:35 +01:00
Jannes Höke
a55df8b5e1 update example 2015-11-15 19:14:12 +01:00
Jannes Höke
f59efe0f4b forward related update to errorhandlers 2015-11-15 19:12:42 +01:00
Jannes Höke
1b79a57673 Merge branch 'master' of github.com:leandrotoledo/python-telegram-bot into boteventhandler 2015-11-15 17:38:37 +01:00
Jannes Höke
ae59a18e2d update example 2015-11-15 17:37:01 +01:00
Jannes Höke
12201f392d graceful stopping of threads, use logging, reuse of broadcaster 2015-11-15 17:36:38 +01:00
leandrotoledo
8f3fe123e3 Fix travis 2015-11-13 10:53:31 -02:00
Jannes Höke
04050ca883 Merge branch 'master' of github.com:leandrotoledo/python-telegram-bot into boteventhandler 2015-11-13 11:05:26 +01:00
Jannes Höke
c3b3d51286 Merge pull request #99 from rahiel/readme
improve echobot with cleaner code and basic exception handling
2015-11-12 19:21:29 +01:00
Jannes Höke
10451509f1 fix for issue #79 2015-11-12 19:15:39 +01:00
Rahiel Kasim
ff0d724f32 improve echobot with cleaner code and basic exception handling 2015-11-12 17:26:25 +01:00
Leandro Toledo
c64e577049 Fixes pylint for Py2.6 2015-11-11 12:41:07 -02:00
Leandro Toledo
f08dca0af6 Fixes pylint for Py2.6 2015-11-11 12:39:09 -02:00
Leandro Toledo
8c0bcbf5bb Fixes typo on .travis.yml 2015-11-11 12:28:34 -02:00
Leandro Toledo
596fc2aeda Adding OSX and lint/pep8 tests to Travis 2015-11-11 12:27:07 -02:00
Leandro Toledo
968b19e8b7 Rolling back travis settings 2015-11-11 12:07:43 -02:00
Leandro Toledo
7993328ff7 Enable travis for PRs 2015-11-11 12:04:23 -02:00
Leandro Toledo
16349ac69a Releasing v2.9.2 2015-11-11 11:31:20 -02:00
Jannes Höke
45712c52f1 Merge branch 'master' of github.com:leandrotoledo/python-telegram-bot into boteventhandler 2015-11-11 14:27:58 +01:00
Leandro Toledo
235dcd2ad2 Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot 2015-11-11 11:25:05 -02:00
Leandro Toledo
ed92d1c254 Adds requirements.txt to MANIFEST 2015-11-11 11:24:49 -02:00
Jannes Höke
0b4c23f50e improve error handling on timeouts 2015-11-11 14:06:10 +01:00
Jannes Höke
63c895c0a0 run_async moved to broadcaster and uses a thread pool now 2015-11-11 13:33:03 +01:00
Jannes Höke
3162bc60e9 cleaned up code 2015-11-11 13:32:11 +01:00
leandrotoledo
206802cf4d Minor fix on docs 2015-11-10 20:33:14 -02:00
leandrotoledo
5eb4f8e5cd Minor pep8 fix 2015-11-10 20:31:51 -02:00
Jannes Höke
0a27e3927b merge 2015-11-10 23:17:31 +01:00
Jannes Höke
401add78d3 fix big mistake 2015-11-10 23:15:37 +01:00
Jannes Höke
af375eb402 improved code quality 2015-11-10 23:15:37 +01:00
Jannes Höke
2797111ced First tests for BotEventHandler and Broadcaster 2015-11-10 23:15:37 +01:00
Jannes Höke
d7d4889c50 use run_async decorator in example 2015-11-10 23:15:37 +01:00
Jannes Höke
bf356e124f add run_async decorator 2015-11-10 23:15:37 +01:00
Jannes Höke
d7fd43ca79 Import BotEventHandler and Broadcaster 2015-11-10 23:15:37 +01:00
Jannes Höke
42e11d169e Update AUTHORS.rst 2015-11-10 23:15:37 +01:00
Jannes Höke
c1fae0b5ee example bot for BotEventHandler 2015-11-10 23:15:37 +01:00
Jannes Höke
ef99bab435 initial commit for BotEventHandler and Broadcaster 2015-11-10 23:15:37 +01: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
245f5abc45 further improved formatting 2015-11-10 21:32:54 +01:00
Jannes Höke
0f8f6584ce Fix for issue #81 2015-11-10 20:36:26 +01:00
Jannes Höke
dd498ded00 Update to version 2.9.1 2015-11-10 20:22:58 +01:00
Jannes Höke
5d2999818b Update to version 2.9.1 2015-11-10 20:19:12 +01:00
Jannes Höke
eb1f197ff4 2.9.1 release and generally improved formatting 2015-11-10 20:10:44 +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
9191d333ca Adds future as requirement 2015-11-10 12:27:18 -02:00
Leandro Toledo
c6533a2d69 Releasing v2.9 2015-11-10 12:21:04 -02:00
Leandro Toledo
6c13762c93 Fixes PEP8 and Lint minor issues 2015-11-10 12:10:50 -02:00
Leandro Toledo
06c09b96cf Fixes travis to support future module 2015-11-10 12:04:21 -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
21c26aed2f Merge pull request #96 from leandrotoledo/revert-85-master
Revert 1879cff82d
2015-11-10 11:55:50 -02:00