{"id":20737934,"url":"https://github.com/tarranprior/disclone","last_synced_at":"2026-04-24T19:31:53.687Z","repository":{"id":45694560,"uuid":"502560164","full_name":"tarranprior/disclone","owner":"tarranprior","description":"Disclone is a self-host bot with rclone integration, gclone support, and Google Drive automation utilities for collaborative cloud storage management.","archived":false,"fork":false,"pushed_at":"2025-04-21T19:39:52.000Z","size":136,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-21T20:27:01.437Z","etag":null,"topics":[],"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/tarranprior.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":"2022-06-12T08:30:11.000Z","updated_at":"2025-04-21T19:39:55.000Z","dependencies_parsed_at":"2025-01-18T01:28:18.911Z","dependency_job_id":"20437150-10a7-4501-a33c-9b9d2e7702ab","html_url":"https://github.com/tarranprior/disclone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tarranprior/disclone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarranprior%2Fdisclone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarranprior%2Fdisclone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarranprior%2Fdisclone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarranprior%2Fdisclone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarranprior","download_url":"https://codeload.github.com/tarranprior/disclone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarranprior%2Fdisclone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32238305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":[],"created_at":"2024-11-17T06:16:02.322Z","updated_at":"2026-04-24T19:31:53.677Z","avatar_url":"https://github.com/tarranprior.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eDisclone\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/tarranprior/disclone/blob/main/assets/disclone.png\" width=\"600\" /\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eDisclone is a self-host bot which uses Rclone/Gclone integration for collaborative Google Drive automation.\u003c/p\u003e\n\u003cp align=\"center\"\u003eNote: This project is still in early development.\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![GitHub License](https://img.shields.io/github/license/tarranprior/disclone)\n![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/tarranprior/disclone)\n![GitHub repo size](https://img.shields.io/github/repo-size/tarranprior/disclone)\n![GitHub forks](https://img.shields.io/github/forks/tarranprior/disclone)\n![GitHub Repo stars](https://img.shields.io/github/stars/tarranprior/disclone)\n![GitHub watchers](https://img.shields.io/github/watchers/tarranprior/disclone)\n\n\u003c/div\u003e\n\n## Introduction\nFor cloning all the things!\n\nGclone is a modded version of Rclone, a command-line program to manage files on cloud storage, and allows users to bypass [Google Drive](https://www.google.co.uk/drive/)'s daily data transfer limits by utilising and cycling through hundreds of Google service accounts.\n\nDisclone brings this to [Discord](https://discord.com/) with slash integration, and allows for easy and collaborative management, combining all of Google Drive features and more, into an AIO (all-in-one) and easy-to-use tool.\n\nBy default, this tool will generate x 100 service accounts, which is equal to approx. 75TB of daily quota.\n\n## Disclaimer\nThis tool was made for educational purposes.\n\n## Features\n- [ ] Rclone Utilities:\n    - [X] `/remotes`: Lists all existing remotes\n    - [ ] `/new`: Creates a new Google Drive remote\n    - [ ] `/mkdir`: Creates a new directory if it doesn't already exist\n\n- [ ] Gclone Utilities:\n    - [X] `/copy`: Copies all files from source to destination (skipping identical files)\n    - [ ] `/move`: Moves all files from source to destination\n    - [ ] `/sync`: Syncs all files from source to destination\n    - [ ] `/md5`: Produces MD5 file hashes for all files in a directory\n    - [ ] `/empty`: Empties all files in a directory\n    - [ ] `/dedupe`: Removes duplicate files in a directory\n    - [ ] `/clean`: Removes any empty directories\n    - [ ] `/rmdir`: Removes a directory (and all files inside)\n\n## Prerequisites\n- Python 3.8 +\n- [Poetry](https://python-poetry.org/docs) (or the [pip](https://pypi.org/project/pip/) package management tool).\n- Service accounts (for Google Drive).\n- `rclone.exe` and `gclone.exe` executable files.\n\n## Tools\n- [Disnake API Wrapper](https://github.com/DisnakeDev/disnake)\n- [Rclone](https://rclone.org/)\n- [Google Drive API](https://developers.google.com/drive/api)\n- [Gclone](https://github.com/donwa/gclone)\n\n## Installation\nPreferably, you should use Poetry to run this bot for local development:\n\n1. Clone the repository. `git clone https://github.com/tarranprior/disclone.git`\n\n2. Navigate to the project folder. `cd disclone`\n\n3. Install the dependencies:\n   ```s\n   poetry install\n   ```\n   Alternatively, you can install the dependencies using pip:\n   ```s\n   pip install -r requirements.txt\n   ```\n\n## Configuration\nUpdate the values in .env.EXAMPLE and rename to .env.\n```s\nBOT_TOKEN='YOUR_BOT_TOKEN'\nBOT_OWNER='YOUR_USER_ID'\n```\n\n## Usage\n\n## Support\nIf you have any questions about this project, please submit an issue [here](https://github.com/tarranprior/disclone/issues).\u003cbr/\u003e\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/tarranprior/disclone/blob/main/LICENSE) file for details.\n\n## References\n- Disnake Docs https://docs.disnake.dev/en/latest/index.html\n- Discord Developer Applications https://discord.com/developers/applications\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarranprior%2Fdisclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarranprior%2Fdisclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarranprior%2Fdisclone/lists"}