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