{"id":28927985,"url":"https://github.com/sojijr/threadimage-api","last_synced_at":"2026-04-24T11:36:51.889Z","repository":{"id":300287388,"uuid":"1000328408","full_name":"sojijr/threadimage-api","owner":"sojijr","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-20T20:42:19.000Z","size":111,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-20T21:42:45.198Z","etag":null,"topics":["laravel","threads-app"],"latest_commit_sha":null,"homepage":"https://threadimage-api.laravel.cloud","language":"PHP","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/sojijr.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-11T15:55:07.000Z","updated_at":"2025-06-20T20:42:22.000Z","dependencies_parsed_at":"2025-06-20T21:42:47.037Z","dependency_job_id":"6e9e3ac4-3b69-4c7c-a549-ccceaf1bfb62","html_url":"https://github.com/sojijr/threadimage-api","commit_stats":null,"previous_names":["sojijr/threadimage-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sojijr/threadimage-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sojijr%2Fthreadimage-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sojijr%2Fthreadimage-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sojijr%2Fthreadimage-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sojijr%2Fthreadimage-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sojijr","download_url":"https://codeload.github.com/sojijr/threadimage-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sojijr%2Fthreadimage-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261304264,"owners_count":23138302,"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":["laravel","threads-app"],"created_at":"2025-06-22T14:11:32.759Z","updated_at":"2026-04-24T11:36:51.884Z","avatar_url":"https://github.com/sojijr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ThreadImage API\n\n## Overview\n\nThreadImage API is a Laravel-based REST API designed to process and extract contents from Threads posts and profiles. (Formerly - [Threadimage](https://github.com/sojijr/threadimage))\n\n## Features\n\n- Extract Threads post content and images\n- Extract profile information and image\n\n## Live Site\n\n[Threadimage API](https://threadimage-api.laravel.cloud)\n\n## Installation\n\n### Prerequisites\n\nBefore installing ThreadImage API, ensure you have the following installed on your system:\n\n- **PHP 8.2 or higher**\n- **Composer** (PHP dependency manager)\n- **SQLite** (or your preferred database)\n- **Git** (for cloning the repository)\n\n### Setup\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/sojijr/threadimage-api\n   cd threadimage-api\n   ```\n\n2. **Install PHP dependencies**\n   ```bash\n   composer install\n   ```\n\n3. **Environment configuration**\n   ```bash\n   cp .env.example .env\n   php artisan key:generate\n   ```\n\n4. **Database setup**\n   ```bash\n   php artisan migrate\n   ```\n\n5. **Start the development server**\n   ```bash\n   php artisan serve\n   ```\n\nThe API will be available at `http://localhost:8000`\n\n## API Endpoints\n\n- `POST /api/threads-post` - Extract Threads post content and images\n- `POST /api/threads-profile` - Extract profile information and image\n\n## API Documentation\n\nVisit `/api/documentation` when the server is running to view the interactive API documentation powered by Swagger.\n\n## Contributing\n\nContributions are welcome to ThreadImage API!\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsojijr%2Fthreadimage-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsojijr%2Fthreadimage-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsojijr%2Fthreadimage-api/lists"}