Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.12 KB

niconico_watcher_rust

This is a discord and misskey bot that watch niconico and notify a channel new videos, inspired by zen510 and nirsmmy 's niconico_watcher.

Usage

  • With cargo run

    1. Copy bot_config-template.toml to bot_config.toml
    2. Get tokens and channel id from discord dev portal and fill all fields of the bot_config.toml with them
    3. Run cargo run --release
  • With binary built from cargo build --release

    1. Copy bot_config-template.toml as bot_config.toml into the directory of your choice.
    2. Get tokens and channel id from discord dev portal and fill all fields of the bot_config.toml with them
    3. Run cargo build --release
    4. Copy target/release/niconico-watcher-rust[.exe] to the directory.
    • Directory structure will:
      • bot_config.toml
      • niconico-watcher-rust[.exe]

Reference