diff --git a/README.md b/README.md index ddb12a8..107733d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,17 @@ # @quotesbot -This is code that posts to https://fyrfli.social/quotesbot. +This is the code that posts to https://fyrfli.social/quotesbot. ## Requirements: - some knowledge of the linux command line - python installed - 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: