Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sly777/soundcloud-top-list-getter
Soundcloud Top Country List with Ruby
https://github.com/sly777/soundcloud-top-list-getter
Last synced: 18 days ago
JSON representation
Soundcloud Top Country List with Ruby
- Host: GitHub
- URL: https://github.com/sly777/soundcloud-top-list-getter
- Owner: Sly777
- Created: 2013-08-14T17:35:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-24T12:51:16.000Z (over 11 years ago)
- Last Synced: 2024-11-24T20:49:46.444Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 586 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Soundcloud Top Country List
==========================This is created for Soundcloud Contest but you can use it on your projects easily.
You can use it for getting all information about Countries and Music Genres. It gives which countries are on top list on any genre. Also you can filter data with app options, get data in json format, create text file and get data with Geolocation of countries.
## Examples
This command does show all top countries of all genres in json format with geolocation info
> **ruby SCTopList.rb -a -j -g**This command does show all top countries of any similar genres
> **ruby SCTopList.rb -s Rock**Other examples:
>
> **ruby SCTopList.rb -l 100 -c Rock**
>
> **ruby SCTopList.rb -s Rock -f**
>## Usage
>
> Firstly, enter your **Soundcloud Client ID** to **SCTopList.rb**
>
> After that, run this command : **bundle install**
>**ruby SCTopList.rb [options]**
For help use: **ruby SCTopList.rb -h**
## Options
* **-a, --all** : Show All Categories
* **-s , --similar** : Show Similar Categories
* **-c , --category** : Show This Category Only
* **-j, --json** : Show Data in JSON
* **-g, --geo** : Show Data with Location Parameters
* **-f, --file** : Create Report File
* **-l , --limit** : Max number of Categories (recommended)## Author
[İlker Güller](http://ilkerguller.com/ "İlker Güller")