Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@yjl9903 yjl9903 released this 25 Apr 16:02

Usage

Add the following config to your Github Actions. Fill roomid and ruid.

- uses: yjl9903/fetch-captain@v1
  with:
    ruid: <UID>
    roomid: <直播间 ID>
    # output: './YYYY-MM-DD.csv'

What's new?

Sending email is deprecated: If you still want to use it, please combine this action with other stuffs.

CSV output path: Change outdir to output, which means the output file pattern instead of output directory. It uses supports some date placeholder, including YYYY, MM, DD. By default, it will dump csv file to ./YYYY-MM-DD.csv (i.e. ./2024-04-25.csv).