capture_bot_san/README.md

24 lines
690 B
Markdown

# 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](https://python-poetry.org/) installed
- Own discord server and bot(with permission "Read Messages/View Channels")
- Dropbox App with following parameters
- Scoped App
- Permission files.content.write, files.content.read
## Setup
```shell
$ poetry install
```
## How to run
```shell
$ 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.