paveldedik / gplus-friends

Simple web app which uses Google+ API to present people and activities in HTML or XML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo

The application is available on heroku (currently unavailable).

Run the application

To run the application you will need python 2.7 and pip (python package manager). However, I recommend using virtualenv as well.

The requirements can be satisfied running this command:

$ pip install -r requirements.txt

If you don't use virtualenv you will need root priveleges.

After the installation run:

$ python runserver.py

Which starts up the server on the localhost (127.0.0.1:5000).

Note: You should create your own client ID (see Google API Console) and edit the following variables in gplusfriends/config.py:

  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • GOOGLE_REDIRECT

Licence

The application is released under the MIT License.

About

Simple web app which uses Google+ API to present people and activities in HTML or XML


Languages

Language:Python 96.2%Language:CSS 3.8%