Update 'README.md'

revision
This commit is contained in:
.[d]. 2022-02-02 10:15:04 +00:00
parent 3f74f95d59
commit e3e4fe9152

@ -27,8 +27,9 @@ export CONSUMER_SECRET="514512521345234523452345234523452345234523452"
export ACCESS_TOKEN_KEY="24513429875209348502934850294898348034850293485203948592" # <- TWITTER API KEY
export ACCESS_TOKEN_SECRET="523490582034985203948520394804884820934850923485" # <- TWITTER API KEY
```
### If you don't have either 'twitter' or 'youtube' api keys set irc3 will crash on startup,
### comment out the youtube_plugin and twitter_plugin in maple.ini until you get some api keys.
### If you don't have either 'twitter' or 'youtube' api keys set irc3 will crash
### on startup, comment out the youtube_plugin and twitter_plugin in maple.ini
### until you get some api keys.
5. `pip install -r requirements.txt`
6. `python3 plugins/maple.py` `# verify maple works, hit ctrl-c after you see *** RUNNING ***`
```