Modify README
This commit is contained in:
parent
e6257f6051
commit
bb0b0ce983
1 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,7 @@ Tiny software for "capturing" everything as well as possible, via discord and ma
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
- [poetry](https://python-poetry.org/) installed
|
- [poetry](https://python-poetry.org/) installed
|
||||||
- Own discord server and bot(with permission "Read Messages/View Channels")
|
- Own discord server and bot(with permission "Read Messages/View Channels")
|
||||||
- Dropbox App with following parameters
|
- Dropbox App with following setup
|
||||||
- Scoped App
|
- Scoped App
|
||||||
- Permission files.content.write, files.content.read
|
- Permission files.content.write, files.content.read
|
||||||
|
|
||||||
|
@ -21,4 +21,10 @@ $ 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.
|
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 f
|
||||||
|
- 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 beuploaded
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue