Skip to content

Commit 80281cc

Browse files
committed
Moving to python-telegram-bot organization
1 parent fffa9d8 commit 80281cc

File tree

3 files changed

+15
-19
lines changed

3 files changed

+15
-19
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ If you have any question or concerns, feel free to reach out to me.
3535
.. _`Code of Conduct`: https://www.python.org/psf/codeofconduct/
3636
.. _`Google Python Style Guide`: https://google-styleguide.googlecode.com/svn/trunk/pyguide.html
3737
.. _`Google Python Style Docstrings`: http://sphinx-doc.org/latest/ext/example_google.html
38-
.. _CHANGES: https://github.com/leandrotoledo/python-telegram-bot/blob/master/CHANGES
39-
.. _AUTHORS.rst: https://github.com/leandrotoledo/python-telegram-bot/blob/master/AUTHORS.rst
38+
.. _CHANGES: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES
39+
.. _AUTHORS.rst: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/AUTHORS.rst

README.rst

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ A Python wrapper around the Telegram Bot API.
77

88
*Stay tuned for library updates and new releases on our* `Telegram Channel <http://telegram.me/pythontelegrambotchannel>`_.
99

10-
By `Leandro Toledo <leandrotoledodesouza@gmail.com>`_
11-
1210
.. image:: https://img.shields.io/pypi/v/python-telegram-bot.svg
1311
:target: https://pypi.python.org/pypi/python-telegram-bot
1412
:alt: PyPi Package Version
@@ -25,16 +23,16 @@ By `Leandro Toledo <leandrotoledodesouza@gmail.com>`_
2523
:target: http://www.gnu.org/licenses/lgpl-3.0.html
2624
:alt: LGPLv3 License
2725

28-
.. image:: https://travis-ci.org/leandrotoledo/python-telegram-bot.svg?branch=master
29-
:target: https://travis-ci.org/leandrotoledo/python-telegram-bot
26+
.. image:: https://travis-ci.org/python-telegram-bot/python-telegram-bot.svg?branch=master
27+
:target: https://travis-ci.org/python-telegram-bot/python-telegram-bot
3028
:alt: Travis CI Status
3129

32-
.. image:: https://codeclimate.com/github/leandrotoledo/python-telegram-bot/badges/gpa.svg
33-
:target: https://codeclimate.com/github/leandrotoledo/python-telegram-bot
30+
.. image:: https://codeclimate.com/github/python-telegram-bot/python-telegram-bot/badges/gpa.svg
31+
:target: https://codeclimate.com/github/python-telegram-bot/python-telegram-bot
3432
:alt: Code Climate
3533

36-
.. image:: https://coveralls.io/repos/leandrotoledo/python-telegram-bot/badge.svg?branch=master&service=github
37-
:target: https://coveralls.io/github/leandrotoledo/python-telegram-bot?branch=master
34+
.. image:: https://coveralls.io/repos/python-telegram-bot/python-telegram-bot/badge.svg?branch=master&service=github
35+
:target: https://coveralls.io/github/python-telegram-bot/python-telegram-bot?branch=master
3836
:alt: Coveralls
3937

4038
=================
@@ -136,11 +134,11 @@ Or upgrade to the latest version::
136134
_`Getting the code`
137135
===================
138136

139-
The code is hosted at https://github.com/leandrotoledo/python-telegram-bot
137+
The code is hosted at https://github.com/python-telegram-bot/python-telegram-bot
140138

141139
Check out the latest development version anonymously with::
142140

143-
$ git clone https://github.com/leandrotoledo/python-telegram-bot
141+
$ git clone https://github.com/python-telegram-bot/python-telegram-bot
144142
$ cd python-telegram-bot
145143

146144
Run tests:
@@ -215,7 +213,7 @@ Now it's time to stop the bot::
215213

216214
>>> updater.stop()
217215

218-
Check out more examples in the `examples folder <https://github.com/leandrotoledo/python-telegram-bot/tree/master/examples>`_!
216+
Check out more examples in the `examples folder <https://github.com/python-telegram-bot/python-telegram-bot/tree/master/examples>`_!
219217

220218
------
221219
_`API`
@@ -320,9 +318,9 @@ _`Examples`
320318

321319
Here follows some examples to help you to get your own Bot up to speed:
322320

323-
- `echobot <https://github.com/leandrotoledo/python-telegram-bot/blob/master/examples/echobot.py>`_ replies back messages.
321+
- `echobot <https://github.com/python-telegram-bot/python-telegram-bot/blob/master/examples/echobot.py>`_ replies back messages.
324322

325-
- `roboed <https://github.com/leandrotoledo/python-telegram-bot/blob/master/examples/roboed.py>`_ talks to `Robô Ed <http://www.ed.conpet.gov.br/br/converse.php>`_.
323+
- `roboed <https://github.com/python-telegram-bot/python-telegram-bot/blob/master/examples/roboed.py>`_ talks to `Robô Ed <http://www.ed.conpet.gov.br/br/converse.php>`_.
326324

327325
- `Simple-Echo-Telegram-Bot <https://github.com/sooyhwang/Simple-Echo-Telegram-Bot>`_ simple Python Telegram bot that echoes your input with Flask microframework, setWebhook method, and Google App Engine (optional) - by @sooyhwang.
328326

@@ -348,12 +346,10 @@ _`Contact`
348346

349347
Feel free to join to our `Telegram group <https://telegram.me/joinchat/ALnA-AJQm5TwgZiwfxMvBQ>`_.
350348

351-
If you face trouble joining in the group please ping me `via Telegram <https://telegram.me/leandrotoledo>`_, I'll be glad to add you.
352-
353349
=======
354350
_`TODO`
355351
=======
356352

357-
Patches and bug reports are `welcome <https://github.com/leandrotoledo/python-telegram-bot/issues/new>`_, just please keep the style consistent with the original source.
353+
Patches and bug reports are `welcome <https://github.com/python-telegram-bot/python-telegram-bot/issues/new>`_, just please keep the style consistent with the original source.
358354

359355
- Add commands handler.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def requirements():
3030
author='Leandro Toledo',
3131
author_email='leandrotoledodesouza@gmail.com',
3232
license='LGPLv3',
33-
url='https://github.com/leandrotoledo/python-telegram-bot',
33+
url='https://github.com/python-telegram-bot/python-telegram-bot',
3434
keywords='python telegram bot api wrapper',
3535
description='A Python wrapper around the Telegram Bot API',
3636
long_description=(read('README.rst')),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy