ScriptureBot is a bot that was created for quick access to the scripture or the texts related to it.
For now, you can access Bible (including deuterocanon), Quran, hadiths and tafsirs.
- Add councils
- Add ability to look for shia hadiths
- Add tafsir slash command
(First two steps can be skipped, although, they are recommended)
Setup the virtual environment:
python -m venv venv
Then activate it:
%cd%/venv/Scripts/activate.bat
Install the required packages:
pip install -r requirements.txt
Then, create .env
file with token of your discord bot:
TOKEN=your_bot's_token_here
Done! Now you can start bot, by simply typing:
python main.py