Pipitor

A Twitter bot that gathers Tweets from a specified set of accounts, filters and Retweets them.

Features

Usage

Download the latest binary package for your platform from the releases page and install it to a directory of your choice.

Or alternatively, you can manually build the project from the source (requires Nightly Rust):

shell cargo install pipitor

After the installation, create a manifest file named Pipitor.toml in the working directory. Manifest format is shown in Pipitor.example.toml.

Then, run the following, and follow the instructions on the command line:

shell pipitor setup

Now, you're all set! Run the following to start the bot:

shell pipitor run

License

This project is licensed under the GNU Affero General Public License, Version 3 (LICENSE or https://www.gnu.org/licenses/agpl-3.0.html).

The CI configuration (.travis.yml and scripts/*) was generated with crossgen, based on trust template written by Jorge Aparicio (@japaric). The trust template is licensed under either of

at your option.