Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 :).