Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayhanadev/automatic-replit-bio
A simple Cloudflare Worker that automatically sets my bio to my most recent follower.
https://github.com/rayhanadev/automatic-replit-bio
cloudflare-workers replit replitapi
Last synced: 13 days ago
JSON representation
A simple Cloudflare Worker that automatically sets my bio to my most recent follower.
- Host: GitHub
- URL: https://github.com/rayhanadev/automatic-replit-bio
- Owner: rayhanadev
- Created: 2022-08-15T20:10:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T20:11:47.000Z (over 2 years ago)
- Last Synced: 2024-11-06T22:42:58.125Z (2 months ago)
- Topics: cloudflare-workers, replit, replitapi
- Language: JavaScript
- Homepage: https://replit-followers-bio.rayhanadev.workers.dev/
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automatic Replit Follower Bio :sparkles:
This is a Cloudflare Worker that runs a cron-job every minute to
refresh my Replit bio with my most recent follower. If you want
to use this project - assuming you've worked with Cloudflare Workers
before - simply create a new scheduled worker, add the code in [src/index.js](#src/index.js)
to the worker, and create an environment variable called `REPLIT_TOKEN`
with your connect.sid token in it :).