loklak / loklak_python_api

The loklak API for Python which makes it very easy to use and as a strict replacement to the twitter API
1.09k stars 26 forks source link

Implemented 'count' parameter in the search method #34

Closed gunvirranu closed 8 years ago

gunvirranu commented 8 years ago

Implemented a count parameter in the search method in loklak.py. Now it is possible to specify how many tweets you want returned when searching. Also added a test in sample.py and updated the README to include documentation.

Note: This was not a GCI task.

sudheesh001 commented 8 years ago

Please write a unit test to check if count given is the count of statuses given but so far so good. :smile:

gunvirranu commented 8 years ago

Should I create a new PR for it? And should it be a standalone file or should I put it in another already existing file? Thanks..

sudheesh001 commented 8 years ago

There's already a test file. Please just add the test into it.