Metadata-Version: 2.1
Name: fb-cli
Version: 0.0.1
Summary: Facebook Command Line Client
Home-page: https://github.com/chin123/fbcli
Author: Chinmaya Krishnan Mahesh
Author-email: chinmaya.mahesh@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: bs4
Requires-Dist: requests
Requires-Dist: colorama

# fbcli
A command line client for facebook messenger

# Installation
* Clone this repository.
* Run `pip install -r requirements.txt` (Preferably in a virtualenv)

# Usage
Just run `python cli.py`. It is pretty straightforward from there.

# Features
* Send and recieve text messages
* Recieve images
* Supports both groups and direct messages

# Todo
* Support viewing older messages and chats (Important)
* Support sending images


