mirror of
https://github.com/jeantoulza/scplanner-discord
synced 2024-11-21 19:15:38 +01:00
Updated README
This commit is contained in:
parent
17cd78338c
commit
1b0e42c538
23
README.md
23
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.
|
Commands
|
||||||
|
-------
|
||||||
|
`!repost <track-link>` : 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).
|
Loading…
Reference in New Issue
Block a user