Skip to content

Commit 49ff0b3

Browse files
committed
Adds gemnasium badge to readme
Fixes repo name in code-quality integration badges in readme
1 parent 954ae99 commit 49ff0b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
## Python Loklak API
22
[![PyPI version](https://badge.fury.io/py/python-loklak-api.svg)](https://badge.fury.io/py/python-loklak-api)
3-
[![Build Status](https://travis-ci.org/loklak/python-loklak-api.svg?branch=master)](https://travis-ci.org/loklak/python-loklak-api)
3+
[![Build Status](https://travis-ci.org/loklak/loklak_python_api.svg?branch=master)](https://travis-ci.org/loklak/loklak_python_api)
44
[![Coverage Status](https://coveralls.io/repos/github/loklak/loklak_python_api/badge.svg?branch=master)](https://coveralls.io/github/loklak/loklak_python_api?branch=master)
5-
[![Code Health](https://landscape.io/github/loklak/python-loklak-api/master/landscape.svg?style=flat)](https://landscape.io/github/loklak/python-loklak-api/master)
5+
[![Code Health](https://landscape.io/github/loklak/loklak_python_api/master/landscape.svg?style=flat)](https://landscape.io/github/loklak/loklak_python_api/master)
6+
[![Dependency Status](https://gemnasium.com/badges/github.com/loklak/loklak_python_api.svg)](https://gemnasium.com/github.com/loklak/loklak_python_api)
7+
68
--------------------------------------------
79

810
If you want to create an alternative twitter search portal, the only way would be to use the official twitter API to retrieve Tweets. But that interface needs an OAuth account and it makes your search portal completely dependent on Twitters goodwill. The alternative is, to scrape the tweets from the twitter html search result pages, but Twitter may still lock you out on your IP address. To circumvent this, you need many clients accessing twitter to scrape search results. This makes it neccessary to create a distributed peer-to-peer network of twitter scrapers which can all organize, store and index tweets. This solution was created with loklak.

0 commit comments

Comments
 (0)