Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/exu3/slack-pfp
- Owner: exu3
- Created: 2020-12-24T19:42:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T23:31:21.000Z (over 1 year ago)
- Last Synced: 2024-11-10T13:36:52.365Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://pfp.ella.cx/
- Size: 9.5 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```