{"id":24131783,"url":"https://github.com/alvalens/aleph-discord-bot","last_synced_at":"2026-01-23T05:36:45.521Z","repository":{"id":186632439,"uuid":"675183056","full_name":"Alvalens/aleph-discord-bot","owner":"Alvalens","description":"Aleph bot is a simple discord bot, which has image finder or image grabber, ai chat and other utility tools like message remover. ","archived":false,"fork":false,"pushed_at":"2024-08-02T23:36:25.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T04:23:34.865Z","etag":null,"topics":["discord-ai-chat","discord-bot","discord-bot-python","discord-image-grabber","discord-image-searcher","gemini-api","image-search","image-searcher-bot","llm","python","serp-api"],"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/Alvalens.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":"2023-08-06T04:10:47.000Z","updated_at":"2024-08-31T16:06:16.000Z","dependencies_parsed_at":"2025-01-11T21:31:47.417Z","dependency_job_id":"d7e47073-000b-431c-b6d6-28a6a04f9947","html_url":"https://github.com/Alvalens/aleph-discord-bot","commit_stats":null,"previous_names":["alvalens/discord-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Alvalens/aleph-discord-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alvalens%2Faleph-discord-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alvalens%2Faleph-discord-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alvalens%2Faleph-discord-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alvalens%2Faleph-discord-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alvalens","download_url":"https://codeload.github.com/Alvalens/aleph-discord-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alvalens%2Faleph-discord-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28681005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T04:33:33.518Z","status":"ssl_error","status_checked_at":"2026-01-23T04:33:30.433Z","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":["discord-ai-chat","discord-bot","discord-bot-python","discord-image-grabber","discord-image-searcher","gemini-api","image-search","image-searcher-bot","llm","python","serp-api"],"created_at":"2025-01-11T21:31:10.579Z","updated_at":"2026-01-23T05:36:45.501Z","avatar_url":"https://github.com/Alvalens.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aleph Bot\n\n![visitor badge](https://visitor-badge.laobi.icu/badge?page_id=alvalens.visitor-badge)\n\nAleph Bot is a Discord bot that allows you to ask or chat with an AI to get a unique response instead of just static one, you can also search for images based on keywords and some other utility commands. If you want to preview the bot you can join my discord server 😊.\n\n[![AlephZe](https://dcbadge.vercel.app/api/server/cZH93kM)](https://discord.gg/cZH93kM) ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54) ![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge\u0026logo=discord\u0026logoColor=white)\n\n## Features\n\n- Image search: Search for images based on keywords using the `/image` command.\n- Ask AI: ask whatever question to an gen AI to get answer with `/ask `command,\n\n## Installation\n\n1. Clone the repository:\n\n   ```git\n   https://github.com/Alvalens/aleph-discord-bot.git\n   ```\n2. Install the required dependencies:\n\n   ```powershell\n   pip install --r requirements.txt\n   ```\n3. Create a `.env` or copy the .env.example file in the project root with the following content:\n\n   ```\n   token=YOUR_DISCORD_BOT_TOKEN\n   login=YOUR_API_LOGIN\n   password=YOUR_API_PASSWORD\n   gemini_api_key=YOUR_GEMINI_API_KEY\n   ```\n\n   Replace `token`, `login`,  `password` and `gemini api key` with your actual tokens and credentials. SERP API used: [DataForSeo Google image search](https://dataforseo.com/). For gemini API you can setup it [here](https://aistudio.google.com/ \"ai studio\").\n4. Run the bot\n\n   ```python\n   py main.py\n   ```\n\n## Usage\n\n* `/image\u003ckeywords\u003e`: Searches for images based on the provided keywords.\n* `/help`: Show avalible commands\n* `/ping`: Pings the bot and returns \"Pong!\".\n* `/ask \u003cquestion\u003e: `ask an question and get an answer from gemini AI\n* `/clear \u003camount\u003e: `clear or delete a messages from an channel\n\n## Contributing\n\nContributions are welcome! If you find any issues or have suggestions, feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License seethe [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvalens%2Faleph-discord-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvalens%2Faleph-discord-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvalens%2Faleph-discord-bot/lists"}