Skip to content

Follow Claim is a simple tool that uses a cron job to claim daily rewards from the Follow app

License

Notifications You must be signed in to change notification settings

cn1860/follow-claim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Workflow Go Version Docker Pulls

Follow Claim

Follow Claim is a simple tool that uses a cron job to claim daily rewards from the Follow app.

Usage

Docker

docker run -d --name follow-claim -e COOKIE="your cookie" -e BARK_URL="your bark url" -e SCHEDULED_TIME="00:05" missuo/follow-claim

Docker Compose

mkdir follow-claim && cd follow-claim
nano compose.yaml
services:
  follow-claim:
    container_name: follow-claim
    image: missuo/follow-claim:latest
    restart: unless-stopped
    environment:
      # Cookie (Required)
      - COOKIE=
      # Bark URL (Optional)
      - BARK_URL=
      # Use UTC Time (UTC 00:05 is 08:05 in China) (Optional, Default: 00:05)
      - SCHEDULED_TIME=00:05
docker compose up -d

About

Follow Claim is a simple tool that uses a cron job to claim daily rewards from the Follow app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.8%
  • Dockerfile 6.2%