{"id":28515143,"url":"https://github.com/axelrothe/wranglebot","last_synced_at":"2025-10-14T21:08:11.865Z","repository":{"id":65780847,"uuid":"463099156","full_name":"AxelRothe/wranglebot","owner":"AxelRothe","description":"Open-Source Media Asset Management App","archived":false,"fork":false,"pushed_at":"2025-01-17T19:36:45.000Z","size":25308,"stargazers_count":30,"open_issues_count":0,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-09T02:46:06.460Z","etag":null,"topics":["artificial-intelligence","cloud","decentralized","macos","mam","media-asset-management","nodejs","sync"],"latest_commit_sha":null,"homepage":"https://wranglebot.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AxelRothe.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}},"created_at":"2022-02-24T10:11:21.000Z","updated_at":"2025-04-23T09:59:49.000Z","dependencies_parsed_at":"2023-04-04T14:02:51.731Z","dependency_job_id":"aeb13c8e-ab73-46f4-be3d-f3ecfd131db4","html_url":"https://github.com/AxelRothe/wranglebot","commit_stats":{"total_commits":69,"total_committers":1,"mean_commits":69.0,"dds":0.0,"last_synced_commit":"1f56bd797001d867828fb8c5a580703dad3d18c5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AxelRothe/wranglebot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxelRothe%2Fwranglebot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxelRothe%2Fwranglebot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxelRothe%2Fwranglebot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxelRothe%2Fwranglebot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AxelRothe","download_url":"https://codeload.github.com/AxelRothe/wranglebot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxelRothe%2Fwranglebot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263718250,"owners_count":23500799,"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":["artificial-intelligence","cloud","decentralized","macos","mam","media-asset-management","nodejs","sync"],"created_at":"2025-06-09T02:38:14.766Z","updated_at":"2025-10-14T21:08:06.845Z","avatar_url":"https://github.com/AxelRothe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![wranglebot-logo](https://wranglebot.io/assets/images/logo.png)\n\n# WrangleBot - Media Asset Management Platform\n\n![GitHub last commit](https://img.shields.io/github/last-commit/AxelRothe/wranglebot)\n![GitHub package.json version](https://img.shields.io/github/package-json/v/AxelRothe/wranglebot)\n![GitHub repo size](https://img.shields.io/github/repo-size/AxelRothe/wranglebot)\n![Platforms](https://img.shields.io/badge/platforms-macos%20linux-blue)\n![Discord](https://img.shields.io/discord/1070819210265104434?logo=discord\u0026logoColor=blue)\n\n---\n\nWrangleBot is an open source media asset management platform engine.\n\n---\n\n## 🧰 Features\n\nWrangleBot offers a variety of features to make asset management easier and more efficient:\n\n- Ingest: Copy \u0026 Verify\n  - ingest entire volumes or individual folders to your media libraries\n  - auto scan, extract meta data, generate unique hash using xxHash algorithms\n  - extract thumbnails from video footage for cloud preview\n- Manage Metadata\n  - edit and view metadata in advanced meta data editor\n  - extract and scrub through thumbnails\n- Library Management\n  - create bins to manage media into categories and tags\n  - import new files from \"watched\" bins\n  - app automatically relocates and connects to storage devices\n- Export and Transcode\n  - transcode media to ProRes, H264 and DNxHD up to 4K\n  - export with LUTs\n- Open Source\n  - open NodeJS engine and browser client\n  - written in NodeJS with Typescript\n  - Javascript API, that uses chained commands and is easy to use without knowledge of the underlying code\n  - fully controllable via REST API\n  - currently supports both Intel x64 and AMD64, as well as Apple Silicon\n\n--- \n\n## Dependencies\n\nTo build WrangleBot, you will need to have [Node.js](https://nodejs.org/en/) installed on your computer.\nWrangleBot requires Python \u003e=3.12 for node-gyp to compile binaries for the node modules.\n\nYou may need to use the `--python` flag when installing the package:\n```bash\nnpm i --python=python3.12\n```\nReplace the version number of Python with the version you have installed on your system, i.e. 3.13\n\n## 📦 Install as Package\n\n```bash\nnpm install wranglebot\n```\n\n## 📦 Install for Development\n\n```bash\nnpm install\n```\n\nAfter that, run `npm run build` to build the application.\n\n## Getting Started\n\n### Testing\n\nClone this repository and run `npm install` to install the dependencies.\n\nThe folder `test` contains a test environment that can be used to boot up an instance of WrangleBot.\n\n⚠️ You will require a `.env` to run the test environment:\n\n```dotenv\nAPP_DATA_LOCATION=\"\u003cYOUR_APP_DATA_LOCATION\u003e\" # choose your app data location, i.e. \"/Users/username/.wranglebot\"\nLOCAL_DATABASE_TOKEN=\"\u003cYOUR_DATABASE\u003e\" # choose your database token to connect to the database, i.e. \"my_database\"\nSERVER_PORT=\"3200\" # choose your server port, i.e. \"3200\"\nDEBUG_NOTIFICATIONS=\"false\" #show notifications in console (true/false)\n\n# Optional, required to use the email notfications and password reset functions\nSMTP_HOST=\"\u003cYOUR_EMAIL_HOST\u003e\"\nSMTP_PORT=\"\u003cYOUR_EMAIL_SMTP_PORT\u003e\" # 465 for SSL, 587 for TLS\nSMTP_USER=\"\u003cYOUR_EMAIL_USERNAME\u003e\"\nSMTP_PASS=\"\u003cYOUR_EMAIL_PASS\u003e\"\n```\n\nRun `npm run test` to run the test environment.\n\n### Starting WrangleBot\n\nTo use WrangleBot in your own package, install with `npm install wranglebot` and use the `.open()` method:\n\n```typescript\nimport wranglebot from \"wranglebot\"\n\nwranglebot.open({\n  app_data_location: \"\u003cAPP_DATA_LOCATION\u003e\",\n  vault: {\n    token: \"\u003cLOCAL_DATABASE_TOKEN\u003e\"\n  },\n  port: \"\u003cSERVER_PORT\u003e\",\n  //optional\n  mail: {\n    host: \"\u003cSMTP_HOST\u003e\",\n    port: \"\u003cSMTP_PORT\u003e\",\n    auth: {\n      user: \"\u003cSMTP_USER\u003e\",\n      pass: \"\u003cSMTP_PASS\u003e\",\n    },\n  },\n})\n```\n\n### Default Login\n\nThe default login is `admin` with the password `admin`.\n\n## Documentation\n\n### 📑 REST API Documentation\n\n[(Postman) REST API with Examples](https://documenter.getpostman.com/view/26212996/2s93JtQPKd)\n\n### 📑 NodeJS Documentation\n\n[(GitBook) NodeJS API \u0026 Model Documentation](https://van-rothe.gitbook.io/wranglebot-nodejs-documentation/)\n\n## 💬 Discord\n\nJoin our [Discord](https://discord.gg/p3Rmhagvkm) for live support.\n\n## 👥 Contributing\n\nWe welcome contributions to WrangleBot! Please join us on our Discord to discuss how you can help. We are always looking for new contributors to help us build the best media asset management tool possible and want to make it as easy as possible for you to get involved.\n\n---\n\n## 📜 License\n\nWrangleBot is released under the GPL-3.0 License. For more information, please view the license. You must publish all changes and modifications to the source code under the same license. We encourage you to contribute to the project and make it better for everyone.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelrothe%2Fwranglebot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxelrothe%2Fwranglebot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelrothe%2Fwranglebot/lists"}