Browse Source

Update README

master
Rampoina 1 year ago
parent
commit
b9763a93fd
  1. 8
      README.md

8
README.md

@ -8,17 +8,17 @@ A simple Python bot for IRC channels that want matchmaking capabilities. @@ -8,17 +8,17 @@ A simple Python bot for IRC channels that want matchmaking capabilities.
## Dependencies
You just need configparser and irctokens. You can install them doing:
You just need configparser ircrobots and irctokens. You can install them doing:
```
pip install configparser irctokens
pip install configparser ircrobots irctokens
```
You can add `--user` if you don't want to install them system wide.
## Installation
Just `./bot.py` lol.
Just `./bot.py` or `python bot.py`
## Configuration
The bot uses a bot.ini for configurating the servers for connecting. Look at
bot.ini.example for an example(you know, like the extension says).
bot.ini.example for an example.

Loading…
Cancel
Save