Skip to content

Commit 2f89eb8

Browse files
authored
new new new (#20)
1 parent 1ba2a1d commit 2f89eb8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+4115
-5330
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.nix linguist-detectable=false
2+
Makefile linguist-detectable=false

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
ifneq (,$(wildcard .env))
2+
include .env
3+
export
4+
endif
5+
16
module := go.fm
27
bin := gofm
38
pkg := ./cmd/bot

README.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
1-
# go.fm
1+
# first.fm
22

3-
your last.fm stats within Discord.
3+
your last.fm stats within Discord, isn't it great?
44

5+
the code is work in progress so if u see a war crime just ignore it, thanks. ~elisiei
56

7+
## installation
8+
9+
### clone repo (via http or ssh)
10+
11+
```sh
12+
$ git clone https://github.com/nxtgo/first.fm
13+
```
14+
15+
### create a .env
16+
17+
```env
18+
DISCORD_TOKEN=token_here
19+
LASTFM_API_KEY=your_api_owo
20+
```
21+
22+
### run using Makefile
23+
24+
```sh
25+
$ make build; make run
26+
```
27+
28+
running without Make **won't work** as Makefile loads
29+
env file. if you want to avoid using Make, pass the
30+
env variables on command invokation or use a [go env loader](https://github.com/nxtgo/env).
31+
32+
# license
33+
34+
all original content in this project is dedicated to the public domain under the
35+
[CC0 1.0 universal](https://creativecommons.org/publicdomain/zero/1.0/).
36+
this grants you the freedom to use, modify, and distribute the content
37+
without any restrictions or attribution requirements.

assets/font/Inter_24pt-Regular.ttf

-335 KB
Binary file not shown.

assets/img/broken.png

-19.3 KB
Binary file not shown.

assets/img/chart_gradient.png

-50.7 KB
Binary file not shown.

assets/img/profile_gradient.png

-167 KB
Binary file not shown.

cache/cache.go

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)