Skip to content
Permalink
Browse files

Update README.md

  • Loading branch information...
shawnmjones committed May 3, 2019
1 parent ed56057 commit 734f62bec7b9742945342d80b84f395e0cbfe076
Showing with 3 additions and 3 deletions.
  1. +3 −3 README.md
@@ -27,12 +27,12 @@ Raintale uses docker-compose to load and execute all dependencies. To run rainta
For example to create a raw HTML story suitable for pasting, type the following within that prompt:

``
raintale_cmd -i story-mementos.txt --storyteller mystory.html --title "This is My Story Title" --generated-by "Me"
raintale_cmd -i story-mementos.txt --storyteller rawhtml -o mystory.html --title "This is My Story Title" --generated-by "Me"
``

The output will be stored in ``mystory.html``.

To create a twitter story, you will need to create a Twitter app. Log into Twitter from a web browser and visit https://developer.twitter.com/en/apps for more information. Once you have created an app, make a file named ``twitter-credentials.yml`` and fill it with the following content.
To create a twitter story, you will need to create a Twitter app. Log into Twitter from a web browser and visit https://developer.twitter.com/en/apps for more information. Once you have created an app, make a file named ``twitter-credentials.yml``, save it in the same directory, and fill it with the following content.

```
consumer_key: XXXXXX
@@ -46,7 +46,7 @@ Replace the ``XXXXXX`` values with the corresponding values as displayed on your
Once that is done, type the following within the Docker prompt:

``
raintale_cmd -i story_mementos.txt --storyteller twitter --title "This is My Story Title" --generated-by "Me”
raintale_cmd -i story_mementos.txt --storyteller twitter --title "This is My Story Title" --generated-by "Me” -c twitter-credentials.yml
``

# Building raintale

0 comments on commit 734f62b

Please sign in to comment.
You can’t perform that action at this time.