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.
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
To run the bot, run the following in the command line:
python3 main.py