2020-10-09 10:40:37 +02:00
|
|
|
Edm0nd
|
|
|
|
======
|
|
|
|
|
|
|
|
New version of the infamous IRC bot.
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-10-09 22:34:32 +02:00
|
|
|
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
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-10-09 10:40:37 +02:00
|
|
|
Missing features
|
|
|
|
----------------
|
|
|
|
|
2020-10-09 12:49:35 +02:00
|
|
|
- [x] Actions (/me)
|
2020-10-09 18:57:08 +02:00
|
|
|
- [x] Beers
|
2020-10-09 12:49:35 +02:00
|
|
|
- [x] Mood
|
2020-10-09 22:34:32 +02:00
|
|
|
- [x] Random: ~~dice~~, choice, etc
|
2020-10-12 19:27:17 +02:00
|
|
|
- [x] Notes
|
2020-10-09 10:40:37 +02:00
|
|
|
- [ ] Handle compliments
|
2020-10-09 22:34:32 +02:00
|
|
|
- [ ] Handle insults
|
2020-10-09 12:49:35 +02:00
|
|
|
- [x] Horoscope
|
2020-10-09 22:32:36 +02:00
|
|
|
- [x] "Journee mondiale"
|
2020-10-09 10:40:37 +02:00
|
|
|
- [ ] Mug
|
|
|
|
- [ ] Music
|
2020-11-02 18:34:55 +01:00
|
|
|
- [x] Opinions
|
2020-10-09 10:40:37 +02:00
|
|
|
- [ ] Translate
|
2020-10-09 13:31:00 +02:00
|
|
|
- [x] Wikipedia: find definition, get random page
|
2020-10-09 10:40:37 +02:00
|
|
|
- [ ] Wolframalpha
|
|
|
|
- [ ] Youtube: parsing for title, requests for channel or video
|
2020-11-02 17:41:47 +01:00
|
|
|
- [x] Command aliases
|
2020-10-09 16:03:09 +02:00
|
|
|
- [ ] Question aliases
|
2020-11-02 12:51:26 +01:00
|
|
|
- [x] Sleep
|
2020-10-20 01:41:02 +02:00
|
|
|
- [ ] Various macros:
|
|
|
|
- [ ] asks someone to stop doing something
|
|
|
|
- [ ] king of
|
|
|
|
- [ ] appreciation
|
|
|
|
- [ ] detector
|
|
|
|
- [ ] "???"
|
|
|
|
- [ ] Simple word mappings for fun
|
|
|
|
- [ ] Lyrics
|
2020-11-01 19:29:51 +01:00
|
|
|
- [ ] Phonétique
|
2020-11-02 16:42:13 +01:00
|
|
|
- [ ] Greet other people joining
|
|
|
|
- [ ] Mourn other people parting
|
|
|
|
- [ ] unknown questions
|