No description
Find a file
2024-03-12 21:13:47 +09:00
.vscode confirm working 2024-03-12 20:15:36 +09:00
capture_bot_san confirm working 2024-03-12 20:15:36 +09:00
.gitignore add README, remove lock file and ignore it 2024-03-12 20:39:24 +09:00
LICENSE LICENSE を追加 2024-03-12 21:13:47 +09:00
pyproject.toml confirm working 2024-03-12 20:15:36 +09:00
README.md tweaking README 2024-03-12 20:54:21 +09:00

Capture Bot San

Tiny software for "capturing" everything as well as possible, via discord and markdown file on dropbox with attached images/movies.

Prerequisites

  • poetry installed
  • Own discord server and bot(with permission "Read Messages/View Channels")
  • Dropbox App with following setup
    • Scoped App
    • Permission files.content.write, files.content.read

Setup

$ poetry install

How to run

$ poetry run python -m capture_bot_san

For the 1st run(or when it detects lacking any tokens/configs required), it will prompt to gather required access tokens and configuration. Input all of them accordingly.

Configuration

  • tokens are stored in .env
  • configs are stored in config.yaml
    • DROPBOX_TEXTFILE_FOLDER: Location of the markdown file to tweak with this software
    • MARKDOWN_FILENAME: Filename of the markdown file
    • DROPBOX_MEDIA_FOLDER: Location of the images and videos to be uploaded