{"id":18356332,"url":"https://github.com/adhirajcs/woofbot","last_synced_at":"2026-03-04T05:01:49.675Z","repository":{"id":177561878,"uuid":"660147286","full_name":"adhirajcs/WoofBot","owner":"adhirajcs","description":"WoofBot is a Discord bot created using Python 3.11.3 that provides various commands to enhance your Discord server experience.","archived":false,"fork":false,"pushed_at":"2025-01-14T09:57:51.000Z","size":1527,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T23:34:52.445Z","etag":null,"topics":["bot","discord","discord-bot","facts-api","python-discord-bot","python3","python311","quotes-api","weather-api","woof-bot","woofbot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adhirajcs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["adhirajcs"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2023-06-29T10:47:24.000Z","updated_at":"2025-01-14T09:57:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"de423522-b1f6-41a8-bbe6-0ff453c5cbdb","html_url":"https://github.com/adhirajcs/WoofBot","commit_stats":null,"previous_names":["adhirajcs/woofbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adhirajcs/WoofBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhirajcs%2FWoofBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhirajcs%2FWoofBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhirajcs%2FWoofBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhirajcs%2FWoofBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adhirajcs","download_url":"https://codeload.github.com/adhirajcs/WoofBot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhirajcs%2FWoofBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30071895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T03:25:38.285Z","status":"ssl_error","status_checked_at":"2026-03-04T03:25:05.086Z","response_time":59,"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":["bot","discord","discord-bot","facts-api","python-discord-bot","python3","python311","quotes-api","weather-api","woof-bot","woofbot"],"created_at":"2024-11-05T22:09:43.519Z","updated_at":"2026-03-04T05:01:49.608Z","avatar_url":"https://github.com/adhirajcs.png","language":"Python","funding_links":["https://github.com/sponsors/adhirajcs"],"categories":[],"sub_categories":[],"readme":"# WoofBot\n\nWoofBot is a Discord bot created using Python 3.11.3 that provides various commands to enhance your Discord server experience, including:\n\n- Greeting users\n\n- Rolling dice\n\n- Getting quotes\n\n- Getting facts about Chuck Norris\n\n- Getting weather reports\n\n- Getting help\n\n- Getting information about the creator\n\n- Listing all of the commands\n\n## Table of Contents\n\n- [Commands](#commands)\n- [APIs](#apis)\n- [Installation](#installation)\n- [Usage](#usage)\n- [License](#license)\n- [Author](#Author)\n\n## Commands\n\nWoofBot responds to the following commands:\n\n1. `#hello`: Greet the bot and receive a warm welcome.\n2. `#roll`: Roll a dice and get a random number between 1 and 6.\n3. `#quote`: Get an inspirational quote.\n4. `#fact` or `#facts`: Get a random fact about Chuck Norris.\n5. `#weather (city name)`: Get the weather report of a specified city.\n6. `#help`: Display the help menu with available commands and their usage.\n7. `#creator`: Get information about the creator of the bot.\n8. `#commands`: Display a list of all available commands.\n\nTo receive responses in direct messages (DMs), prefix the command with `?#`. For example, `?#hello` will send the greeting message to your DM instead of the channel.\n\n## APIs\n\nWoofBot utilizes the following APIs to provide certain commands:\n\n- [zenquotes.io](https://zenquotes.io/api/random): Provides random quotes for the `#quote` command.\n- [api.chucknorris.io](https://api.chucknorris.io/jokes/random): Fetches random facts about Chuck Norris for the `#fact` command.\n- [api.openweathermap.org](https://api.openweathermap.org/data/2.5/weather?q={city}\u0026appid={aku.openWeatherApi}): Retrieves weather data for the `#weather` command. Note that you need to replace `{city}` with the desired city name and `{aku.openWeatherApi}` with your OpenWeather API key.\n\nMake sure to obtain your own API key and replace the placeholder `{aku.openWeatherApi}` with your actual API key in the weather API URL.\n\n## Installation\n\nTo set up WoofBot on your own server, follow these steps:\n\n1. Clone the repository: `git clone https://github.com/your-username/woofbot.git`\n2. Install the required dependencies: `pip install discord` and `pip install requests`\n3. Set up the required environment variables:\n   - `DISCORD_TOKEN`: Your Discord bot token\n   - `OPENWEATHER_API_KEY`: Your OpenWeather API key\n4. Start the bot: `python bot.py`\n\nNote: Ensure you have Python 3.6 or higher installed on your system.\n\n## Usage\n\nOnce the bot is running and added to your server, you can start using the commands in any text channel.\n\nTo interact with WoofBot, simply type the desired command in a text channel. For example, typing `#hello` will trigger the greeting message. Remember to prefix the command with `?#` if you want to receive the response in DM.\n\nFeel free to explore all the available commands and make the most out of WoofBot!\n\n## License\n\nThis project is licensed under the Apache License - see the [LICENSE](LICENSE) file for details.\n\n## Author\n\n[Adhiraj Saha](https://github.com/adhirajcs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhirajcs%2Fwoofbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadhirajcs%2Fwoofbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhirajcs%2Fwoofbot/lists"}