Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamdunkley/casperjs-google-analytics-realtime-scrape
https://github.com/adamdunkley/casperjs-google-analytics-realtime-scrape
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamdunkley/casperjs-google-analytics-realtime-scrape
- Owner: adamdunkley
- Created: 2013-06-10T12:22:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-10T14:52:24.000Z (over 11 years ago)
- Last Synced: 2024-08-01T19:56:26.187Z (3 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CasperJS - Google Analytics Real Time Scraping
==============================================Currently logs in to Google Analytics and scrapes the realtime page for the active visitors number from the overview screen.
Usage:
rake 'run[[email protected],googlePassword,http://api.yourdomain.com/update-metric]'
Your api should take a post variable 'value' which contains the updated count, i.e: `{value: "3098"}`Make sure to initialise submodules to get CasperJS