daily_scry

Crates.iodaily_scry
lib.rsdaily_scry
version1.2.0
sourcesrc
created_at2024-02-27 17:04:56.866942
updated_at2024-04-01 17:57:51.101031
descriptionPost random scryfall image to mastodon, telegram or stdout
homepage
repositoryhttps://github.com/DerMolly/DailyScry
max_upload_size
id1155256
size182,446
Philip Molares (DerMolly)

documentation

README

DailyScry

This bot allows you to post a random image from Scryfall to an array of services e.g Mastodon, Telegram or locally.

Posts of this bot can be found at

Installation

cargo

Run cargo install daily_scry

binary release

You can download the latest release form the release page.

DIY

  1. git clone https://github.com/DerMolly/DailyScry.git
  2. cargo build --release

Usage

Post random scryfall image to mastodon, telegram or stdout


Usage: daily_scry [OPTIONS]

Options:
  -v, --verbose...  Increase logging verbosity
  -q, --quiet...    Decrease logging verbosity
      --mastodon    Post to mastodon
      --telegram    Post to telegram
      --dry-run     Run the command without posting anything
  -h, --help        Print help
  -V, --version     Print version

Version: 1.0.0

Author: Philip Molares <philip.molares@udo.edu>

Configuration

environment variable description
DAILY_SCRY_MASTODON_URL The url of the mastodon instance, where your account is hosted.
DAILY_SCRY_MASTODON_ACCESS_TOKEN The access token for your application.
DAILY_SCRY_TELEGRAM_TOKEN The telegram bot token you can get from @BotFather
DAILY_SCRY_TELEGRAM_CHAT_ID The chat id where the bot should post its message. This can be determinded with @username_to_id_bot
DAILY_SCRY_IGNORED_ORACLE_IDS List of oracle_ids that should be ignored and not be randomly selected. Items should be seperated by ,
Commit count: 34

cargo fmt