arkbot-rs is Rust rewrite (and complete redesign) of Arkanosis' Wikipedia bot.
The original Arkbot is made of a mix of Python, sed, awk and wget, glued together with some zsh, which has done the job for more than ten years now, but has never been really efficient.
arkbot-rs is designed from the start to address Arkbot's shortcomings, including: - performance, - need for manual intervention.
The goal is to have Arkbot running on a small server or VM (eg. on Toolforge) and performing its tasks on its own without any human intervention.
``` Usage: arkbot arkbot -h | --help arkbot --version
Options: -h, --help Show this screen. --version Show version. ```
Run cargo build --release
in your working copy.
Contributions are welcome through GitHub pull requests.
Please report bugs and feature requests on GitHub issues.
arkbot-rs is copyright (C) 2020-2021 Jérémie Roquet jroquet@arkanosis.net and licensed under the ISC license.