correct typos; add the format for the json file
This commit is contained in:
parent
8b86b7e264
commit
9704dbc533
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user