From 1b0e42c53888ec9b882576f2a7791059c6ee7510 Mon Sep 17 00:00:00 2001 From: Jean TOULZA Date: Thu, 12 Apr 2018 13:48:30 +0200 Subject: [PATCH] Updated README --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 320cdc4..692e950 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,22 @@ -# SCPlanner Discord bot +SCPlanner Discord bot +=================== -Discord bot to schedule reposts. +SCPlanner Discord bot is a Discord bot designed to make reposts easier and faster by using Discord. -WIP. \ No newline at end of file +Commands +------- +`!repost ` : autoschedule a track **with all accounts** and replies with the calendar link. + +Installation +------- +1. Clone this repo. +2. Configure `config.ini` to your needs. +3. Run `pip install -r requirements.txt` +4. Run `python bot.py` + +Configuration +------- + + - `cookie_name` : This is the session cookie name. Do not change it to anything else than `ci_session` at the moment. + - `cookie_value` : Your session cookie value. Log in on SCPlanner with your repost account and open up your browser developer view, then grab the `ci_session` cookie value. + - `bot_token` : Get yours on [Discord developers portal](https://discordapp.com/developers/applications/me). \ No newline at end of file