Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 repository

I'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).