diff options
author | nea <romangraef@gmail.com> | 2022-11-25 19:27:54 +0100 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-11-25 19:27:54 +0100 |
commit | df4fc6d8a5b8b2e5cc9b5bb83ccd12ea3717f354 (patch) | |
tree | 2395a2b608db0d4fe638615fa03231c27d99823a | |
parent | 1cf29727bc802fc868e6cc00e040c64969ec68a3 (diff) | |
download | discordavatarproxy-df4fc6d8a5b8b2e5cc9b5bb83ccd12ea3717f354.tar.gz discordavatarproxy-df4fc6d8a5b8b2e5cc9b5bb83ccd12ea3717f354.tar.bz2 discordavatarproxy-df4fc6d8a5b8b2e5cc9b5bb83ccd12ea3717f354.zip |
README
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,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 + + |