Skip to content

Releases: yjl9903/fetch-captain

v1.0.0

25 Apr 16:02
Compare
Choose a tag to compare

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

v0.1.0

23 Apr 19:05
Compare
Choose a tag to compare

   🚀 Features

  • Automatically retry when request failed
  • Specify output directory
  • Format log output