{"id":17787789,"url":"https://github.com/hazemmeqdad/quranbot","last_synced_at":"2025-03-16T08:32:12.625Z","repository":{"id":118501876,"uuid":"343387406","full_name":"HazemMeqdad/quranbot","owner":"HazemMeqdad","description":"islamic bot can send pray times and play holy quran on voice channel and more things","archived":false,"fork":false,"pushed_at":"2023-11-19T14:27:16.000Z","size":79121,"stargazers_count":9,"open_issues_count":2,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-27T05:51:27.768Z","etag":null,"topics":["bot","discord","discord-bot","islamic","islamic-prayer-times","python","python3"],"latest_commit_sha":null,"homepage":"https://github.com/HazemMeqdad/quranbot/wiki","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HazemMeqdad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-03-01T11:10:48.000Z","updated_at":"2025-02-20T18:17:13.000Z","dependencies_parsed_at":"2023-05-28T04:15:21.001Z","dependency_job_id":null,"html_url":"https://github.com/HazemMeqdad/quranbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HazemMeqdad%2Fquranbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HazemMeqdad%2Fquranbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HazemMeqdad%2Fquranbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HazemMeqdad%2Fquranbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HazemMeqdad","download_url":"https://codeload.github.com/HazemMeqdad/quranbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243806070,"owners_count":20350775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","discord","discord-bot","islamic","islamic-prayer-times","python","python3"],"created_at":"2024-10-27T10:12:43.548Z","updated_at":"2025-03-16T08:32:12.229Z","avatar_url":"https://github.com/HazemMeqdad.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e QuranBot - بوت القرآن الكريم\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nبوت القرآن الكريم للتذكير بالله عز و جل\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://discord.gg/C5d6sMKcG4\"\u003e\n    \u003cimg alt=\"Discord\" src=\"https://img.shields.io/discord/729526735749513267\" /\u003e\n\u003c/a\u003e \n\u003cimg alt=\"PyPI - Python Version\" src=\"https://img.shields.io/pypi/pyversions/discord.py\" /\u003e\n\u003cimg alt=\"GitHub top language\" src=\"https://img.shields.io/github/languages/top/HazemMeqdad/quranbot\" /\u003e \n\u003c/p\u003e\n\n## About\n\nThe bot is a bot that helps your server to remember for allah. its send azkar for every 30 minutes or some other times. \n\n## Features\n\n- Send Azkar for every 30 minutes or some other times.\n- Play quran with radio or any other audio source.\n- Got prayer times for every city.\n- Got all quran holy pages with custom fast cdn.\n\n## How bot works\nbot work on python and use a [discord.py](https://github.com/Rapptz/discord.py) library to connect to the discord gateway \u0026 rest discord api, it use a [mongodb](https://www.mongodb.com/) database to store all data, and we use a [lavalink](https://github.com/freyacodes/Lavalink) library to play quran audio.\n\n## Setup steps\n\n### Clone the repository. (required)\n```bash\ngit clone https://github.com/HazemMeqdad/quranbot.git  # required git\n```\nif you hava a problem or not donwload git tool then you can download it from [here](https://git-scm.com/downloads), or you can download repository from [here](https://github.com/HazemMeqdad/quranbot/archive/refs/heads/master.zip)\n\n* This steps to install in linux vps \n### Install docker latest version. (required)\n```bash\ncurl -fsSL https://get.docker.com -o get-docker.sh\nDRY_RUN=1 sudo sh ./get-docker.sh\n```\n\n### Install docker-compose latest version. (required)\n```bash\nsudo apt-get update\nsudo apt-get install docker-compose-plugin\nsudo yum update\nsudo yum install docker-compose-plugin\n```\n\n### Configure the bot. (required)\ncreate the `.env` file and use the config template from example file `example.env` and edit it. example:\n```env\nTOKEN=\"OTg3NTM5NjEw...\"\nMONGO_URL=\"mongodb://localhost:27017\"\nOWNER_IDS=\"670993199011201025\"\n\n# If you went to create slash command on once guild\n# DEBUG_GUILD=\"843710915861545000\"\n\n# Just password required\nLAVALINK_NODE_PASSWORD=\"youshallnotpass\"  # lavalink password\n```\n\n### Create a docker container\nOpen the folder of your clone\n```bash\ndocker-compose up -d\n```\n\n### Other commands\n```bash\ndocker-compose stop  # to stop the bot\n```\n\n## How to use\n\nYou can find all commands in on use the help command \u003cbr /\u003e\n![image](https://user-images.githubusercontent.com/66125469/211267488-ecba2b2b-46bb-40c8-a833-6d25696f2ea3.png)\n# Some screenshots of commands\n![image](https://user-images.githubusercontent.com/66125469/211267581-8431805b-313c-45e2-abf2-af185aa8ddef.png) \u003cbr /\u003e\n![image](https://user-images.githubusercontent.com/66125469/211267730-b4621960-d45b-499e-b77e-8c560e11b528.png) \u003cbr /\u003e\n![image](https://user-images.githubusercontent.com/66125469/211267827-82280fb0-2b11-442a-844d-eeb1c780a8cc.png)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazemmeqdad%2Fquranbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhazemmeqdad%2Fquranbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazemmeqdad%2Fquranbot/lists"}