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

Add CLI for Loklak API #8

Closed sevazhidkov closed 8 years ago

sevazhidkov commented 8 years ago

I'm done, but i don't know why tests is failing, i didn't edit anything in Loklak class.

sudheesh001 commented 8 years ago

@sevazhidkov Looks great but its still not a command line interface. I need to use python loklak.py -hl etc.., It needs to be loklak -hl for example without the python

sevazhidkov commented 8 years ago

Done.

sudheesh001 commented 8 years ago

Where is the main() function ? This will throw an error

ImportError: <module 'loklak' lib/python2.7/site-packages/python_loklak_api-1.0-py2.7.egg/loklak.pyc'> has no 'main' attribute
sevazhidkov commented 8 years ago

My bad. Fixed.

sevazhidkov commented 8 years ago

Done

sudheesh001 commented 8 years ago

@sevazhidkov Great work ! The command line now works brilliantly.