{"id":22938854,"url":"https://github.com/4strodev/telegram-songs-dl","last_synced_at":"2025-04-01T19:44:46.522Z","repository":{"id":265756871,"uuid":"895941700","full_name":"4strodev/telegram-songs-dl","owner":"4strodev","description":"A simple telegram bot to save my favorite songs","archived":false,"fork":false,"pushed_at":"2024-12-01T16:31:53.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-07T12:48:50.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/4strodev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-11-29T08:23:49.000Z","updated_at":"2024-12-01T16:31:57.000Z","dependencies_parsed_at":"2024-11-30T20:22:23.372Z","dependency_job_id":"4d18ae60-69dd-4f49-beee-dfd2d06ebd36","html_url":"https://github.com/4strodev/telegram-songs-dl","commit_stats":null,"previous_names":["4strodev/telegram-songs-dl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4strodev%2Ftelegram-songs-dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4strodev%2Ftelegram-songs-dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4strodev%2Ftelegram-songs-dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4strodev%2Ftelegram-songs-dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4strodev","download_url":"https://codeload.github.com/4strodev/telegram-songs-dl/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246704561,"owners_count":20820601,"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-12-14T12:28:45.493Z","updated_at":"2025-04-01T19:44:46.487Z","avatar_url":"https://github.com/4strodev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telegram songs dl\nI'm starting to mix music and I would like to \"automize\" songs downloading in a simple way.\nThis is a simple bot to share youtube urls and save my favourite songs.\n\nAt this moment it just saves the urls in a file and then with a script I download the songs\nthat are listed in that file. In a future I would like to automatically download the songs.\n\n## Use the bot\n**Using docker**\nThis image is compatible with `amd64` and `arm64` architectures.\n```yaml\nservices:\n  bot:\n    image: 4strodev/telegram-songs-dl:latest\n    restart: always\n    env_file: .env\n  ## If you prefer you can set the environment variables directly\n  ## on the docker compose environment entry\n    #environment:\n      #TELEGRAM_TOKEN: \"\u003cyour token\u003e\"\n      #SONGS_FILE: \"\u003csongs file path\u003e\"\n```\n\n# Contribute\nIf you want to contribute to this project or fork it to create your own version you are free to do that.\n\n## Prerequisites\nTo work confortably with this project I recommend to you to use this\n**Required**\n- Docker and docker compose\n\n**Optional**\n- [Task](https://taskfile.dev)\n\n## Start bot\nSetup environment variables\n\n### Using a .env file\nPut a `.env` file in the bot folder with the following content\n```\nTELEGRAM_TOKEN=\"\u003cYour telegram bot token\u003e\"\nSONGS_FILE=\"./songs.txt\" # Change this if you want\n```\n\n### Setting env variables on docker compose file\nSee the docker compose file to setup env variables\n\n### Start docker container\n**Using task**\n\n    task bot:start\n\n**Using docker compose**\n\n    docker compose -f bot/docker-compose.yml up\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4strodev%2Ftelegram-songs-dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4strodev%2Ftelegram-songs-dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4strodev%2Ftelegram-songs-dl/lists"}