Rahiel Kasim
5958da0031
bot.sendMessage: update documentation
2016-03-11 20:32:10 +01:00
Aydar Biktimirov
433110abe9
Added disable_notification parameter for silent messages
2016-03-09 18:47:33 +03:00
Jannes Höke
4aca4d1d1f
Merge pull request #187 from python-telegram-bot/flaky-tests
...
Flaky tests
2016-02-28 01:02:11 +01:00
Noam Meltzer
fc618274ae
bot.py: allow specifying timeout for sendVideo operations
2016-02-27 23:00:33 +02:00
Jannes Höke
efd10507d0
remove kwargs in favor of named keyword arguments, validate argument types
2016-02-21 11:33:34 +01:00
Jannes Höke
2a01292a64
Merge branch 'master' into inlinebots
2016-02-07 22:42:12 +01:00
Noam Meltzer
d4beb94059
Add specific exceptions types for important errors
...
maintain backward compatibility with the 'old' exception by inherting
from TelegramError and using the same message
2016-02-06 18:48:55 +02:00
Jannes Höke
6d2e159d75
move 'no new updates found' message to debug ( #167 )
2016-01-31 10:32:34 +01:00
Jannes Höke
5c2458bfd8
merge master into inlinebots
2016-01-14 15:28:22 +01:00
leandrotoledo
dfc75cc64e
Add docstring style checker and fixing some
2016-01-13 14:09:35 -02:00
Jannes Höke
c69cdfd184
Initial commit for inline bot support
2016-01-09 15:09:48 +01:00
Jannes Höke
aa8966832b
release 3.2 and update copyright notice to 2015-2016
2016-01-05 14:12:03 +01:00
Noam Meltzer
17dae68654
gitignore: files generated by unitests
2016-01-04 00:32:17 +02:00
Noam Meltzer
aeca3ca174
basic token validation
...
refs #134
2016-01-04 00:31:40 +02:00
Jannes Höke
ea7c54ba07
Release v3.1.1, change author email everywhere
2015-12-21 21:18:53 +01:00
Jannes Höke
6e158042e1
API updates Oct and Nov
2015-12-16 15:31:02 +01:00
leandrotoledo
5eb4f8e5cd
Minor pep8 fix
2015-11-10 20:31:51 -02: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
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
a7ac4193fe
PEP8, lint and TelegramError class refactor
2015-09-10 20:08:24 -03:00
ErgoZ
53c44f14bd
Add Markdown support for sendMessage method.
2015-09-10 20:15:20 +03:00
ErgoZ
17b8bb4881
Code cleanup for filename. Filename uses only for sendDocument.
2015-09-10 14:46:49 +03:00
ErgoZ
714adc13ee
Add ability to set custom filename
...
For commands that uses InputFile class
2015-09-08 20:42:23 +03:00
leandrotoledo
a409fc511d
Improve raise of empty chat_id
2015-09-07 15:53:43 -03:00
leandrotoledo
cfd401f22b
Moving _requestURL method to utils package
2015-09-05 11:55:55 -03:00
leandrotoledo
05b7fda4a1
Add certificate arg to setWebhook function
2015-09-04 17:53:39 -03:00
leandrotoledo
910959b672
Raises error when chat_id is not set
2015-09-04 17:15:44 -03:00
Leandro Toledo
b20f5af1e1
Improving the design of existing Telegram classes and adding docstrings
2015-08-28 12:19:30 -03:00
rahiel
ccdb999e37
add remaining chat actions
2015-08-25 13:45:02 +02:00
Leandro Toledo
6e2881b31b
Adding support for Voice object and sendVoice method #39
2015-08-17 11:34:42 -03:00
Leandro Toledo
109439022f
Minor fixes and cfg for setuptools
2015-08-14 16:30:30 -03:00
Leandro Toledo
59ff1b68b5
clearCredentians and require_authentication are now decapred, bot properties will be called when needed only #33
2015-08-14 16:25:27 -03:00
leandrotoledo
f2671ffff3
fix space trailing
2015-08-11 23:46:09 -03:00
Leandro Toledo
3974690b90
Fixes base_url when pickling object
2015-08-11 23:43:40 -03:00
Leandro Toledo
ecdf32b5f6
Apply new Telegram Bot API changes #32
2015-08-11 17:32:06 -03:00
Leandro Toledo
163b27b7dd
fix license header
2015-08-11 16:58:17 -03:00
Leandro Toledo
4d59e8a663
Adding coveralls support, adding base_url to pickle rebuild
2015-08-11 14:13:02 -03:00
Leandro Toledo
5bfbaff318
Implements Bot.__reduce__ to allow dump into pickle objs #31
2015-08-11 12:41:26 -03:00
Leandro Toledo
59b247af94
Moving from GPLv2 to LGPLv3
2015-08-10 13:57:31 -03:00
Leandro Toledo
66aaaf9ec0
Disable debug and any logging calls in API to fix #21
2015-08-09 09:41:58 -03:00
Leandro Toledo
ab88afc3d3
PEP8 and minor fixes
2015-08-08 19:35:44 -03:00
Leandro Toledo
a91c158825
Merge pull request #22 from wjt/logging
...
Don't call logging.basicConfig() in library code
2015-08-08 18:59:38 -03:00
Will Thompson
98e40ee059
Bot._requestUrl: raise if method not in ('GET', 'POST')
...
If this happens, there is a bug in the library. Better to raise the
error explicitly rather than return a value of a totally unexpected type
and crash later.
2015-07-30 10:47:47 +01:00
Will Thompson
a034317c87
Don't call logging.basicConfig() in library code
...
Logging should be configured by the application, not by libraries it
uses. Libraries should just get a logger and log to it.
Fixes #21
2015-07-30 07:04:59 +01:00
leandrotoledo
6b7476c18f
Updates echobot and getUpdates logging
2015-07-20 08:59:41 -03:00
leandrotoledo
cad325c874
Adding logging
2015-07-20 08:50:30 -03:00
leandrotoledo
61530aeb34
Adding logging decorator
2015-07-20 08:25:04 -03:00
leandrotoledo
92c3f48cda
Removing redundant parentheses, Python3 support, user.name property
2015-07-15 10:05:31 -03:00
leandrotoledo
d8912f5290
move isFileRequest to InputFile as @staticmethod, new tests written, README updated
2015-07-14 05:25:44 -03:00
Leandro Toledo
582bb61e5b
Adding echobot example and fix IOError typo
2015-07-12 09:54:03 -03:00
Leandro Toledo
5cd153c535
PEP8 and minor typos fixes
2015-07-11 19:14:37 -03:00
Leandro Toledo
2e7e24d16c
Merge pull request #3 from JASON0916/simplify-code
...
Simplify code
2015-07-11 19:05:09 -03:00
Leandro Toledo
2d822b10fd
Adding decorators for send* functions. New decorator for authentication
2015-07-11 19:01:02 -03:00
JASON0916
f0a5b756cf
create _isFileRequest to simplify _requestUrl
2015-07-11 22:52:28 +08:00
JASON0916
8ca257ca61
simplify _requestUrl
2015-07-11 14:38:43 +08:00
Leandro Toledo
8ab910bd62
Adding URL support to send files
2015-07-10 19:46:15 -03:00
Leandro Toledo
5c6d233179
Fixes unicode erros when sending files
2015-07-10 16:50:33 -03:00
Leandro Toledo
8f8b220bff
Get rid of requests requirement, adding sendVideo file test
2015-07-10 13:43:35 -03:00
macrojames
d38a21c697
Adding setWebhook
2015-07-09 18:26:17 +02:00
Leandro Toledo
b90b608fb1
Add to_json method to classes
2015-07-09 11:40:44 -03:00
Leandro Toledo
ff0f875b85
Keyboards models and PEP8
2015-07-08 22:33:13 -03:00
Leandro Toledo
0214910741
Adding ReplyMarkup, ForceReply, renaming methods and minor fixes
2015-07-08 21:15:46 -03:00
Leandro Toledo
b39b6241b5
Updating README and minor fixes
2015-07-08 17:58:50 -03:00
Leandro Toledo
f79c47bffb
Adding Auth validation
2015-07-08 17:23:18 -03:00
Leandro Toledo
804db5207c
Adding TelegramError for handling
2015-07-08 16:58:18 -03:00
Leandro Toledo
dadad120fc
Adding UserProfilePhotos doc and flake8 minor fixes
2015-07-08 10:14:07 -03:00
Leandro Toledo
0b19099eea
Adding getUserProfilePhotos
2015-07-08 10:10:08 -03:00
Leandro Toledo
c20d6465fc
Adding sendChatAction, its tests and minor fixes
2015-07-08 09:55:06 -03:00
Leandro Toledo
86c1f68419
Adding sendLocation, its tests and minor fixes
2015-07-08 09:37:25 -03:00
Leandro Toledo
6bb8c4e4a0
Adding getUpdates doc
2015-07-08 09:22:31 -03:00
Leandro Toledo
5963649c9a
Adding sendVideo and minor fixes
2015-07-08 09:17:18 -03:00
Leandro Toledo
635fae04e6
Adding Sticker and its tests
2015-07-07 23:52:12 -03:00
Leandro Toledo
368fe234f3
Adding Document and minor fixes
2015-07-07 21:12:51 -03:00
Leandro Toledo
0b0bc3d550
Adding sendAudio method
2015-07-07 20:10:43 -03:00
Leandro Toledo
f5976fc0d7
Adding documentation
2015-07-07 19:54:00 -03:00
Leandro Toledo
5e2f60ed7d
Adding sendPhoto method by file_id
2015-07-07 19:06:17 -03:00
Leandro Toledo
f7a15306a8
Adding sendPhoto method
2015-07-07 18:46:32 -03:00
Leandro Toledo
fdc913a580
Adding Travis CI
2015-07-07 16:50:36 -03:00