Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisdrackett/chrisdrackett.com
The code that doesn't run my personal website..
https://github.com/chrisdrackett/chrisdrackett.com
Last synced: 9 days ago
JSON representation
The code that doesn't run my personal website..
- Host: GitHub
- URL: https://github.com/chrisdrackett/chrisdrackett.com
- Owner: chrisdrackett
- License: other
- Created: 2009-06-12T19:16:26.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-11-12T14:38:44.000Z (about 15 years ago)
- Last Synced: 2024-05-01T12:51:43.010Z (7 months ago)
- Language: Python
- Homepage: http://chrisdrackett.com
- Size: 3.78 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: license.markdown
Awesome Lists containing this project
README
Issues:
=======Issues live here: http://chrisdrackett.lighthouseapp.com/projects/4133-platypus/overview
Requirements (Install yourself):
=============* Python 2.5
* PIL (python imaging)Requirements (Included in Project):
====================I've included all the python requirements (other than PIL) as part of the project to keep development / deploying things easer. You can ignore the folder and install this stuff yourself if you so wish.
* [django trunk](http://www.djangoproject.com/download/)
* [django tagging](http://code.google.com/p/django-tagging/)
* [python lastfm (r77)](http://code.google.com/p/python-lastfm/)
* [iso8601](http://pypi.python.org/pypi/iso8601/)Instructions:
=============Add relevant usernames and passwords to settings to get things to sync correctly.
Delicious
---------platypus will sync *all* your delicious links from forever on 'syncdb' as long as your provide the following in your settings file:
DELICIOUS_USERNAME = 'username'
DELICIOUS_PASSWORD = 'password'If you need to do this again in the future, just run 'initial_import' from platypus/apps/links/management.py.
Last.fm
-------to use last.fm syncing you are going to need access to the last.fm api. Sign up [here](http://www.last.fm/api):
platypus will sync *all* your last.fm tracks and artists from forever on 'syncdb' as long as your provide the following in your settings file:
LASTFM_KEY = 'key'
LASTFM_USERNAME = 'username'If you need to do this again in the future, just run 'initial_import' from platypus/apps/music/management.py.
Nike+
-----To use Nike+ you need to turn on sharing on the nike+ website. You then need to add your runner id to settings.
NIKE_PLUS_ID = 'runner_id'
This can be found in the sharing URL that nike gives you, for example my url is:
http://nikerunning.nike.com/nikeplus/?l=runners,runs,77576987,runID,1544907350
in this URL my id is 77576987.