auto-punch-in-pica

(★ 25)

哔咔漫画自动签到

auto-punch-in-pica Latest Version Download

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

cron

View Details ▼

A system scheduler for running jobs or tasks unattended.
The command to submit, edit, or delete entries to `cron` is called `crontab`.

tldr crontab

View documentation for managing `cron` entries:

🔍

python

View Details ▼

Python language interpreter.

python

Start a REPL (interactive shell):

python {{path/to/file.py}}

Execute a specific Python file:

python -i {{path/to/file.py}}

Execute a specific Python file and start a REPL:

// repository documentation