Add screenshot

This commit is contained in:
Arne Schlüter 2019-01-14 11:32:21 +01:00
commit b95a74f5a7
2 changed files with 4 additions and 2 deletions

View file

@ -2,13 +2,15 @@
František Kafka is a bot that generates text using Markov chains. It is online at [https://botsin.space/@frantisek](https://botsin.space/@frantisek) where it's creating an inifinite version of Franz Kafka's Metamorphosis. František Kafka is a bot that generates text using Markov chains. It is online at [https://botsin.space/@frantisek](https://botsin.space/@frantisek) where it's creating an inifinite version of Franz Kafka's Metamorphosis.
![Screenshot of bot](screenshot.png)
## Installation ## Installation
You need your input text in plain text; [Project Gutenberg](https://www.gutenberg.org) is a good source for that. Make sure to remove all parts of the text that are not to be used as the Bot's corpus.<sup>1</sup> You need your input text in plain text; [Project Gutenberg](https://www.gutenberg.org) is a good source for that. Make sure to remove all parts of the text that are not to be used as the bot's corpus.<sup>1</sup>
You will also need an access token, so register your app at a mastodon instance of choice to get one. Copy the `.env.example` to `.env` and edit it to set up the environment correctly. You will also need an access token, so register your app at a mastodon instance of choice to get one. Copy the `.env.example` to `.env` and edit it to set up the environment correctly.
Building an running the Clojure code requires [leiningen](https://leiningen.org/) version 2.8 or above. Building an running the Clojure code requires [leiningen](https://leiningen.org/) version 2.8 or above.
1: This means removing the copyright license, which is the reason why there is no text included in this repository. 1: This means removing the copyright notice, which is the reason why there is no text included in this repository.
## Usage ## Usage

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB