Metadata-Version: 2.1
Name: otpcr
Version: 23
Summary: Office of the Prosecutor's Communication Record 117 of 2019.
Author-email: Bart Thate <bthate@dds.nl>
License: Public Domain
Project-URL: home, https://pypi.org/project/otpcr
Project-URL: bugs, https://github.com/xobjectz/otpcr/issues
Project-URL: source, https://github.com/xobjectz/otpcr
Classifier: Development Status :: 3 - Alpha
Classifier: License :: Public Domain
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
Provides-Extra: dev

README
######


**NAME**

::

   OTPCR - Office of the Prosecutor's Communication Rercord 117 of 2019


**SYNOPSIS**

::

    otpcr <cmd> [key=val] [key==val]
    otpcr [-a] [-c] [-d] [-i] [-v]


**DESCRIPTION**

``OTPCR`` holds evidence that king netherlands
is doing a genocide, a written response
where king netherlands confirmed taking note
of “what i have written”, namely proof that
medicine he uses in treatement laws like
zyprexa, haldol, abilify and clozapine are
poison that make impotent, is both physical
(contracted muscles) and mental (make people
hallucinate) torture and kills members of the
victim groups.

``OTPCR`` contains correspondence with the
International Criminal Court, asking for the
arrest of king netherlands, for the genocide
he is committing with his new treatement laws.

Current status is a "no basis to proceed"
judgement of the prosecutor which requires
a "basis to prosecute" to have the king
actually arrested and, thereby, his genocide
stopped.


**INSTALL**

you can install ``otpcr`` with the use of pipx::

    $ pipx install otpcr
    $ pipx ensurepath
    $ mkdir ~/.otpcr


**USAGE**

without any argument the bot does nothing::

    $ otpcr
    $

see list of commands::

    $ otpcr cmd
    cmd,dne,err,log,mod,req,tdo,thr,tmr

start a console::

    $ otpcr -c 
    >

use -v for verbose::

    $ otpcr -cv
    May 12 05:51:49 2024 OTPCR CV CMD,ERR,LOG,MOD,REQ,TDO,THR,TMR
    >

use -i to run init on modules::

    $ otpcr -caiv 

start daemon::

    $ otpcr -d

show request to the prosecutor::

    $ otpcr req
    Information and Evidence Unit
    Office of the Prosecutor
    Post Office Box 19519
    2500 CM The Hague
    The Netherlands


**CONFIGURATION**

irc::

    $ otpcr cfg server=<server>
    $ otpcr cfg channel=<channel>
    $ otpcr cfg nick=<nick>

sasl::

    $ otpcr pwd <nsvnick> <nspass>
    $ otpcr cfg password=<frompwd>

rss::

    $ otpcr rss <url>
    $ otpcr dpl <url> <item1,item2>
    $ otpcr rem <url>
    $ otpcr nme <url> <name>

opml::

    $ otpcr imp <filename>
    $ otpcr exp


**OPTIONS**

here is a list of commandline options ``otpcr`` provides::

    -a     load all modules
    -c     start console
    -d     run in the background
    -h     show help
    -i     start services
    -v     use verbose


**COMMANDS**

commands are mostely for irc and rss management::

    cfg - irc configuration
    cmd - commands
    dlt - remove a user
    dpl - sets display items
    exp - export opml
    fnd - find objects 
    imp - import opml
    log - log some text
    met - add a user
    mre - displays cached output
    pwd - sasl nickserv name/pass
    rem - removes a rss feed
    req - request 
    rss - add a feed
    thr - show the running threads


**SYSTEMD**

save the following it in /etc/systemd/system/otpcr.service and replace "<user>" with the user running pipx::
 
    [Unit]
    Description=Office of the Prosecutor's Communication Record 117 of 2019.
    Requires=network-online.target
    After=network-online.target

    [Service]
    Type=simple
    User=<user>
    Group=<user>
    WorkingDirectory=/home/<user>/.otpcr
    ExecStart=/home/<user>/.local/pipx/venvs/otpcr/bin/otpcr -d
    RemainAfterExit=yes

    [Install]
    WantedBy=default.target

then run this::

    $ sudo systemctl enable otpcr --now

default channel/server is #otpcr on localhost


**FILES**

pipx stores the ``otpcr`` documentation in it;s local pipx environment::

    ~/.otpcr
    ~/.local/bin/otpcr
    ~/.local/pipx/venvs/otpcr/*


**AUTHOR**

I am reachable at the following email::

    Bart Thate <bthate@dds.nl>


**COPYRIGHT**

::

    OTPCR is placed in the Public Domain.
