Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trustmaster/ohloh-dumper
Dumps project statistics from Ohloh into CVS files
https://github.com/trustmaster/ohloh-dumper
Last synced: 23 days ago
JSON representation
Dumps project statistics from Ohloh into CVS files
- Host: GitHub
- URL: https://github.com/trustmaster/ohloh-dumper
- Owner: trustmaster
- Created: 2011-06-02T10:10:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-02T10:28:11.000Z (over 13 years ago)
- Last Synced: 2024-10-15T21:29:44.184Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
REQUIREMENTS:
This script is written in PHP, so it requires a PHP interpreter to run it.USAGE:
1. Edit "ohdump.php", replace $project_list with the list of projects you want to analyze. Replace $apikey with your own free API Key requested from Ohloh.
2. Set CHMOD 777 on "data" directory.
3a. Run it from the command line:
cd Ohloh-Dumper
php ohdump.php
3b. Run it from a web server:
http://localhost/Ohloh-Dumper/ohdump.php
4. Grab the files from the "data" subfolder and have fun with your favorite data analysis tool!CREDITS:
This script uses Ohloh Client API class by Paul Scott