Skip to content

Commit

Permalink
Fixed badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoepp committed Jun 4, 2015
1 parent b10b398 commit 9c307a8
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,25 @@
TwitterSearch
*************

.. image:: https://api.travis-ci.org/ckoepp/TwitterSearch.png?branch=master
.. image:: https://img.shields.io/travis/ckoepp/TwitterSearch/master.svg?style=flat-square
:target: http://travis-ci.org/ckoepp/TwitterSearch/branches
:alt: Build Status

.. image:: https://pypip.in/d/TwitterSearch/badge.png
.. image:: https://img.shields.io/coveralls/ckoepp/TwitterSearch.svg?style=flat-square
:target: https://coveralls.io/r/ckoepp/TwitterSearch?branch=master
:alt: Coverage

.. image:: https://img.shields.io/pypi/dm/TwitterSearch.svg?style=flat-square
:target: https://crate.io/packages/TwitterSearch/
:alt: Downloads
.. image:: https://pypip.in/v/TwitterSearch/badge.png

.. image:: https://img.shields.io/pypi/v/TwitterSearch.svg?style=flat-square
:target: https://pypi.python.org/pypi/TwitterSearch/
:alt: PyPi version

.. image:: https://coveralls.io/repos/ckoepp/TwitterSearch/badge.png?branch=master
:target: https://coveralls.io/r/ckoepp/TwitterSearch?branch=master
:alt: Coverage
.. image:: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
:target: https://raw.githubusercontent.com/ckoepp/TwitterSearch/master/LICENSE
:alt: MIT License

This library allows you easily create a search through the Twitter API without having to know too much about the API details. Based on such a search you can even iterate throughout all tweets reachable via the Twitter Search API. There is an automatic reload of the next pages while using the iteration.

Expand Down

0 comments on commit 9c307a8

Please sign in to comment.