https://github.com/nxtgo/first.fm
your last.fm stats within discord
https://github.com/nxtgo/first.fm
bot discord lastfm music scrobbler scrobbles
Last synced: 5 months ago
JSON representation
your last.fm stats within discord
- Host: GitHub
- URL: https://github.com/nxtgo/first.fm
- Owner: nxtgo
- License: cc0-1.0
- Created: 2025-09-08T15:05:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-30T22:57:59.000Z (9 months ago)
- Last Synced: 2025-10-01T00:21:34.188Z (9 months ago)
- Topics: bot, discord, lastfm, music, scrobbler, scrobbles
- Language: Go
- Homepage:
- Size: 1.11 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# first.fm
your last.fm stats within Discord, isn't it great?
the code is work in progress so if u see a war crime just ignore it, thanks. ~elisiei
## installation
### clone repo (via http or ssh)
```sh
$ git clone https://github.com/nxtgo/first.fm
```
### create a .env
```env
DISCORD_TOKEN=token_here
LASTFM_API_KEY=your_api_owo
```
### run using Makefile
```sh
$ make build; make run
```
running without Make **won't work** as Makefile loads
env file. if you want to avoid using Make, pass the
env variables on command invokation or use a [go env loader](https://github.com/nxtgo/env).
# license
all original content in this project is dedicated to the public domain under the
[CC0 1.0 universal](https://creativecommons.org/publicdomain/zero/1.0/).
this grants you the freedom to use, modify, and distribute the content
without any restrictions or attribution requirements.