All Projects → bonnici → Scrobble Along Scrobbler

bonnici / Scrobble Along Scrobbler

Licence: mit
[Inactive] Script to detect what songs are playing on radio stations and submit them to last.fm accounts

Projects that are alternatives of or similar to Scrobble Along Scrobbler

UserCSS
Customizable stylesheets
Stars: ✭ 55 (+358.33%)
Mutual labels:  lastfm
crabber
A Twitter clone written in Python + Flask with extended features and a focus on inclusivity.
Stars: ✭ 42 (+250%)
Mutual labels:  lastfm
music-screen-api
Display the playing Sonos track in real time on an e-ink display - also includes functionality for last.fm
Stars: ✭ 88 (+633.33%)
Mutual labels:  lastfm
LyricsPyRobot
A Telegram bot for searching lyrics.
Stars: ✭ 29 (+141.67%)
Mutual labels:  lastfm
lastfm
Portable .Net library for Last.fm
Stars: ✭ 87 (+625%)
Mutual labels:  lastfm
lastcast
Scrobble music playing on Chromecast (from Spotify, Google Play, SoundCloud, ...) to last.fm and libre.fm
Stars: ✭ 73 (+508.33%)
Mutual labels:  lastfm
MusaicFM
Screensaver inspired by Apple’s inbuilt iTunes Screensaver. It can display Artwork by Spotify or last.fm Profile Data.
Stars: ✭ 223 (+1758.33%)
Mutual labels:  lastfm
Tauonmusicbox
The Linux desktop music player from the future! 🌆
Stars: ✭ 494 (+4016.67%)
Mutual labels:  lastfm
scrobbler
A command-line Last.fm scrobbler and a now-playing status updater.
Stars: ✭ 22 (+83.33%)
Mutual labels:  lastfm
spotify-connect-scrobbler
Last.fm scrobbler for Spotify Connect
Stars: ✭ 20 (+66.67%)
Mutual labels:  lastfm
vinyl-shelf-finder
app that manages a Discogs.com user records collection
Stars: ✭ 41 (+241.67%)
Mutual labels:  lastfm
plumeria
🤖 A Discord chat bot with rich data piping between commands
Stars: ✭ 35 (+191.67%)
Mutual labels:  lastfm
SupyPlugins
A collection of plugins for the Limnoria IRC bot.
Stars: ✭ 31 (+158.33%)
Mutual labels:  lastfm
Moosync
A simple music player capable of playing local audio or from Youtube or Spotify
Stars: ✭ 185 (+1441.67%)
Mutual labels:  lastfm
Epiboard
Web Extension — A new tab page extension with material design and useful features 🆕 🎉
Stars: ✭ 262 (+2083.33%)
Mutual labels:  lastfm
mopidy-scrobbler
Mopidy extension for scrobbling played tracks to Last.fm
Stars: ✭ 60 (+400%)
Mutual labels:  lastfm
amplyfm
A free and open-source web app for streaming music.
Stars: ✭ 46 (+283.33%)
Mutual labels:  lastfm
Qs ledger
Quantified Self Personal Data Aggregator and Data Analysis
Stars: ✭ 559 (+4558.33%)
Mutual labels:  lastfm
Pylast
A Python interface to Last.fm and Libre.fm
Stars: ✭ 432 (+3500%)
Mutual labels:  lastfm
miso-bot
Discord bot with too many features
Stars: ✭ 41 (+241.67%)
Mutual labels:  lastfm

ScrobbleAlong Scrobbler

Deprecation note

I've decided to stop updating ScrobbleAlong since I've moved on to other projects and adding new stations is becoming a bit unmaintainable. I am planning to keep it running but will not add any more stations or fix any stations that break.

Original readme

This is a set of scripts that figures out what's playing on a number of internet and wireless radio stations and scrobbles that information to some last.fm accounts. There is another repository here that holds a website which allows users to see the station details and scrobble along with the them. The site should be up and running here.

This requires a few environment variables:

  • SA_STATION_CRYPTO_KEY: A random string used to encrypt the sessions of the radio station last.fm accounts
  • SA_USER_CRYPTO_KEY: A random string used to encrypt the sessions of the radio station last.fm accounts
  • SA_MONGO_URI: The URI of the MongoDB database that contains the user and station data
  • SA_LASTFM_API_KEY: The Last.fm API key used for scrobbling
  • SA_LASTFM_SECRET: The Last.fm API secret used for scrobbling
  • SA_SHOULD_SCROBBLE: "true" if the script should actually post scrobbles, anything else if not
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].