correct typos; add the format for the json file

This commit is contained in:
Camille Frantz 2024-03-20 10:52:35 -05:00
parent 8b86b7e264
commit 9704dbc533
Signed by: fyrfli
SSH Key Fingerprint: SHA256:cyNGncrLxKXAgYC96dYNROnQKikLInzrpiMraZdqyhY
1 changed files with 7 additions and 1 deletions

View File

@ -1,11 +1,17 @@
# @quotesbot # @quotesbot
This is code that posts to https://fyrfli.social/quotesbot. This is the code that posts to https://fyrfli.social/quotesbot.
## Requirements: ## Requirements:
- some knowledge of the linux command line - some knowledge of the linux command line
- python installed - python installed
- a Mastodon-compatible API token for your instance - a Mastodon-compatible API token for your instance
- a json-formatted file of quotes to use formatted thus:
```
"quote": "quote"
"author": "author"
```
Your quotes file can either be in the local directory or accessible at a url.
## To install: ## To install: