-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tom Hunt
committed
Sep 24, 2020
1 parent
595807a
commit 8f564b6
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |