Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rochacbruno-archive/plugin_social
- Owner: rochacbruno-archive
- License: bsd-2-clause
- Created: 2012-12-30T02:59:15.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-30T08:07:23.000Z (about 12 years ago)
- Last Synced: 2024-05-02T04:51:36.458Z (8 months ago)
- Size: 116 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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