| Commit message (Expand) | Author | Age | Lines |
* | send streaming videos by defaultHEADmaster | Rahiel Kasim | 2022-05-13 | -3/+3 |
* | bugfix release | Rahiel Kasim | 2022-05-13 | -1/+1 |
* | Merge pull request #103 from linyinfeng/fix-delete | Rahiel Kasim | 2022-05-13 | -1/+1 |
|\ |
|
| * | add missing conf argument for delete | Lin Yinfeng | 2022-04-29 | -1/+1 |
|/ |
|
* | fix send_message | Rahiel Kasim | 2022-04-10 | -4/+4 |
* | add pre as option on the send function | Rahiel Kasim | 2022-04-10 | -8/+10 |
* | refactor stdin option code | Rahiel Kasim | 2022-04-10 | -16/+3 |
* | use more robust html formatting for --pre option | Rahiel Kasim | 2022-04-10 | -6/+4 |
* | release 0.31 | Rahiel Kasim | 2022-04-10 | -1/+1 |
* | fix parsing of private channel URL | Rahiel Kasim | 2022-04-10 | -3/+6 |
* | release 0.30, specify python version in classifiers | Rahiel Kasim | 2022-04-10 | -3/+3 |
* | allow formatting captions | Rahiel Kasim | 2022-04-10 | -5/+15 |
* | Accomodate alternate telegram web url in configuration. | Ankush-Chander | 2022-04-09 | -1/+1 |
* | use Telegram's improved MarkdownV2 format by default | Rahiel Kasim | 2022-04-09 | -1/+7 |
* | explicitly pass timeout argument to all send methods | Rahiel Kasim | 2022-04-09 | -5/+5 |
* | refactor common arguments for send methods | Rahiel Kasim | 2022-04-09 | -22/+22 |
* | fix packaging and version import | Rahiel Kasim | 2022-04-09 | -7/+8 |
* | refactor reading config data | Rahiel Kasim | 2022-04-09 | -21/+28 |
* | fix module import, pin pydoc-markdown | Rahiel Kasim | 2022-04-08 | -186/+115 |
* | fix flake8 errors | Rahiel Kasim | 2022-04-08 | -21/+58 |
* | use pipenv, replace requirements-dev.txt with Pipfile | Rahiel Kasim | 2022-04-08 | -3/+704 |
* | pypi.org now supports Markdown, don't build universal wheel | Rahiel Kasim | 2022-04-08 | -17/+5 |
* | move code into module, move small functions to utils and annotate types | Rahiel Kasim | 2022-04-08 | -29/+33 |
* | rename cancel -> delete | Rahiel Kasim | 2022-04-08 | -9/+9 |
* | Merge pull request #45 from holgerfriedrich/master | Rahiel Kasim | 2022-04-08 | -18/+65 |
|\ |
|
| * | merged upstream/master, now working with py3.7 | Holger Friedrich | 2019-12-23 | -79/+164 |
| |\ |
|
| * | | Added function to cancel messages which have already been sent out: | Holger Friedrich | 2018-12-14 | -7/+53 |
| * | | minor fixes: parameter handling (timeout), exception handling (file permissio... | Holger Friedrich | 2018-12-11 | -3/+4 |
* | | | fix downloads badge | Rahiel Kasim | 2021-04-14 | -1/+1 |
* | | | release 0.25 | Rahiel Kasim | 2020-02-19 | -1/+1 |
* | | | Add MANIFEST.in (#63) | Francis T. O'Donovan | 2020-02-19 | -0/+1 |
| |/
|/| |
|
* | | more info on stickers, code formatting | Rahiel Kasim | 2019-10-13 | -5/+12 |
* | | Added Sticker sending feature (#58) | Vaishnav Murali | 2019-10-13 | -2/+13 |
* | | release 0.23 | Rahiel Kasim | 2019-10-10 | -1/+1 |
* | | Fixed bug sending message from stdin (#57) | dbanshee | 2019-10-10 | -1/+1 |
* | | fix version module not found error | Rahiel Kasim | 2019-10-10 | -2/+2 |
* | | release version 0.21 | Rahiel Kasim | 2019-10-07 | -1/+1 |
* | | allow using multiple configurations in one send command | Rahiel Kasim | 2019-10-07 | -23/+48 |
* | | support sending audio files | Rahiel Kasim | 2019-10-05 | -3/+19 |
* | | note that telegram doesn't support all markdown/html syntax | Rahiel Kasim | 2019-10-05 | -1/+4 |
* | | support sending videos | Rahiel Kasim | 2019-10-05 | -3/+19 |
* | | support sending animations | Rahiel Kasim | 2019-10-05 | -2/+18 |
* | | support sending files with captions | Rahiel Kasim | 2019-10-04 | -10/+16 |
* | | python 3 improvements | Rahiel Kasim | 2019-10-04 | -16/+4 |
* | | option to send silently, force keyword arguments for send function | Rahiel Kasim | 2019-10-03 | -12/+15 |
* | | drop python 2 support, require python 3.5+ | Rahiel Kasim | 2019-10-03 | -17/+9 |
* | | require python-telegram-bot >= 12.1.1, set version string in separate file | Rahiel Kasim | 2019-10-02 | -3/+5 |
|/ |
|
* | pypi.python.org -> pypi.org | Rahiel Kasim | 2018-03-29 | -3/+3 |
* | cpu.re -> rahielkasim.com | Rahiel Kasim | 2018-03-26 | -2/+4 |
* | release sending location feature, code formatting | Rahiel Kasim | 2018-03-25 | -8/+11 |