48 lines
779 B
Markdown
48 lines
779 B
Markdown
Edm0nd
|
|
======
|
|
|
|
New version of the infamous IRC bot.
|
|
|
|
|
|
|
|
Installation
|
|
------------
|
|
|
|
Clone the repository and install main dependencies using Pipenv:
|
|
|
|
```bash
|
|
pipenv install
|
|
```
|
|
|
|
Plugins dependencies can be manually installed with
|
|
|
|
```bash
|
|
pipenv run pip install -r edmond/plugins/requirements.txt
|
|
```
|
|
|
|
|
|
|
|
Missing features
|
|
----------------
|
|
|
|
- [x] Actions (/me)
|
|
- [x] Beers
|
|
- [x] Mood
|
|
- [x] Random: ~~dice~~, choice, etc
|
|
- [ ] Notes
|
|
- [ ] Handle compliments
|
|
- [ ] Handle insults
|
|
- [x] Horoscope
|
|
- [x] "Journee mondiale"
|
|
- [ ] Mug
|
|
- [ ] Music
|
|
- [ ] Opinions
|
|
- [ ] Translate
|
|
- [x] Wikipedia: find definition, get random page
|
|
- [ ] Wolframalpha
|
|
- [ ] Youtube: parsing for title, requests for channel or video
|
|
- [ ] Command aliases
|
|
- [ ] Question aliases
|
|
- [ ] Various macros
|
|
- [ ] Sleep
|