{"id":16560706,"url":"https://github.com/mathieu2301/geniusbot","last_synced_at":"2025-03-05T03:23:34.959Z","repository":{"id":173987265,"uuid":"651204463","full_name":"Mathieu2301/GeniusBot","owner":"Mathieu2301","description":"Bot that responds to messages with song lyrics obtained from the Genius API.","archived":false,"fork":false,"pushed_at":"2023-06-09T16:40:49.000Z","size":32,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-15T13:30:35.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mathieu2301.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-08T18:28:11.000Z","updated_at":"2023-06-12T13:25:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e445028-31c0-493a-a83a-633ae7bef8aa","html_url":"https://github.com/Mathieu2301/GeniusBot","commit_stats":null,"previous_names":["mathieu2301/geniusbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu2301%2FGeniusBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu2301%2FGeniusBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu2301%2FGeniusBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu2301%2FGeniusBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mathieu2301","download_url":"https://codeload.github.com/Mathieu2301/GeniusBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241956552,"owners_count":20048654,"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":[],"created_at":"2024-10-11T20:29:49.829Z","updated_at":"2025-03-05T03:23:34.953Z","avatar_url":"https://github.com/Mathieu2301.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Genius Bot\n\nBot that responds to messages with song lyrics obtained from the Genius API.\nCurrently compatible with Telegram.\n\n## Development\n\n1. Install dependencies\n\n    ```sh\n    yarn\n    ```\n\n2. Configuration\n\n    Create a `.env` file or set env variables:\n\n    ```env\n    TELEGRAM_KEY=xxxxxxxxxxxxxxxx\n    ARTISTS=artist1,artist2,artist3 # Optional\n    ```\n\n3. Start\n\n    ```sh\n    yarn dev\n    ```\n\n## Deployment with Docker Compose\n\n```yml\nversion: '3'\n\nservices:\n  genius-bot:\n    image: ghcr.io/mathieu2301/genius-bot:latest\n    restart: always\n    environment:\n      TELEGRAM_KEY: ${TELEGRAM_KEY}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieu2301%2Fgeniusbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathieu2301%2Fgeniusbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieu2301%2Fgeniusbot/lists"}