The application is available on heroku (currently unavailable).
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
The application is released under the MIT License.