{"id":15308899,"url":"https://github.com/amolkumargupta/websnapper","last_synced_at":"2025-07-19T08:08:43.943Z","repository":{"id":198938629,"uuid":"701830999","full_name":"AmolKumarGupta/Websnapper","owner":"AmolKumarGupta","description":"Websnapper is a SaaS project that enables screen recording, making videos sharable to anyone.","archived":false,"fork":false,"pushed_at":"2024-10-11T21:06:37.000Z","size":784,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T08:11:35.658Z","etag":null,"topics":["docker","inertia","laravel","react","saas","screen-recorder"],"latest_commit_sha":null,"homepage":"","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/AmolKumarGupta.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2023-10-07T17:26:01.000Z","updated_at":"2024-10-11T21:06:39.000Z","dependencies_parsed_at":"2023-11-17T19:33:45.908Z","dependency_job_id":"17fbd4f9-9cf7-44a7-899a-90834693b827","html_url":"https://github.com/AmolKumarGupta/Websnapper","commit_stats":null,"previous_names":["amolkumargupta/websnapper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AmolKumarGupta/Websnapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmolKumarGupta%2FWebsnapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmolKumarGupta%2FWebsnapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmolKumarGupta%2FWebsnapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmolKumarGupta%2FWebsnapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmolKumarGupta","download_url":"https://codeload.github.com/AmolKumarGupta/Websnapper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmolKumarGupta%2FWebsnapper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265904328,"owners_count":23846674,"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":["docker","inertia","laravel","react","saas","screen-recorder"],"created_at":"2024-10-01T08:18:54.916Z","updated_at":"2025-07-19T08:08:43.917Z","avatar_url":"https://github.com/AmolKumarGupta.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Websnapper\nWebsnapper is a SaaS (Software as a Service) project aimed at enabling screen recording and sharing videos with ease.\n\n\n\u003cdiv align=\"center\" style=\"display:flex; gap: 1rem;\"\u003e\n    \u003cimg src=\"https://github.com/AmolKumarGupta/Websnapper/assets/88397611/37efe3f7-4f67-4797-a7c3-c0206a6d7f16\" alt=\"welcome-page\" width=\"400\" \u003e\n\u003c/div\u003e\n\n\n## Features\n- Screen Recording\n- Google Drive Integration\n- Stripe Integration\n- Docker Support\n\n## Installation\n\n\u003e Here is the installation steps with [Docker](./docs/installation-docker.md)\n\nclone the repository from gitub\n```\ngit clone https://github.com/AmolKumarGupta/Websnapper.git\n```\n\ninstall composer packages \n\n```\ncomposer install\n```\n\ninstall npm packages \n\n```\nnpm install\n```\n\n[Install FFmpeg](https://ffmpeg.org/download.html) which is used by `php-ffmpeg/php-ffmpeg` for creating thumbnails etc\n\ncopy `.env.example` to `.env` and setup your database.\nif APP_KEY is not preset then generate it\n```\nphp artisan key:generate --ansi\n```\n\nrun migrations\n```\nphp artisan migrate\n```\n\nseed database\n```\nphp artisan db:seed\n```\n\nlink storage for thumbnails\n```\nphp artisan storage:link\n```\n\nbuild assets\n\n```\nnpm run build\n```\n\nfor development, use \n\n```\nnpm run dev\n```\n\nstart server\n```\nphp artisan serve\n```\n\n\u003e Also Follow the Step [Telescope Local Only](https://laravel.com/docs/10.x/telescope#local-only-installation)\n\n\n## Warning\nthere may be a chance that videos are not being uploaded, it can be fixed with php.ini\n```\nupload_max_filesize=100M\npost_max_size=105M\n```\n\n## Testing\nWe are using phpunit for testing, we prefer to use `.env.testing` rather than `.env` file\n```\nphp artisan test\n```\n\n\u003e Tips: do ```php artisan schema:dump``` to boost migration before running tests.\n\n\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE.md ) file for details.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famolkumargupta%2Fwebsnapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famolkumargupta%2Fwebsnapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famolkumargupta%2Fwebsnapper/lists"}