{"id":25655474,"url":"https://github.com/devnadeemashraf/professor-oak","last_synced_at":"2026-06-12T22:31:56.990Z","repository":{"id":275306561,"uuid":"925706311","full_name":"devnadeemashraf/professor-oak","owner":"devnadeemashraf","description":"A Discord Bot called Professor Oak","archived":false,"fork":false,"pushed_at":"2025-02-08T22:27:49.000Z","size":6735,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T21:33:46.861Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/devnadeemashraf.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}},"created_at":"2025-02-01T14:47:43.000Z","updated_at":"2025-02-18T22:38:57.000Z","dependencies_parsed_at":"2025-02-23T21:39:47.605Z","dependency_job_id":null,"html_url":"https://github.com/devnadeemashraf/professor-oak","commit_stats":null,"previous_names":["devnadeemashraf/professor-oak"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devnadeemashraf/professor-oak","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnadeemashraf%2Fprofessor-oak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnadeemashraf%2Fprofessor-oak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnadeemashraf%2Fprofessor-oak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnadeemashraf%2Fprofessor-oak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devnadeemashraf","download_url":"https://codeload.github.com/devnadeemashraf/professor-oak/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnadeemashraf%2Fprofessor-oak/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34265491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-02-23T21:29:35.234Z","updated_at":"2026-06-12T22:31:56.953Z","avatar_url":"https://github.com/devnadeemashraf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Professor Oak - A Discord Bot for Pokemon Battle Sets\n\nProfessor Oak is a Python-based Discord bot that helps users manage and track random Pokémon sets used in different Pokémon Battle Simulators. Users can easily store, retrieve, and delete sets for specific Pokémon using simple commands.\n\n## Features\n\n- Store random Pokémon sets (moves, items, etc.)\n- Retrieve stored Pokémon sets\n- Delete Pokémon sets\n- Admin commands for database management\n- Simple and clean interface for interacting with the bot\n- Custom error handling and logging utilities\n\n### Folder Structure\n\n```\n~root/\n│\n├── bot/\n│   ├── __init__.py\n│   ├── bot.py  # Main bot logic\n│   ├── cogs/   # Cog files (for commands)\n│   │   ├── __init__.py\n│   │   ├── commands.py  # Commands for Pokemon\n│   │   └── db.py  # Database interaction\n│   ├── data/\n│   │   └── national_dex.json  # Pokemon data file\n│   └── utils/\n│       ├── error_handling.py  # Error handling utilities\n│       └── logger.py  # Custom logger\n│\n├── assets/\n│   └── sprites/  # Pokemon Sprite Assets\n│       ├── Bulbasaur.png\n│       ├── Ivysaur.png\n│       └── ... more\n│\n├── config/\n│   └── config.py  # Bot configuration (token, database URL, etc.)\n│\n├── requirements.txt  # List of dependencies\n└── run.py  # Entry point for starting the bot\n```\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/devnadeemashraf/professor-oak.git\n   cd professor-oak\n   ```\n\n2. Install the required dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Copy `.env.example` to `.env`\n\n   ```bash\n   cp .env.example ..env\n   ```\n\n## Usage\n\n    ```bash\n    python run.py\n    ```\n\n### **LICENSE**\n\n```text\nMIT License\n\nCopyright (c) 2025 \u003cYour Name or Organization\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnadeemashraf%2Fprofessor-oak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevnadeemashraf%2Fprofessor-oak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnadeemashraf%2Fprofessor-oak/lists"}