https://github.com/madsmtm/sensebook
Making sense of Facebooks undocumented API.
https://github.com/madsmtm/sensebook
documentation facebook facebook-messenger http json library messenger python python3 sans-io
Last synced: 2 months ago
JSON representation
Making sense of Facebooks undocumented API.
- Host: GitHub
- URL: https://github.com/madsmtm/sensebook
- Owner: madsmtm
- License: bsd-3-clause
- Created: 2018-11-16T13:51:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T15:38:12.000Z (about 6 years ago)
- Last Synced: 2024-03-27T04:05:25.221Z (about 1 year ago)
- Topics: documentation, facebook, facebook-messenger, http, json, library, messenger, python, python3, sans-io
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.txt
Awesome Lists containing this project
README
# sensebook
Making sense of Facebooks undocumented API.[](https://github.com/madsmtm/sensebook/blob/master/LICENSE.txt)



[](https://pypi.org/project/sensebook/)
[](https://travis-ci.com/madsmtm/sensebook)
[](https://github.com/ambv/black)This project attempts to document Facebooks undocumented API, so that libraries can
interact with Facebook in the same way the browser does. The main focus is Facebooks
Messenger, and enabling users to send, recieve and fetch messages.The primary focus is Python, but the code should be readable enough that it can be
translated to other languages.The goal is neither to make an asyncronous nor syncronous implementation, but to make a
[Sans-IO](https://sans-io.readthedocs.io/) framework where up such a thing can be built.
Hence, the project won't be very useful on it's own. If you just want a plug n' play
library, see [fbchat](https://github.com/carpedm20/fbchat).Note: This project is not affiliated with Facebook, Inc. or any of that stuff,
and I'll have to comply if I recieve a takedown notice.## Installation
```sh
pip install sensebook
```## License
BSD 3-Clause, see `LICENSE.txt`.## Code of Conduct
This project follows the Contributor Covenant Code of Conduct, see
`CODE_OF_CONDUCT.txt`. Note, however, that I'm far from an expert in this area,
so feel free to reach out to me if I've offended anybody or made a mistake.
Open Source should be for everyone!