last-fm
Here are 72 public repositories matching this topic...
-
Updated
Oct 1, 2020 - C#
-
Updated
Oct 27, 2020 - C#
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Mar 17, 2020 - JavaScript
-
Updated
Oct 26, 2020 - TypeScript
-
Updated
Sep 24, 2017 - Go
-
Updated
Oct 19, 2020 - Java
-
Updated
Oct 27, 2020 - Python
-
Updated
Oct 28, 2020
-
Updated
Feb 15, 2020 - JavaScript
-
Updated
Apr 15, 2018 - CoffeeScript
-
Updated
Dec 24, 2018 - JavaScript
-
Updated
Oct 28, 2020 - Python
-
Updated
Aug 19, 2017 - Python
-
Updated
Oct 25, 2020 - Golo
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Nov 11, 2019 - JavaScript
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
Apr 11, 2018 - JavaScript
Improve this page
Add a description, image, and links to the last-fm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the last-fm topic, visit your repo's landing page and select "manage topics."


Some Last.FM IRC bots support a feature called "WePlay", where a
/wpcommand shows what each channel member is playing at the moment. Typically the feature is opt-in, and users can opt-in with a single command.This would involve adding a new database table for tracking WePlay status per-channel. It would likely need to keep track of tuples of (
team_id,channel_id, anduser_id). Once th