{"id":21108548,"url":"https://github.com/husseinhareb/progmemer-discord-bot","last_synced_at":"2026-03-02T00:31:52.496Z","repository":{"id":239998256,"uuid":"799979330","full_name":"husseinhareb/progmemer-discord-bot","owner":"husseinhareb","description":"A Discord bot for sharing programming memes,playing music and more...","archived":false,"fork":false,"pushed_at":"2026-02-24T14:24:21.000Z","size":138,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-24T18:35:32.795Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/husseinhareb.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-13T13:24:26.000Z","updated_at":"2026-02-24T14:26:51.000Z","dependencies_parsed_at":"2024-11-06T13:23:57.833Z","dependency_job_id":"263aac50-b5dd-4625-8dfe-491e3b214cc4","html_url":"https://github.com/husseinhareb/progmemer-discord-bot","commit_stats":null,"previous_names":["husseinhareb/progmemer-discord-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/husseinhareb/progmemer-discord-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/husseinhareb%2Fprogmemer-discord-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/husseinhareb%2Fprogmemer-discord-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/husseinhareb%2Fprogmemer-discord-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/husseinhareb%2Fprogmemer-discord-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/husseinhareb","download_url":"https://codeload.github.com/husseinhareb/progmemer-discord-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/husseinhareb%2Fprogmemer-discord-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29988044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T22:42:38.399Z","status":"ssl_error","status_checked_at":"2026-03-01T22:41:51.863Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-20T00:47:28.111Z","updated_at":"2026-03-02T00:31:52.476Z","avatar_url":"https://github.com/husseinhareb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Progmemer\nProgmemer is a Discord bot written in Python oriented for programmers.\n\nIt has the capabilities of sending jokes, memes, and playing music.\n\n![progmemer-pfp](https://github.com/husseinhareb/progmemer-discord-bot/assets/88323940/b35c3141-dd31-462d-80e4-b87fdcea90d8)\n\n## Commands \nThe bot is still under development, more commands will be addded..\n\n### General\n```\n/say - Say something.\n/hello - Greet the bot.\n/roll - Rolls the dice.\n/weather - Get weather details for a certain city.\n/joke - Get a random joke. (Default category: Programming, Optional types: Dark, Any, Misc)\n/meme - Get a programming-related meme. (Default subreddit: r/ProgrammerHumor, Optional subreddits: funny, memes, dankmemes, wholesomemes...)\n```\n### Music\n```\n/play - Plays a selected song from youtube.\n/pause - Pause the current song being played.\n/resume - Resume the current song being paused.\n/skip - Skips teh current song being played.\n/queue - Displays the current songs in the queue.\n/remove - Removes the last song added to the queue.\n/clear - Stops the music and clears the queue.\n/stop - Kicks the bot from the voice channel.\n```\n### To-Do Tasks\n```\n/add - Add a task for today. The task will be assigned a default status of 'to-do'.\n/list - List tasks for a specific date or today's tasks if no date is provided.\n/update - Update the status of a task. Options include 'to-do', 'working on it', and 'completed'.\n/remove - Remove a to-do task for today.\n/edit - Edit a task description for today.\n```\n\n## Getting Started\n### Running the bot\nYou can run the bot localy by \n```shell\n  git clone https://github.com/husseinhareb/progmemer-discord-bot/\n\n  cd progmemer-discord-bot\n\n  pip install -r requirements.txt\n\n  python3 main.py\n```\nAdding to that you have to create your own bot [here](https://discord.com/developers/applications) and pass the correct bot TOKEN and other tokens as well([reddit](https://www.reddit.com/dev/api),[openweather](https://openweathermap.org/api]))  \n## Contributing\n\nContributions are welcome! If you'd like to contribute:\n\n    Fork the repository.\n    Create your branch: git checkout -b feature/YourFeature.\n    Commit your changes: git commit -m 'Add some feature'.\n    Push to the branch: git push origin feature/YourFeature.\n    Submit a pull request.\n\n## Licence\n\nThis project is licensed under the [MIT License](https://github.com/husseinhareb/progmemer-discord-bot/blob/main/LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhusseinhareb%2Fprogmemer-discord-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhusseinhareb%2Fprogmemer-discord-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhusseinhareb%2Fprogmemer-discord-bot/lists"}