Skip to content

Commit

Permalink
blap blap
Browse files Browse the repository at this point in the history
  • Loading branch information
jrabbit committed Sep 5, 2017
1 parent 8e89678 commit 48f2d5c
Showing 1 changed file with 2 additions and 49 deletions.
51 changes: 2 additions & 49 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,55 +23,8 @@ Pyborg exists as a range of scripts, libraries and servers.



Scripts
=======

pyborg_irc2.py
--------------
.. attention::
``pyborg_irc2.py`` requires a configure file, default name: ``example.irc.toml``
The rewritten irc module for pyborg.
Usage: pyborg_irc2.py <start_irc_bot> [<verbose>] [<debug>] [<conffile>]


Command line options:

* :option:`-v` :option:`--verbose` -- set logging level to INFO
* :option:`-d` :option:`--debug` -- set logging level to DEBUG
* :option:`-f` :option:`--conffile` specify a different conf file (default: ``example.irc.toml``)

pyborg_tumblr.py
----------------
.. attention::
``pyborg_tumblr.py`` requires a configure file default name: ``example.tumblr.toml``

Usage: pyborg_tumblr.py <start_tumblr_bot> [<verbose>] [<toml_conf>]


Command line options:

* :option:`--verbose` -- set logging level to INFO (default)
* :option:`-f` :option:`--toml_conf` --

pyborg-linein.py
----------------
PyBorg offline line input module.

Usage: pyborg-linein.py <start> [<multiplex>]


Options:

* :option:`-m` :option:`--multiplex` -- turns on multiplexing.


pyborg_http.py
--------------
The http server that allows "multiplexing", letting different pyborg clients share one database. This is a small server configured just for a few clients.

pyborg_http.py has no options currently.


API
===

The core of pyborg is contained in the :py:mod:`pyborg.pyborg` module.

Expand Down

0 comments on commit 48f2d5c

Please sign in to comment.