* ```show image 12``` will show the image in tweet with *[id=12]* in your OS's image viewer.
+* ```ls fl```will list all your followers (people who is following you).
+
+* ```ls fr```will list all your friends (people who you are following).
+
* ```fl @dtvd88```will follow @dtvd88.
* ```ufl @dtvd88```will unfollow @dtvd88.
\r
- ``show image 12`` will show the image in tweet with *[id=12]* in your OS's image viewer.\r
\r
+- ``ls fl`` will list all your followers (people who is following you).\r
+\r
+- ``ls fr`` will list all your friends (people who you are following).\r
+\r
- ``fl @dtvd88`` will follow @dtvd88.\r
\r
- ``ufl @dtvd88`` will unfollow @dtvd88.\r
from setuptools import setup, find_packages
-version = '0.0.3'
+version = '0.0.4'
install_requires = [
"SQLAlchemy",