adding a working jumpbot to this shit is hard when you have no idea what you're doing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mike 476dffb9f6 Include MOTD in channel listing 5 years ago
cogs Include MOTD in channel listing 5 years ago
.gitignore gitignore update 5 years ago
README.md Migrate to PY3.6 - No longer compatible with 3.5! 5 years ago
bot.py More overrides 'just in case' 5 years ago
config.py.example missing config in example 5 years ago
launcher.py utilize uvloop if available 5 years ago
requirements.txt Revert "implement a better time parser for reminders" 5 years ago

README.md

Rooster

rooster

Rooster is a multifunction discord bot tailored specifically for eve-online corporations.

Running

It preferrable that you invite my hosted version of rooster to your server with the !invite link, however if you must run your own local bot:

Dependencies

Python 3.6 or higher is required Redis (optional but really reccomended) redis-tools

These can be installed via your favorite (or not favorite) package manager apt-get install redis-server redis-tools python3.6

Configuration

Copy config.py.example to config.py, edit appropriately.

create a pyvenv using python3.6 -m venv /path/to/venv/

activate your venv source /path/to/venve/bin/activate

install requirements based in requirements.txt to your venv pip install -r requirements.txt

then simply run python launcher.py and enjoy.

Rooster is made with love for Fweddit and friends by Chainsaw McGinny.

Special thanks to Sergei Alexeyev for a baller api at fweddit.space (previously evehound) and for constant bugfixing and stress testing.