https://github.com/toastdriven/steamstalker
A Django pluggable app for stalking your Steam friends' activity.
https://github.com/toastdriven/steamstalker
Last synced: 10 months ago
JSON representation
A Django pluggable app for stalking your Steam friends' activity.
- Host: GitHub
- URL: https://github.com/toastdriven/steamstalker
- Owner: toastdriven
- License: other
- Created: 2012-10-08T08:57:36.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-20T05:24:57.000Z (over 13 years ago)
- Last Synced: 2025-06-07T16:54:58.156Z (11 months ago)
- Language: JavaScript
- Homepage: http://steamstalker.com/
- Size: 236 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
============
steamstalker
============
When are *your* friends playing?
A Django app that scrape the `Steam Community`_ to give historical data on
when your Steam friends are online.
.. _`Steam Community`: http://steamcommunity.com/
License
=======
New BSD
Requirements
============
* Python 2.6+
* Django 1.4.1+
Installation
============
Within your existing Django project:
* ``pip install https://github.com/toastdriven/steamstalker.git@master#egg=steamstalker``
* ``pip install -r path/to/steamstalker/requirements.txt``
* Add ``'steamstalker',`` to ``INSTALLED_APPS``
* Add ``url(r'^steamstalker/', include('steamstalker.urls')),`` to your ``urls.py``
* ``./manage.py migrate steamstalker``
* ``./manage.py collectstatic``
* Queue up ``./manage.py gotta_stalk_em_all`` in cron, preferably every 5 minutes (or more).
* Hit ``http://whatever.yourdomain.is/steamstalker//`` to automatically start collecting data.