Facebook on Terminal (http://decached.com/fbterminal)
---
Access Facebook on Terminal

1. Notifications
2. Check who's online
3. Post a status
4. And More... (Coming Soon)

Requirements
---
1. Python 2.7 -> http://www.python.org/download/releases/2.7.3
2. PIP -> http://pypi.python.org/pypi/pip $ apt-get install python-pip
3. PyCurl -> http://pycurl.sourceforge.net $ pip install pycurl

Installation
---
1. Fast Forward
	$ pip install fbterminal

OR

1. Clone the Repository 
	$ git clone git@github.com:iAkashz/fbterminal.git
	$ python setup.py install

2. Go to Facebook Developers -> https://developers.facebook.com/apps/ and create a new app

3. Copy the APP ID and APP SECRET to ~/.fbterminal

Running
---
$ fbterminal -p 'Hello World'

Copyright and Licence
---
Released under MIT Licence
Copyright (c) 2013 Akash Kothawale -> http://decached.com
