All Projects → Gloumy → music-from-reddit

Gloumy / music-from-reddit

Licence: other
Flutter app to listen music curated from subreddits

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to music-from-reddit

OddshotConverter
Gets oddshot.tv clips posted on Reddit and converts it into YouTube videos.
Stars: ✭ 48 (+100%)
Mutual labels:  reddit
today-AI-learned
Training a classifier to reddit's TIL to find new things on Wikipedia
Stars: ✭ 35 (+45.83%)
Mutual labels:  reddit
social-media-hacker-list
Growing list of apps and tools for enhancing social media experiences.
Stars: ✭ 198 (+725%)
Mutual labels:  reddit
orca
C Multi-REST API library for Discord, Slack, Reddit, etc.
Stars: ✭ 360 (+1400%)
Mutual labels:  reddit
roux
Simple and (a)synchronous Reddit API wrapper for Rust.
Stars: ✭ 41 (+70.83%)
Mutual labels:  reddit
Stocksera
Web application that provides alternative data to retail investors
Stars: ✭ 426 (+1675%)
Mutual labels:  reddit
ducky
Chrome extension to overlay a (super adorable) rubber duck, as a virtual companion during rubber duck debugging.
Stars: ✭ 80 (+233.33%)
Mutual labels:  reddit
redditnav
RedditNav is a beautiful way of moving between threads, accelerating the way you browse reddit comments.
Stars: ✭ 49 (+104.17%)
Mutual labels:  reddit
insta reddit bot
[UNMAINTAINED] A bot which pulls images from Reddit and uploads them to Instagram. Former source code of @me_irl_bot
Stars: ✭ 26 (+8.33%)
Mutual labels:  reddit
saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (+441.67%)
Mutual labels:  reddit
reddit2telegram
Bot to supply telegram channel with hot Reddit submissions.
Stars: ✭ 202 (+741.67%)
Mutual labels:  reddit
subreddit-archiver
Python utility to archive and keep up-to-date archives of reddit subreddits. Archives to SQLite databases.
Stars: ✭ 21 (-12.5%)
Mutual labels:  reddit
kriptomist
Fundamental cryptocurrency analysis
Stars: ✭ 29 (+20.83%)
Mutual labels:  reddit
vosonSML
R package for collecting social media data and creating networks for analysis.
Stars: ✭ 65 (+170.83%)
Mutual labels:  reddit
aPRAW
Asynchronous Python Reddit API Wrapper
Stars: ✭ 49 (+104.17%)
Mutual labels:  reddit
context-mod
an event-based, reddit moderation bot built on top of snoowrap and written in typescript
Stars: ✭ 38 (+58.33%)
Mutual labels:  reddit
borrow-bot
💰 A bot for maximizing the borrow subreddit
Stars: ✭ 26 (+8.33%)
Mutual labels:  reddit
lemmur
🐒 A mobile client for lemmy
Stars: ✭ 228 (+850%)
Mutual labels:  reddit
Upvote-Anywhere
Upvote Anywhere Browser Extension
Stars: ✭ 339 (+1312.5%)
Mutual labels:  reddit
reddit-comment-highlights
A browser extension with minimal permissions that highlights Reddit.com comments since you've been away
Stars: ✭ 31 (+29.17%)
Mutual labels:  reddit

Music From Reddit

Logo

Listen to music from a large list of music subreddits

Screenshots

Home Screen Subreddits Screen Playing Screen

How to run

No additional configuration should be required, juste use flutter run or launch it via your IDE on an emulator or physical device.

How does it work ?

  1. Select your genre and then the subreddit you want to load from (Subreddits list copied from r/music wiki)
  2. The threads are loaded as a json simply via the r/subreddit.json url and filtered if the post have a youtube link
  3. The youtube id is passed to the plugin YoutubeExtractor to get the audio stream url
  4. The audio stream is played with AudioPlayers plugin
  5. The user can enjoy a selection of music content curated by fellow redditors !

Current features

  • Retrieve content from subreddits
  • Play a single song (may not keep this one)
  • Play a list of songs
  • Basic player controls (play/pause/stop/previous/next)
  • A proper and clean UI (at least to my linking it is !)

Intended future features

  • Select a random subreddit
  • Random play
  • Combine multiple subreddits
  • A LOT of miscellaneous improvements

** Feel free to add constructive feedback and issues ! I'll try to keep working on it on my (somewhat limited) free time, and any help/contribution/ideas are very welcome !**

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].