Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Hunt committed Sep 24, 2020
1 parent 595807a commit 8f564b6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
akun-tools
==========

akun-tools is a set of tools for interacting with Fiction.live, previously known
as anonkun. Currently it includes a scraper that generates HTML ebooks of quests.

akun-tools is a command-line utility that requires Python 3 and pip. To install
it, run:

.. code:: bash
$ pip install akun-tools
Once installed, you run it with ``akun_scraper``. Example usage:

.. code:: bash
$ akun_scraper getinfo https://fiction.live/stories/Abyssal-Admiral-Quest-/QGSpwAtjf9NMtvsTA/home
$ akun_scraper download abyssal_admiral_quest.toml

0 comments on commit 8f564b6

Please sign in to comment.