Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerluc/facebook
A simple Facebook implementation in Python, meant for educational purposes
https://github.com/jerluc/facebook
Last synced: 24 days ago
JSON representation
A simple Facebook implementation in Python, meant for educational purposes
- Host: GitHub
- URL: https://github.com/jerluc/facebook
- Owner: jerluc
- License: apache-2.0
- Created: 2016-08-19T21:27:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-19T21:37:33.000Z (over 8 years ago)
- Last Synced: 2024-11-05T20:41:33.118Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
facebook.py
===========This is a simple implementation of some of Facebook's features in
concise Python. It is meant for educational purposes only.### Running the program
In your terminal program of choice:
```
python facebook.py
```### Contributing
If you'd like to contribute suggested features to this program, please:
* Fork this repository
* Commit changes to your fork
* Submit a pull request from your fork onto this repositoryI'll try my best to consider any/all PRs, but it may take me some time.
### License
This code is available under the Apache License (version 2.0). You can
view the entire boring contents of this license [here](LICENSE).