Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rochacbruno-archive/plugin_social

web2py social plugin
https://github.com/rochacbruno-archive/plugin_social

Last synced: about 2 months ago
JSON representation

web2py social plugin

Awesome Lists containing this project

README

        

Social plugin for web2py
=============

web2py social plugin

A set of tools for building social apps

Instalation and usage
=============

1) Download or clone and install the plugin (requires db and auth)

2) visit http://..../yourapp/plugin_social/search to search for other users by name and send friend requests

3) visit http://..../yourapp/plugin_social/friends to manage your friends (accept/deny/revoke friend requests)

4) use plugin_social_friend_ids(auth.user.id) to get the user ids of your friends

5) you should create a default/home/id page for each user profile since the plugin will redirect there.

It is based on an improved subset of https://github.com/mdipierro/web2py-appliances/tree/master/FacebookClone

License
=============

BSD