{"id":29161252,"url":"https://github.com/codemeapixel/pixie-bot","last_synced_at":"2025-09-10T00:42:37.643Z","repository":{"id":290657996,"uuid":"975186262","full_name":"CodeMeAPixel/Pixie-Bot","owner":"CodeMeAPixel","description":"A friendly and knowledgeable Discord bot with a playful yet professional personality, powered by the Vercel AI SDK!","archived":false,"fork":false,"pushed_at":"2025-04-30T08:27:03.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-29T08:38:47.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeMeAPixel.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}},"created_at":"2025-04-29T23:26:16.000Z","updated_at":"2025-04-30T08:27:06.000Z","dependencies_parsed_at":"2025-04-30T00:37:26.793Z","dependency_job_id":null,"html_url":"https://github.com/CodeMeAPixel/Pixie-Bot","commit_stats":null,"previous_names":["codemeapixel/pixie-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeMeAPixel/Pixie-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2FPixie-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2FPixie-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2FPixie-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2FPixie-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeMeAPixel","download_url":"https://codeload.github.com/CodeMeAPixel/Pixie-Bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2FPixie-Bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274390719,"owners_count":25276408,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"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-07-01T03:09:48.990Z","updated_at":"2025-09-10T00:42:37.600Z","avatar_url":"https://github.com/CodeMeAPixel.png","language":"JavaScript","readme":"# Pixie Bot\n\nA friendly and knowledgeable Discord bot with a playful yet professional personality, powered by the [Vercel AI SDK](https://sdk.vercel.ai/providers/ai-sdk-providers).\n\n## Features\n\n- 🤖 AI-powered responses with natural conversation flow\n- 💬 Support for both DM and server channels\n- ⚙️ Configurable settings per server\n- 🔒 Channel-specific permissions\n- 🎨 Rich text formatting with Markdown support\n\n## Setup\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/pixie-bot.git\ncd pixie-bot\n```\n\n2. Install dependencies:\n```bash\nbun install\n```\n\n3. Create a `.env` file:\n   - Copy `.env.template` to `.env`\n   - Fill in your configuration values:\n```env\n# Discord Bot Configuration\nDISCORD_TOKEN=your_discord_bot_token\nDISCORD_CLIENT_ID=your_discord_client_id\nDISCORD_GUILD_ID=your_discord_guild_id\nDISCORD_GUILD_INVITE=your_discord_guild_invite\n\n# AI Configuration(s)\nOPENAI_API_KEY=your_openai_api_key\nOPENAI_ORG_ID=your_openai_org_id\n\n# Database Configuration\nDATABASE_URL=your_database_url\n\n# Bot Configuration\nBOT_LOGO=your_bot_logo_url\nBOT_BANNER=your_bot_banner_url\nBOT_INVITE=your_bot_invite_url\n```\n\n4. Initialize the database:\n```bash\nbun prisma migrate dev\n```\n\n5. Start the bot:\n```bash\nbun run dev\n```\n\n## Commands\n\n- `@Pixie [message]` - Chat with Pixie in any channel\n- `/settings` - Configure bot settings (Admin only)\n- `/clear` - Clear conversation history\n- `/help` - Show help information\n\n## Server Settings\n\nServer administrators can configure:\n- AI model selection\n- Maximum token limit\n- Allowed channels\n- Temperature (creativity level)\n- Maximum conversation length\n\n## Development\n\n### Project Structure\n```\nsrc/\n├── client/     # Discord client setup\n├── events/     # Discord event handlers\n├── handlers/   # Core functionality handlers\n├── models/     # Database models\n└── utils/      # Utility functions\n```\n\n### Requirements\n- Node.js 18+\n- Bun runtime\n- MySQL database\n\n### Contributing\n1. Fork the repository\n2. Create a feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a Pull Request\n\n## License\n\nThis project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).\n\n### AGPL-3.0 Requirements\n- You must disclose the source code of your modified version\n- You must license your modified version under AGPL-3.0\n- You must make the source code available to users who interact with your modified version over a network\n- You must preserve all legal notices and author attributions\n\nFor more details, see the [LICENSE](LICENSE) file.\n\n## Support\n\nFor support, please open an issue in the GitHub repository. ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemeapixel%2Fpixie-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemeapixel%2Fpixie-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemeapixel%2Fpixie-bot/lists"}