https://github.com/martini97/reddit_radio
Listen to music from reddit in your command line
https://github.com/martini97/reddit_radio
mpv music python reddit
Last synced: 24 days ago
JSON representation
Listen to music from reddit in your command line
- Host: GitHub
- URL: https://github.com/martini97/reddit_radio
- Owner: martini97
- License: agpl-3.0
- Created: 2021-04-09T22:45:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T20:22:34.000Z (about 5 years ago)
- Last Synced: 2026-04-21T15:15:36.947Z (2 months ago)
- Topics: mpv, music, python, reddit
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Reddit radio

[](https://codecov.io/gh/martini97/reddit_radio)
[](https://github.com/martini97/reddit_radio/actions?query=workflow%3ACodeQL)
[](http://makeapullrequest.com)
## Install
```bash
pip install reddit-radio
```
## Config
Before running you need to setup the config file, there is a sample in
`config.sample.ini` for your client\_id and client\_secret you need to go to this
url: https://www.reddit.com/prefs/apps and create a new app. Then move the file to
`~/.config/reddit_radio.ini`.
## Usage
```sh
python -m reddit_radio load-data play
```
## Dependencies
+ [MPV](https://mpv.io/)