Skip to content

Commit 2065129

Browse files
Wearing the coveralls 8), Updating READMEs
[ci skip]
1 parent d86f2b0 commit 2065129

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Twython
22
=======
33

4-
[![Build Status](https://travis-ci.org/ryanmcgrath/twython.png?branch=master)](https://travis-ci.org/ryanmcgrath/twython) [![Downloads](https://pypip.in/d/twython/badge.png)](https://crate.io/packages/twython/)
4+
[![Build Status](https://travis-ci.org/ryanmcgrath/twython.png?branch=master)](https://travis-ci.org/ryanmcgrath/twython) [![Downloads](https://pypip.in/d/twython/badge.png)](https://crate.io/packages/twython/) [![Coverage Status](https://coveralls.io/repos/ryanmcgrath/twython/badge.png?branch=3.0.0)](https://coveralls.io/r/ryanmcgrath/twython?branch=3.0.0)
55

66
```Twython``` is a library providing an easy (and up-to-date) way to access Twitter data in Python. Actively maintained and featuring support for both Python 2.6+ and Python 3, it's been battle tested by companies, educational institutions and individuals alike. Try it today!
77

@@ -14,11 +14,12 @@ Features
1414
- Timelines
1515
- Direct Messages
1616
- and anything found in [the docs](https://dev.twitter.com/docs/api/1.1)
17-
* Image Uploading!
18-
- **Update user status with an image**
17+
* Image Uploading:
18+
- Update user status with an image
1919
- Change user avatar
2020
- Change user background image
2121
- Change user banner image
22+
* OAuth 2 Application Only (read-only) Support
2223
* Support for Twitter's Streaming API
2324
* Seamless Python 3 support!
2425

@@ -207,8 +208,7 @@ stream.statuses.filter(track='twitter')
207208

208209
Notes
209210
-----
210-
- Twython (as of 2.7.0) now supports ONLY Twitter v1.1 endpoints! Please see the **[Twitter v1.1 API Documentation](https://dev.twitter.com/docs/api/1.1)** to help migrate your API calls!
211-
- As of Twython 2.9.1, all method names conform to PEP8 standards. For backwards compatibility, we internally check and catch any calls made using the old (pre 2.9.1) camelCase method syntax. We will continue to support this for the foreseeable future for all old methods (raising a DeprecationWarning where appropriate), but you should update your code if you have the time.
211+
* Twython 3.0.0 has been injected with 1000mgs of pure awesomeness! OAuth 2 application authentication is now supported. And a *whole lot* more! See the [CHANGELOG](https://github.com/ryanmcgrath/twython/blob/master/HISTORY.rst#300-2013-xx-xx>) for more details!
212212

213213
Questions, Comments, etc?
214214
-------------------------

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Twython
66
:target: https://travis-ci.org/ryanmcgrath/twython
77
.. image:: https://pypip.in/d/twython/badge.png
88
:target: https://crate.io/packages/twython/
9+
.. image:: https://coveralls.io/repos/ryanmcgrath/twython/badge.png?branch=3.0.0
10+
:target: https://coveralls.io/r/ryanmcgrath/twython?branch=3.0.0
911

1012
``Twython`` is a library providing an easy (and up-to-date) way to access Twitter data in Python. Actively maintained and featuring support for both Python 2.6+ and Python 3, it's been battle tested by companies, educational institutions and individuals alike. Try it today!
1113

@@ -18,11 +20,12 @@ Features
1820
- Timelines
1921
- Direct Messages
2022
- and anything found in `the docs <https://dev.twitter.com/docs/api/1.1>`_
21-
* Image Uploading!
22-
- **Update user status with an image**
23+
* Image Uploading:
24+
- Update user status with an image
2325
- Change user avatar
2426
- Change user background image
2527
- Change user banner image
28+
* OAuth 2 Application Only (read-only) Support
2629
* Support for Twitter's Streaming API
2730
* Seamless Python 3 support!
2831

@@ -229,8 +232,7 @@ Streaming API
229232
Notes
230233
-----
231234

232-
* Twython (as of 2.7.0) now supports ONLY Twitter v1.1 endpoints! Please see the **[Twitter v1.1 API Documentation](https://dev.twitter.com/docs/api/1.1)** to help migrate your API calls!
233-
* As of Twython 2.9.1, all method names conform to PEP8 standards. For backwards compatibility, we internally check and catch any calls made using the old (pre 2.9.1) camelCase method syntax. We will continue to support this for the foreseeable future for all old methods (raising a DeprecationWarning where appropriate), but you should update your code if you have the time.
235+
* Twython 3.0.0 has been injected with 1000mgs of pure awesomeness! OAuth 2 application authentication is now supported. And a *whole lot* more! See the `CHANGELOG<https://github.com/ryanmcgrath/twython/blob/master/HISTORY.rst#300-2013-xx-xx>`_ for more details!
234236

235237
Questions, Comments, etc?
236238
-------------------------

0 commit comments

Comments
 (0)