{"id":26220553,"url":"https://github.com/rakinplaban/lumabot","last_synced_at":"2025-03-12T15:18:09.178Z","repository":{"id":279824333,"uuid":"937469102","full_name":"rakinplaban/LumaBot","owner":"rakinplaban","description":"LumaBot 💖 A cute GitHub bot that thanks issue creators and reacts with ❤️. Built with FastAPI \u0026 gidgethub to spread appreciation! 🌸✨ #StarThisRepo","archived":false,"fork":false,"pushed_at":"2025-02-27T16:29:11.000Z","size":1215,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T23:25:00.014Z","etag":null,"topics":["bot","fastapi","gidgethub","github-app"],"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/rakinplaban.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-23T05:54:44.000Z","updated_at":"2025-02-27T16:29:15.000Z","dependencies_parsed_at":"2025-02-27T23:25:06.157Z","dependency_job_id":"1b8ecf28-c4f6-4864-a080-27763d6584d2","html_url":"https://github.com/rakinplaban/LumaBot","commit_stats":null,"previous_names":["rakinplaban/lumabot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakinplaban%2FLumaBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakinplaban%2FLumaBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakinplaban%2FLumaBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakinplaban%2FLumaBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rakinplaban","download_url":"https://codeload.github.com/rakinplaban/LumaBot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243238971,"owners_count":20259132,"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","fastapi","gidgethub","github-app"],"created_at":"2025-03-12T15:18:08.510Z","updated_at":"2025-03-12T15:18:09.157Z","avatar_url":"https://github.com/rakinplaban.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LumaBot\n\nLumaBot is a GitHub bot built with FastAPI and gidgethub that interacts with issue creators by thanking them and reacting with a love emoji. It is designed to enhance community engagement while maintaining a simple and efficient workflow.\n\n## Meet Luma (ルマ)! 🌸\nKonnichiwa!~ 💕 I'm Luma (ルマ), your friendly GitHub assistant! I'm here to make sure every issue creator feels appreciated. I'll drop by with a sweet \"Thank you!\" and a little love. Let's make GitHub a warm and happy place together! (≧◡≦) 💖\n\n\u003c!-- ![Luma-chan]() --\u003e\n\u003cimg src=\"destination/luma.png\" alt=\"Luma-chan\" height=\"400\" width=\"400\"\u003e\n\n## Features\n- Automatically comments \"Thank you @user\" on new issues.\n- Reacts to issues with a ❤️ emoji.\n- Built using Python with FastAPI and gidgethub.\n- Lightweight and efficient for GitHub repositories.\n\n## How It Works\n1. LumaBot listens for new issue events on a GitHub repository.\n2. When a new issue is created, it comments with a thank-you message.\n3. It also adds a ❤️ reaction to the issue.\n\n## How to configure\nFollow this link 👉🏼 https://github.com/apps/luma-bot-1 and click install.\n\n## Installation\n### Prerequisites\n- Python 3.8+\n- GitHub App credentials (Client ID, Client Secret, Webhook Secret, Private Key)\n\n### Setup\n1. Clone this repository:\n   ```sh\n   git clone https://github.com/rakinplaban/LumaBot.git\n   cd LumaBot\n   ```\n2. Install dependencies:\n   ```sh\n   pip install -r requirements.txt\n   ```\n3. Set up environment variables:\n   ```sh\n   export GITHUB_APP_ID=your_app_id\n   export GITHUB_WEBHOOK_SECRET=your_webhook_secret\n   export GITHUB_PRIVATE_KEY=\"your_private_key\"\n   ```\n4. Run the bot:\n   ```sh\n   uvicorn app:app --host 0.0.0.0 --port 3000 --reload\n   ```\n\n## Deployment\nLumaBot can be deployed on platforms like Vercel, Railway, or a personal server using Docker.\n\n### Deploy with Docker\n1. Build the Docker image:\n   ```sh\n   docker build -t lumabot .\n   ```\n2. Run the container:\n   ```sh\n   docker run -d -p 8000:8000 --env-file .env lumabot\n   ```\n\n## Configuration\nLumaBot's behavior can be customized by modifying its response messages or extending its features to support additional GitHub events.\n\n## Roadmap\n- [ ] Support for PR events.\n- [ ] Customizable responses.\n- [ ] More reaction options.\n\n## License\nThis project is licensed under the MIT License.\n\n---\n\n✨ **LumaBot is part of the 'Star 🌟 This Repo' anime magic!** ✨\n\n![Anime](https://animemagic.vercel.app/anime-image?t=123456)\n\n\n\n\u003c!-- # LumaBot\n\nLumaBot is a GitHub bot built with FastAPI and gidgethub that interacts with issue creators by thanking them and reacting with a love emoji. It is designed to enhance community engagement while maintaining a simple and efficient workflow.\n\n## Features\n- Automatically comments \"Thank you @user\" on new issues.\n- Reacts to issues with a ❤️ emoji.\n- Built using Python with FastAPI and gidgethub.\n- Lightweight and efficient for GitHub repositories.\n\n## How It Works\n1. LumaBot listens for new issue events on a GitHub repository.\n2. When a new issue is created, it comments with a thank-you message.\n3. It also adds a ❤️ reaction to the issue.\n\n## Installation\n### Prerequisites\n- Python 3.8+\n- GitHub App credentials (Client ID, Client Secret, Webhook Secret, Private Key)\n\n### Setup\n1. Clone this repository:\n   ```sh\n   git clone https://github.com/yourusername/lumabot.git\n   cd lumabot\n   ```\n2. Install dependencies:\n   ```sh\n   pip install -r requirements.txt\n   ```\n3. Set up environment variables:\n   ```sh\n   export GITHUB_APP_ID=your_app_id\n   export GITHUB_WEBHOOK_SECRET=your_webhook_secret\n   export GITHUB_PRIVATE_KEY=\"your_private_key\"\n   ```\n4. Run the bot:\n   ```sh\n   uvicorn main:app --host 0.0.0.0 --port 8000\n   ```\n\n## Deployment\nLumaBot can be deployed on platforms like Vercel, Railway, or a personal server using Docker.\n\n### Deploy with Docker\n1. Build the Docker image:\n   ```sh\n   docker build -t lumabot .\n   ```\n2. Run the container:\n   ```sh\n   docker run -d -p 8000:8000 --env-file .env lumabot\n   ```\n\n## Configuration\nLumaBot's behavior can be customized by modifying its response messages or extending its features to support additional GitHub events.\n\n## Roadmap\n- [ ] Support for PR events.\n- [ ] Customizable responses.\n- [ ] More reaction options.\n\n## License\nThis project is licensed under the MIT License.\n\n---\n\n✨ **LumaBot is part of the 'Star 🌟 This Repo' anime magic!** ✨ --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakinplaban%2Flumabot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakinplaban%2Flumabot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakinplaban%2Flumabot/lists"}