Radio Javan Python Binding
Project description
Python Radio Javan API
Basic Radio Javan (Persian Music App) python API with proxy support for bad guys!
Install:
To install this library you can choose one of these steps:
1- Install from pip:
pip install python-rj-app
2- Install from this source:
python setup.py install
Usage:
from rj_app.user_auth import UserAuth
from rj_app.media import MP3
# Login user and get some info from user profile
user = UserAuth()
login_data = user.login("kaxelet990@unigeol.com", "123123123")
user.user_profile()
# now let's download an MP3 file!
user_session = user.get_session()
mp3 = MP3(user_session)
print(mp3.get_playlist())
# and if you want to download MP3:
info = mp3.info(103930)
# prints the save path of MP3 file
print(mp3.download_file(info.get("link")))
Bad Guys:
You may use this on your own to create bulk accounts! It's on your own. but you want to use my chain proxy too :)
Contribute?
You are always welcome
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-rj-app-0.1.0.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file python-rj-app-0.1.0.tar.gz
.
File metadata
- Download URL: python-rj-app-0.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a35a231c54a572d41d9e7f7f2c074be46e3fb4ca7885a860a923645bfdc769d4 |
|
MD5 | eac9af5847652705022569840404f60e |
|
BLAKE2b-256 | 81ecfb1bdfe6731dac9ac7a4f28eae87f0bdacf41d4249087c2dc8f5008c9d70 |
File details
Details for the file python_rj_app-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: python_rj_app-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50172facbed2378228d555054e51f237c518a9c01ba67f6415e4d358ac0c7eb4 |
|
MD5 | 709b38819ebc2ce3a1c579215b059415 |
|
BLAKE2b-256 | 3fa3c3c7f69895da6f7f9ac84b6e13ee8d358153472ad74c348c02c3789e35b9 |