{"id":18994618,"url":"https://github.com/timelessnesses/lavalinking","last_synced_at":"2026-04-15T19:30:18.028Z","repository":{"id":43575271,"uuid":"507286234","full_name":"timelessnesses/Lavalinking","owner":"timelessnesses","description":"A lavalink music bot. (I think)","archived":false,"fork":false,"pushed_at":"2024-03-15T18:02:59.000Z","size":1077,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-03-15T19:26:51.224Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timelessnesses.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}},"created_at":"2022-06-25T10:57:56.000Z","updated_at":"2024-04-15T00:33:58.023Z","dependencies_parsed_at":"2023-08-23T20:22:23.070Z","dependency_job_id":"36e5079c-a581-4ded-b348-072482700b34","html_url":"https://github.com/timelessnesses/Lavalinking","commit_stats":null,"previous_names":["timelessnesses/lavalinking"],"tags_count":0,"template":false,"template_full_name":"timelessnesses/discord.py_bot_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2FLavalinking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2FLavalinking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2FLavalinking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2FLavalinking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timelessnesses","download_url":"https://codeload.github.com/timelessnesses/Lavalinking/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240009820,"owners_count":19733504,"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-11-08T17:26:12.849Z","updated_at":"2026-04-15T19:30:17.954Z","avatar_url":"https://github.com/timelessnesses.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lavalinking (REWRITE)\n\nA easy/configurable/lots of features for your need!  \nThis bot is designed to be stateless music bot (no database, no cache, no persistent data) so no needs for a database!\n\n## Status\n\n\u003e [!IMPORTANT]\n\u003e This project is now unmaintained with too many bugs, and I am kinda not interested in it anymore. The actual bot will also be shut down, thanks for using it.\n\n## How to host this???\n\n### Normal\n\n#### Requirement\n\n- Python 3.10 or higher\n- poetry (`pip install poetry`)\n- A lavalink server (either locally host it or find one [here](https://lavalink.darrennathanael.com/) or if you are lazy go ahead use `lavalink.api.timelessnesses.me` with port of 80 and password `youshallnotpass` and it's not ssl)\n\n#### Procedure\n\n1. Find your lavalink server [here](https://lavalink.darrennathanael.com/).\n\n2. You can either make your own .env file and fill out these\n\n```env\nMUSIC_TOKEN=bot token\nMUSIC_SPOTIFY_CLIENT_ID=spotify client id\nMUSIC_SPOTIFY_CLIENT_SECRET=spotify client secret\nMUSIC_LAVALINK_HOST=lavalink host (ip or domain)\nMUSIC_LAVALINK_PORT=lavalink port\nMUSIC_LAVALINK_PASSWORD=lavalink password\nMUSIC_LAVALINK_HTTPS=lavalink https (true or false)\nMUSIC_PREFIX=prefix\n```\n\n2.1 You can edit `config/config.py` to your own choice too\n\n```py\nfrom dotenv import load_dotenv\n\nload_dotenv()\nimport os\n\ntoken = \"Bot token\"\nprefix = \"bot prefix\"\nspotify_client_id = \"spotify client id\"  \nspotify_client_secret = \"spotify client secret\"\nlavalink_host = \"lavalink host (ip or domain)\"\nlavalink_port = \"lavalink port integer only\"\nlavalink_password = \"lavalink password\"\nlavalink_is_https = True or False based on if you use https or not\n```\n\n3. Do `make install`\n\n4. Do `make run`\n\n### Docker (BYO Image)\n\n1. Configure stuffs inside `config/config.py`\n2. Build image with `make build_image`\n3. Run with `docker run lavalinking_dev:latest` (Add `-d` flag for detaching from the console and run it in background)\n\n### Docker (GitHub Pre-built Image)\n\n1. Create `.env` file and configure stuff as same as one in [Step 2 Procedure](#procedure)\n2. Run `docker run --env-file=.env ghcr.io/timelessnesses/lavalinking:latest` (Add `-d` flag for detaching from the console and run it in background)\n\n### Docker (Lavalink server included)\n\n1. Clone the repository\n2. Create `.env` file and configure stuff as same as one in [Step 2 Procedure](#procedure)\n3. Run `docker compose up` (Add `-d` flag for detaching from the console and run it in background)\n\n## Features\n\n- [x] Using lavalink\n- [x] Spotify supports\n- [x] Youtube supports\n- [x] Soundcloud supports\n- [x] Music queue\n- [x] Music loop\n- [x] Skipping\n- [x] Volume control (up to 1000)\n- [x] Music search\n- [x] Live time update (Every 5 Seconds)\n- [x] Skip votes\n- [ ] Filters\n- [x] Loop queues\n- [x] Playing from file attachment and direct audio/video URL\n- [x] Assuring command argument have the appropiate type\n- [x] Slash command/Prefix command\n\n## Recommendations\n1. Please use this [lavalink jar file](https://github.com/davidffa/lavalink) for better results or find node that use this\n\n## status\nLavalinkable is now in stable status. Will work on issues that were posted\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimelessnesses%2Flavalinking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimelessnesses%2Flavalinking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimelessnesses%2Flavalinking/lists"}