{"id":13827124,"url":"https://github.com/Dragon-Born/avaland","last_synced_at":"2025-07-09T03:30:54.721Z","repository":{"id":44144128,"uuid":"263450872","full_name":"Dragon-Born/avaland","owner":"Dragon-Born","description":"Avaland, Persian Music Downloader","archived":false,"fork":false,"pushed_at":"2022-12-08T09:51:49.000Z","size":396,"stargazers_count":27,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-27T09:18:37.482Z","etag":null,"topics":["command-line","console-application","downloader","music","music-library","persian"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dragon-Born.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-12T20:58:43.000Z","updated_at":"2024-03-03T09:48:53.000Z","dependencies_parsed_at":"2022-09-26T17:11:17.577Z","dependency_job_id":null,"html_url":"https://github.com/Dragon-Born/avaland","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Dragon-Born/avaland","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dragon-Born%2Favaland","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dragon-Born%2Favaland/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dragon-Born%2Favaland/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dragon-Born%2Favaland/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dragon-Born","download_url":"https://codeload.github.com/Dragon-Born/avaland/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dragon-Born%2Favaland/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264386239,"owners_count":23599962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-line","console-application","downloader","music","music-library","persian"],"created_at":"2024-08-04T09:01:50.584Z","updated_at":"2025-07-09T03:30:54.398Z","avatar_url":"https://github.com/Dragon-Born.png","language":"Python","readme":"[![PyPI version](https://img.shields.io/pypi/v/avaland.svg)](https://pypi.org/project/avaland/) \n[![Build Status](https://api.travis-ci.com/Dragon-Born/avaland.svg?branch=master)](https://travis-ci.org/dragon-born/avaland)\n\u003cp style=\"text-align: center\"\u003e\n     \u003ch2 style=\"text-align: center\"\u003eAvaland Music Downloader\u003c/h2\u003e\n     \u003cp style=\"text-align: center\"\u003eAvaland is a command-line program to download musics directly from most popular Iranian music websites, written in Python. It supports RadioJavan, Bia2Music, Nex1Music, Navahang, WikiSeda, MrTehran and RapFarsi.\u003c/p\u003e\n\n\u003eIt requires the Python interpreter, version 3.5+, and it is not platform specific. It should work on your Unix box, on Windows or on macOS.\n\n![screen shot](.docs/screen_shot.jpg)\n## Installation and Notes\nTo install it open your terminal and type:\n```\npip3 install avaland\n```\n\n## Usages And Examples\n\nThe usages can be found with the -h or --help flag:\n```\nUsage: [-h] [--path PATH] [--sources SOURCES] [--dl-first]\n               [--dl-album] [--dl-artist]\n               query\npositional arguments:\n  query                 Search query\n\noptional arguments:\n  -h, --help            show help message and exit\n  --path PATH, -p PATH  path to download music/album\n  --sources SOURCES, -s SOURCES\n                        list of sources (default: --sources all) Available\n                        sources: Bia2, Navahang, Nex1, RadioJavan, RapFarsi,\n                        WikiSeda\n  --dl-first, -df       download first music in list\n  --dl-album, -da       download all musics in an album\n  --dl-artist, -dr      download all musics of an artist\n```\n\n```commandline\n# Search tracks\navaland \"your search query\"\n\n# Search and download first result\navaland \"your search query\" --dl-first\n\n# Search with custom sources\navaland \"your search query\" --sources radiojavan,bia2,rapfarsi\n\n# Set custom download path directory\navaland \"your search query\" --path /foo/bar\n```\n\n## Getting Started (For Developers)\n\n```python\nfrom avaland.manager import SourceManager\nfrom avaland.sources import *\n\nmanager = SourceManager()\n\n#  register two sources\nmanager.register(Bia2)\nmanager.register(RapFarsi)\n\nif __name__ == '__main__':\n    #  search for a query\n    search = manager.search(\"hello adele\")\n    print(search)\n    #  download first result from bia2\n    download = search['bia2'].musics[0].download()\n    print(download)\n```\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.\n1. Fork it (\u003chttps://github.com/dragon-born/avaland\u003e)\n2. Create your Feature Branch (`git checkout -b feature/newfeature`)\n3. Commit your changes (`git commit -am 'Add some amazing new feature'`)\n4. Push to the branch (`git push origin feature/newfeature`)\n5. Open a new Pull Request\n\n\n# License\n\n[MIT](LICENCE)\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDragon-Born%2Favaland","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDragon-Born%2Favaland","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDragon-Born%2Favaland/lists"}