Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
ifneq (,$(wildcard .env))
include .env
export
endif

module := go.fm
bin := gofm
pkg := ./cmd/bot
Expand Down
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# go.fm

your last.fm stats within Discord.
your last.fm stats within Discord, isn't it great?

## installation

### clone repo (via http or ssh)

```sh
$ git clone https://github.com/nxtgo/go.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.
Binary file added assets/font/Inter_24pt-Bold.ttf
Binary file not shown.
Binary file added assets/img/backgrounds/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/layouts/border.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/layouts/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/profile_gradient.png
Binary file not shown.
Binary file added assets/img/profile_layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
158 changes: 0 additions & 158 deletions cache/cache.go

This file was deleted.

Loading