{"id":13827504,"url":"https://github.com/xHossein/radiojavanapi","last_synced_at":"2025-07-09T04:32:16.739Z","repository":{"id":57459700,"uuid":"336999018","full_name":"xHossein/radiojavanapi","owner":"xHossein","description":"Fast and effective Radio Javan API wrapper","archived":false,"fork":false,"pushed_at":"2023-03-19T05:37:20.000Z","size":78,"stargazers_count":23,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-26T22:11:56.827Z","etag":null,"topics":["api","api-wrapper","python","radio-javan","radiojavan","rj"],"latest_commit_sha":null,"homepage":"https://xhossein.github.io/radiojavanapi/","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/xHossein.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-02-08T07:53:36.000Z","updated_at":"2025-05-05T10:31:12.000Z","dependencies_parsed_at":"2024-01-15T16:51:54.217Z","dependency_job_id":null,"html_url":"https://github.com/xHossein/radiojavanapi","commit_stats":{"total_commits":50,"total_committers":1,"mean_commits":50.0,"dds":0.0,"last_synced_commit":"29897da1dab3caf5735d663968310ef29a02adab"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/xHossein/radiojavanapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xHossein%2Fradiojavanapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xHossein%2Fradiojavanapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xHossein%2Fradiojavanapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xHossein%2Fradiojavanapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xHossein","download_url":"https://codeload.github.com/xHossein/radiojavanapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xHossein%2Fradiojavanapi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264393753,"owners_count":23601156,"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":["api","api-wrapper","python","radio-javan","radiojavan","rj"],"created_at":"2024-08-04T09:01:59.820Z","updated_at":"2025-07-09T04:32:16.495Z","avatar_url":"https://github.com/xHossein.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"[![PyPI version](https://badge.fury.io/py/radiojavanapi.svg)](https://badge.fury.io/py/radiojavanapi)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://github.com/xHossein/radiojavanapi/blob/master/LICENSE)\n[![Downloads](https://pepy.tech/badge/radiojavanapi)](https://pepy.tech/project/radiojavanapi)\n\n# radiojavanapi\n**radiojavanapi** is a Python library for accessing RadioJavan's features. With this library you can create Telegram Bots with ease and simplicity.\n\nSupport Python \u003e= 3.7\n\nRadioJavan API valid for 19 March 2023 (last reverse-engineering check)\n\n## Features\n* Get full info of a Song, Video, Podcast, Story, Playlist, Artist, Album, User and your Account\n* Login by email and password\n* Sign up to RadioJavan\n* Like and Unlike a Song, Video, Podcast and Story\n* Follow and Unfollow a Artist, User or MusicPlaylist\n* Get followers and following of a user\n* Create, Rename and Delete a playlist\n* Add song or video to playlist or Remove from it\n* Edit and Deactive account\n* Upload and Remove profile photo\n* Search and get trending, popular and ... medias\\\nand much more else\n\n## Installation\n**From PyPI**\n```\npip install radiojavanapi\n```\n\n**From Github**\n```\npip install git+https://github.com/xHossein/radiojavanapi@master\n```\n\n## Basic Usage\n\n```python\nfrom radiojavanapi import Client\n\n# Create a Client instance and get a song info. \nclient = Client()\nsong = client.get_song_by_url(\n            'https://www.radiojavan.com/mp3s/mp3/Sijal-Baz-Mirim-Baham-(Ft-Sami-Low)')\n\nprint(f\"\"\"\n        Name: {song.name}\n        Artist: {song.artist}\n        HQ-Link: {song.hq_link}\n\"\"\")\n\n```\n\u003cdetails\u003e\n    \u003csummary\u003eShow Output\u003c/summary\u003e\n\n```\nName: Baz Mirim Baham (Ft Sami Low)\nArtist: Sijal\nHQ-Link: https://host2.mediacon-rj.app/media/mp3/aac-256/99926-cf9dd3814907dbb.m4a\n```\n\u003c/details\u003e\n\n## Documentation\nYou can find the documentation [here](https://xhossein.github.io/radiojavanapi/).\n\n## Support\n\n- Create a [GitHub issue](https://github.com/xHossein/radiojavanapi/issues) for bug reports, feature requests, or questions\n- Add a ⭐️ [star on GitHub](https://github.com/xHossein/radiojavanapi) to support the project!\n\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## Changelog\nYou can find this repository's changelog [here](https://github.com/xHossein/radiojavanapi/blob/master/CHANGELOG.md).\n\n## License\nThis project is licensed under the [MIT license](https://choosealicense.com/licenses/mit/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FxHossein%2Fradiojavanapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FxHossein%2Fradiojavanapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FxHossein%2Fradiojavanapi/lists"}