{"id":17997602,"url":"https://github.com/danielhe4rt/disco-the-ripper","last_synced_at":"2025-10-20T02:32:30.948Z","repository":{"id":44861300,"uuid":"387033473","full_name":"danielhe4rt/disco-the-ripper","owner":"danielhe4rt","description":"PHP Discord Webcrawler to log all messages from a Discord Chat.","archived":false,"fork":false,"pushed_at":"2022-01-21T20:34:51.000Z","size":565,"stargazers_count":46,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-28T07:51:34.811Z","etag":null,"topics":["discord","discord-bot","laravel","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielhe4rt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-17T20:42:39.000Z","updated_at":"2024-10-04T18:50:08.000Z","dependencies_parsed_at":"2022-07-20T04:47:18.676Z","dependency_job_id":null,"html_url":"https://github.com/danielhe4rt/disco-the-ripper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danielhe4rt/disco-the-ripper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielhe4rt%2Fdisco-the-ripper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielhe4rt%2Fdisco-the-ripper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielhe4rt%2Fdisco-the-ripper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielhe4rt%2Fdisco-the-ripper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielhe4rt","download_url":"https://codeload.github.com/danielhe4rt/disco-the-ripper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielhe4rt%2Fdisco-the-ripper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273708434,"owners_count":25153726,"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-09-05T02:00:09.113Z","response_time":402,"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":["discord","discord-bot","laravel","php"],"created_at":"2024-10-29T21:19:55.976Z","updated_at":"2025-10-20T02:32:25.888Z","avatar_url":"https://github.com/danielhe4rt.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/danielhe4rt/disco-the-ripper\" target=\"_blank\"\u003e\n    \u003cimg src=\".github/logo.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Disco the Ripper\n\nDisco the Ripper was created to rip all messages from a Discord specific channel into JSON via CLI and help people to investigate \nsome servers who has awkward channels before they get deleted. \n\nThis project was designed with [Laravel Zero](https://laravel-zero.com).\n\n## Installation\n\n### 1. Install the dependencies\n\nUse the package manager [composer](https://getcomposer.org) to install Disco the Ripper.\n\nGo to the project folder after install Composer and run the command below:\n```bash\ncomposer install\n```\n\n### 2. Setup your credentials\n\n#### Authorization Token\n\nAfter everything get installed you should create or make copy the `.env.example` and rename it to `.env`.\n\nThe env file should contain one key called `AUTHORIZATION` and you should assign his value with your **Discord Web Authorization Token**.\nTo get this token, open your Discord App or on the Browser and open the Inspection Page.\n\n- To open Inspection Tab on Discord press `CTRL + SHIFT + I`\n- To open Inspection Tab on Browser, Press F12\n\nThere you will click on `Network` tab and filter all `XHR` requests:\n\n![network tab](.github/firstStep.png)\n\nAfter that you will select any request (red square) to get the Authorization Header:\n\n![network tab](.github/secondStep.png)\n\nIf you got your Authorization Token, put it on your `.env` file and you should see something like:\n\n#### User ID\n\nGo to your Discord Settings and enable the **Developer Mode**.\n![img.png](.github/thirdStep.png)\n\nAfter that, send any message in any chat on your Discord account and click with the Right button and select the **Copy ID* option.\n\n![img.png](.github/fourthStep.png)\n\nIf you paste (CTRL + V) some numbers should appears and should be like: **866058219859214336**.\n\nYour env should have this two tokens to run the project.\n\n```dotenv\nUSER_ID=866058219859214336\nAUTHORIZATION=\"ODY2MDU4MjE5ODU5MjE0MzM2.xxxxx.6fazt4YSRCQ6vlWMJwEY7pO5hUM\"\n```\n\n## Usage\n\nTo start the project, run the command below and select which server/channel you want to retrieve.\n\n```bash\nphp artisan ripper:start\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielhe4rt%2Fdisco-the-ripper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielhe4rt%2Fdisco-the-ripper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielhe4rt%2Fdisco-the-ripper/lists"}