Waffle
3ba9799b98
Renaming back pytelegrambotapi module to telebot
2018-04-28 13:50:59 +03:00
Waffle
7957bc45a8
Fixing and upgrading next step and reply handlers. + minor fixes
...
Rename telebot package to pytelegrambotapi becouse lib named telebot exists and it raising many errors
Add methods:
| register_for_reply_by_message_id,
| register_next_step_handler_by_chat_id,
| clear_reply_handlers,
| clear_reply_handlers_by_message_id
2018-04-12 13:45:32 +03:00
eternnoir
48e6757686
Fix import logger problem.
2018-03-10 14:41:34 +08:00
heyyyoyy
2637e29dbe
Updated sendMediaGroup method
2018-01-15 16:08:50 +03:00
the31k
1a80fc5a0e
Per-thread singletons
2017-07-19 01:50:04 +03:00
Yolley
242456d92b
Update util.py
2017-06-20 15:45:18 +03:00
Yolley
328cabead6
Update util.py
2017-06-20 15:45:01 +03:00
Rafael Medina
94d1b3f7a8
Added missing import for extract_arguments()
2016-04-26 11:16:49 +02:00
DrBomb
17184697ea
Update util.py
...
Another typo
2016-03-17 22:17:06 -04:30
DrBomb
78d86752fb
Update util.py
...
Typo
2016-03-17 00:51:02 -04:30
DrBomb
7669781737
Update util.py
...
Added a regexp method that returns all the text after the command.
2016-03-17 00:48:08 -04:30
eternnoir
bf9939d40e
Fix queue default value. #86
2015-10-13 13:05:38 +08:00
pieter
117c5a1141
Minor CPU optimization
2015-10-03 12:48:56 +02:00
eternnoir
e7e681928d
Fix polling stuch problem.
2015-10-02 23:24:54 +08:00
eternnoir
855ff40070
Fix python3 raise exception error.
2015-10-02 17:08:05 +08:00
pieter
29a42a398b
Restored the non-threaded variant
2015-10-02 00:00:54 +02:00
pieter
d14e9051d4
Better error handling.
...
Errors now are re-raised in the Thread polling() was called from.
If none_stop is *not* set, ApiExceptions will cause the calling Thread to halt.
2015-10-01 22:03:54 +02:00
Pieter van den Ham
60ca1751ca
WorkerThreads now log ApiExceptions
2015-10-01 11:33:23 +02:00
pieter
3c8faa155f
Created util.py to clean up __init__.py and apihelper.py and updated README accordingly
...
Fixed failing send_document_by_id and send_photo_by_id
2015-08-31 11:49:03 +02:00