Clap hiking.biji album photos

hikingbiji

Motivation

I always see my mom using her phone and also dozing off at the midnight :(
I find out the reason why she does not go to bed is that
she is always manually clicking "clap" button on her hiking.biji album photos sequentially,
in order to gain more popularity.
As a software engineer, I decided to help her do this work and let her go to bed earlier.

How to Run

  1. Login hiking.biji and go to the album you want to clap
  2. Get album ID from the web address
    https://hiking.biji.co/index.php?q=album&act=photo_list&album_id={ALBUM_ID}
  3. Get your cookie from developer tools
  4. Run the following commands
cd src
go mod tidy
go run ./main.go --album={albumID} --cookie={cookie}

How to Compile for Windows

cd src
GOOS=windows GOARCH=amd64 go build -v -o hikingbiji.exe ./main.go

Disclaimer

This project is neither for commercial use nor melicious attack.
If causing you any inconvinience, please contact me as soon as possible.

Owner
Tony Huang
Full Stack Engineer at HTC, DeepQ
Tony Huang
Similar Resources
📷 Command-line utility to download all photos from Instagram
📷 Command-line utility to download all photos from Instagram

Instagram Downloader This is a simple command-line tool, written in Go, to download all images from an Instagram account. Getting Started Install inst

Sep 9, 2022
A bot based on Telegram Bot API written in Golang allows users to download public Instagram photos, videos, and albums without receiving the user's credentials.

InstagramRobot InstagramRobot is a bot based on Telegram Bot API written in Golang that allows users to download public Instagram photos, videos, and

Dec 16, 2021
telegram frigate sync videos/photos bot

Telegram Frigate Sync Bot upload frigate videos/photos to telegram chat(group/private chat/channel) Depend golang 1.7(up) python 3.9(up) Quick Start r

Nov 29, 2021