Compare commits
2 Commits
6368a60f59
...
743a3a2d34
Author | SHA1 | Date | |
---|---|---|---|
743a3a2d34 | |||
6ff6dc07d8 |
|
@ -3,6 +3,7 @@ It's like Sopel, except rewritten from scratch using Twisted as a base and over
|
|||
|
||||
## Requirements
|
||||
Python 3.6+
|
||||
System packages: `enchant`
|
||||
Python packages: `twisted python-dateutil requests bs4 wolframalpha pyenchant emoji Pillow xml2dict ipython numpy numpngw`
|
||||
|
||||
## TODO
|
||||
|
|
|
@ -5,6 +5,7 @@ Other crypto coins to be added someday.
|
|||
"""
|
||||
import requests
|
||||
|
||||
import config
|
||||
from module import commands, example
|
||||
|
||||
CUR_URI = "https://v3.exchangerate-api.com/bulk/{API_KEY}/{CUR_FROM}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user