https://github.com/paulkinlan/commently
A Blog commenting embed that integrates with Google Buzz
https://github.com/paulkinlan/commently
Last synced: about 1 month ago
JSON representation
A Blog commenting embed that integrates with Google Buzz
- Host: GitHub
- URL: https://github.com/paulkinlan/commently
- Owner: PaulKinlan
- License: apache-2.0
- Created: 2011-01-05T17:39:08.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-17T09:45:48.000Z (over 14 years ago)
- Last Synced: 2025-04-15T19:18:04.677Z (about 1 month ago)
- Language: Python
- Homepage: http://commently.appspot.com/
- Size: 577 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
To make this project work for you
1) Get yourself an .appspot.com instance
2) Get yourself a API key for Buzz from https://code.google.com/apis/console/
3) Change app.yaml to have the application line refer to the instance name from step 1
4) Change settings.py:
a) APP_NAME to refer to instance name from step 1
b) API_KEY to refer to the key requested in step 2
c) SECRET_TOKEN to a unique private value
d) CALLBACK_URL to refer to your application's full externally visible url