Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IshanArya/InstaGaana
Music Downloader for Saavn
https://github.com/IshanArya/InstaGaana
Last synced: 3 months ago
JSON representation
Music Downloader for Saavn
- Host: GitHub
- URL: https://github.com/IshanArya/InstaGaana
- Owner: IshanArya
- License: mit
- Created: 2017-05-17T23:56:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T01:25:24.000Z (over 6 years ago)
- Last Synced: 2024-04-27T20:36:55.245Z (7 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 6
- Watchers: 6
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# InstaGaana
## No longer supported/updated!
![Imgur](http://i.imgur.com/opFLFOW.png?5)
## A Music Downloader for Saavn.
#### InstaGaana downloads best quality music (320kbps) offered by Saavn along with tags (title, artists, album and artwork).### Available as Android app and Python script.
---
### Note:
**Script works for Python version >= 2.7.9 and python3**
------
### Installation:
For Python 2.7.9 and above:pip install InstaGaana
For Python 3.4:
pip3 install InstaGaana
**To Upgrade:**For Python 2.7.9 and above:
pip install InstaGaana --upgrade
For Python 3.4:
pip3 install InstaGaana --upgrade
---
### InstaGaana:
$InstaGaana
usage: InstaGaana [-h] [-s S [S ...] | -l L]InstaGaana: Instant Music Downloader for Saavn.
optional arguments:
-h, --help show this help message and exit
-s S [S ...] Name of song.
-l L Song link.Developer: Sumit Dhingra, https://github.com/LinuxSDA/
---
### Destination:
**Linux:**/home/username/Music
**Windows:**C:\users\username\Music
**OS X:**Current directory
#### Backend Algorithm and Python Script: [Sumit Dhingra](https://github.com/LinuxSDA)
#### Android App: [Shashank Mishra](https://github.com/shkcodes)
---
### Download the Android app [here](https://github.com/LinuxSDA/InstaGaana/releases/download/1.3.5/InstaGaana_v1.3.5.apk) or Go to release section for latest version.
Android repo available [here](https://github.com/shkcodes/InstaGaana-Android)
### Disclaimer
Downloading copyrighted material may be illegal in your country. Use at your own risk.
### MIT LICENSE
Copyright (c) 2017 Sumit Dhingra
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.