blob: 1dfc27890e6d35593c9856498611b530d5344de0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Proxy for discord avatars.
This program allows you to proxy discord avatars so that they are always up to date.
Run:
TOKEN=<discordtoken> PORT=3000 cargo run
Listens to localhost:<port>
Requests to localhost:<port>/avatar/<userid> instead reply with a png of the users avatar.
A publicly hosted version is available at https://dp.nea.moe/avatar/310702108997320705
|