Metadata-Version: 2.1
Name: Facebooker
Version: 1.2.2
Summary: An un official facebook api
Home-page: https://github.com/gpwork4u/Facebooker
Author: gpwork4u
Author-email: gpwork4u@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: lxml
Requires-Dist: beautifulsoup4
Requires-Dist: requests
Requires-Dist: requests-toolbelt

# Facebooker
 An unofficial facebook api
 <br>
 <img src="./logo.png" width="200">
## Requirement
- [ ] python3.6

## Dependencies
- [ ] lxml
- [ ] requests
- [ ] bs4
- [ ] requests_toolbelt
### Install
```
$ pip install Facebooker
```

## Document
see [doc.md](https://github.com/gpwork4u/Facebooker/blob/master/doc.md)



