Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/exu3/slack-pfp

The code that powers my profile picture on the Hack Club Slack.
https://github.com/exu3/slack-pfp

Last synced: about 13 hours ago
JSON representation

The code that powers my profile picture on the Hack Club Slack.

Awesome Lists containing this project

README

        

# slack-pfp

This repo automates my profile picture in the Hack Club Slack! Head to [pfp.ella.cx](https://pfp.ella.cx) to change my profile picture to a random cat picture.

Want to make your own automated Slack pfp?
Check out this

workshop

made by
@sampoder!

### Develop

This Next.js project is deployed on Vercel and uses the yarn package manager. To get set up, first, set environment variables in `.env`:

```
SLACK_TOKEN=
```

Then install dependencies and run it locally at localhost:3000.

```
yarn
yarn dev
# go to localhost:3000
```