dost
1.0.0
DOST是用於查看貨幣的不和諧機器人。
這些說明將使您在本地計算機上啟動並運行該項目的副本。
DOST需要Python v3.6或更高。要安裝Python3軟件包,將下面的命令寫入您的終端。
sudo apt install python3sudo pacman -S python3sudo dnf install python3要將DOST安裝到系統中,您需要將下面的命令輸入到終端。
git clone https://github.com/brngklp/dost ; cd dost ; pip install -r requirements.txt ; 要使用DOST,您首先需要從Discord Developer Portal創建一個Discord機器人。創建機器人後,您需要復制機器人的令牌並將其粘貼到main.py的令牌變量。如果您是開發人員,並且想改進此項目,則可以復制服務器的ID並將其粘貼到main.py的Default_enabled_guilds變量。 DOST可與您輸入DISCORD輸入的Slash命令一起使用。可用命令在“可用命令”部分中列出
`help`- Prints the help message.
`dollar` - Prints out the usd to try currency.
`dost` - Gives you the choice to select the currency and the base.
hikari
hikari燈泡
coinbase api
報告錯誤並建議新功能使用問題跟踪器。如果您有一些要合併的代碼,請打開拉動請求。
Baran Gokalp
該項目已根據MPL -2.0許可證獲得許可 - 有關詳細信息,請參見許可證文件