{"id":28906855,"url":"https://github.com/0x6dd8/warframe-paster","last_synced_at":"2025-10-10T10:34:21.595Z","repository":{"id":300235134,"uuid":"1005623431","full_name":"0x6DD8/warframe-paster","owner":"0x6DD8","description":"fix annoying Ctrl + V warframe bug","archived":false,"fork":false,"pushed_at":"2025-06-20T14:53:37.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-20T15:36:06.444Z","etag":null,"topics":["golang","warframe"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x6DD8.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,"zenodo":null}},"created_at":"2025-06-20T14:27:00.000Z","updated_at":"2025-06-20T14:40:05.000Z","dependencies_parsed_at":"2025-06-20T15:37:36.882Z","dependency_job_id":"1792d59f-cea2-4cd4-ad3b-7de328a63acd","html_url":"https://github.com/0x6DD8/warframe-paster","commit_stats":null,"previous_names":["0x6dd8/warframe-paster"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/0x6DD8/warframe-paster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x6DD8%2Fwarframe-paster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x6DD8%2Fwarframe-paster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x6DD8%2Fwarframe-paster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x6DD8%2Fwarframe-paster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x6DD8","download_url":"https://codeload.github.com/0x6DD8/warframe-paster/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x6DD8%2Fwarframe-paster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003544,"owners_count":26083595,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["golang","warframe"],"created_at":"2025-06-21T15:10:17.607Z","updated_at":"2025-10-10T10:34:21.590Z","avatar_url":"https://github.com/0x6DD8.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Warframe Paster\n\nA utility program that enables clipboard pasting in Warframe using a custom keyboard shortcut (Alt + V), solving the issue where Ctrl + V doesn't work in the game.\n\n## Why?\nWarframe \"sometimes\" doesn't support the standard Ctrl + V clipboard paste, so it makes copying \"/w\" messages from warframe.market annoying\n\n## IMPORTNANT\n**⚠️ WARNING: Use at your own risk. Digital Extremes (Warframe developers) may consider automated input programs as third-party tools that could result in account penalties or bans. This tool simulates keyboard input and may be detected by anti-cheat systems. Use responsibly and be aware of the potential consequences.**\n\n## Installation\n\n### Prerequisites\n\n- Go 1.24.0 or higher\n\n### Building from Source\n\n1. Clone or download the repository\n2. Install dependencies:\n   ```bash\n   go mod download\n   ```\n\n### Build Options\n\n#### Build for current platform:\n```bash\ngo build -o warframe-paster .\n```\n\n#### Build for all platforms:\n```bash\nmake all\n```\n\n#### Build for specific platforms:\n```bash\n# Linux\nmake build-linux\n\n# Windows\nmake build-windows\n```\n\n#### Linux Installation (system-wide):\n```bash\nmake install-linux\n```\n\n#### Linux Uninstallation:\n```bash\nmake uninstall-linux\n```\n\n## Usage\n\n1. Run the program\n4. In Warframe (or any application), press **Alt + V** to paste the clipboard content\n5. The program will automatically type the clipboard content for you\n\n## Configuration\n\nYou can modify the following constants in [warframe-paster.go](warframe-paster.go):\n\n- `PASTE_SHORTCUT`: Change the keyboard shortcut (default: `[\"alt\", \"v\"]`)\n- `PASTE_CONTENT_LIMIT`: Maximum characters to paste (default: `300`)\n- `PASTE_TIMEOUT`: Delay between characters in milliseconds (default: `50`)\n\n## Dependencies\n\n- [github.com/go-vgo/robotgo](https://github.com/go-vgo/robotgo) - For simulating keyboard input\n- [github.com/robotn/gohook](https://github.com/robotn/gohook) - For global hotkey detection\n- [golang.design/x/clipboard](https://golang.design/x/clipboard) - For clipboard access\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x6dd8%2Fwarframe-paster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x6dd8%2Fwarframe-paster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x6dd8%2Fwarframe-paster/lists"}