Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 829 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 829 Bytes

Discord-bot

This project is a Discord bot specifically for use with the Discord server. Python 3.8+ is used to write this script with the use of currency converter API of API layer. In this project it basically fetch the current price of British pound (GBP) and then convert it to Indian ruppees (INR) followed by the message in the Discord server. Also it will send the alerts of the high or low values set by the user.

Setup

To run the bot, open the command line in the cloned repo directory and install the requirements using pip with the following command:

pip install -r requirements.txt

Execute

To run the bot, run the following in the command line:

python3 main.py

Output

Screenshot_1