Probiotics (in bot form) for programming.
This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-09-24 17:07:14 +00:00
bootstrap Intergrate install/uninstall files into Makefile 2023-08-12 17:34:37 -06:00
docs Version 1 2023-08-06 20:51:57 -06:00
include Working on uthash 2023-09-24 17:05:28 +00:00
lib Partial support for SSL 2023-08-07 05:13:13 -06:00
src Working on uthash 2023-09-24 17:05:28 +00:00
.gitignore Added INITIAL_ASSIGNMENT_MESSAGE 2023-08-07 08:41:03 -06:00
.gitmodules Partial support for SSL 2023-08-07 05:13:13 -06:00
CHANGELOG Added new options for voting 2023-08-17 05:58:43 -06:00
LICENSE Initial commit 2023-08-04 09:13:47 -06:00
Makefile Working on uthash 2023-09-24 17:05:28 +00:00
README Make the README readable 2023-09-24 17:07:14 +00:00

* Probotic

Healthy for your coding ability, take once weekly, excessive doses
may result in arthritis, ass pain, and death.

* Description

Prints useful challenges when requested.

See doc/api.md for detailed information about this interface.

* Building and Installation

Building requires (debian derived):
libsqlite3-dev build-essentials

* Submodules
git submodule update --init --recursive
make -C lib/libircclient

* Configuration (Optional but highly recommended)
make include/config.h && $EDITOR include/config.h

* Building and Installation
make && BOOTSTRAP_ONLY=1 ./install.sh

remove BOOTSTRAP_ONLY=1 if you plan to install this somewhere.

* Cleanup

make clean
rm -rf lib/libircclient bootstrap/probotic_data.sqlite

* Source Code Hosts

https://git.lain.church/emil/probotic
https://bis64wqhh3louusbd45iyj76kmn4rzw5ysawyan5bkxwyzihj67c5lid.onion/emil/probotic

* License

Copyright 2023 https://git.lain.church/anon ,
               https://git.lain.church/fa11_1eaf ,
               Emil Williams

Probotic is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 only as
published by the Free Software Foundation.

Probotic is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License version 3 for more details.

You should have received a copy of the GNU General Public License
version 3 along with Probotic.