aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2021-05-30 23:30:52 +0300
committerkongr45gpen <electrovesta@gmail.com>2021-05-30 23:30:52 +0300
commit177832b444b6e4b3737a21af84ba8aa436e5f25a (patch)
tree2f8f45a3c17b933e0748297a7954c3ff276f70ce
parenta4a442d3c1a3a71f9a373dcbe9321fcf14217da9 (diff)
downloadsupybot_github-177832b444b6e4b3737a21af84ba8aa436e5f25a.tar.gz
supybot_github-177832b444b6e4b3737a21af84ba8aa436e5f25a.tar.bz2
supybot_github-177832b444b6e4b3737a21af84ba8aa436e5f25a.zip
Add instructions to develop with the new development script
-rw-r--r--docs/getting-started.rst26
1 files changed, 25 insertions, 1 deletions
diff --git a/docs/getting-started.rst b/docs/getting-started.rst
index 9b6c7e4..7486f97 100644
--- a/docs/getting-started.rst
+++ b/docs/getting-started.rst
@@ -5,6 +5,8 @@ Getting started with supybot-github
Supybot-github should contain a few sane defaults to get you started.
+.. _installation:
+
Installation
------------
@@ -37,4 +39,26 @@ This should be enough to get you started!
If everything was set up correctly, your bot should drop an inspiring quote on
the channel you configured in the 3rd step.
-.. _`Install Limnoria`: http://doc.supybot.aperio.fr/en/latest/use/install.html
+.. _`Install Limnoria`: https://docs.limnoria.net/use/install.html
+
+Development
+-----------
+
+In order to work on supybot-github, you normally have to set up an IRC server,
+the supybot bot, and the rest of the configuration, as shown in
+:ref:`installation`.
+
+However, we are providing a command-line script to make your life a bit easier,
+which returns the executed message without the rest of the hassle. Just follow
+these instructions:
+
+1. `Install Limnoria`_ or any other supybot variant. No further configuration
+ is needed!
+
+2. Run python in the plugin's directory, passing it a `.json` with Github's
+ payload::
+
+ python . samples/push-v3.json
+
+After running the above, you should see a coloured output with the produced
+message.

© 2014-2024 Faster IT GmbH | imprint | privacy policy