Compare commits

...

2 Commits

Author SHA1 Message Date
743a3a2d34 readme 2019-11-05 07:58:29 -05:00
6ff6dc07d8 bugfix: missing import statement 2019-11-05 07:58:20 -05:00
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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}"