{"id":15558133,"url":"https://github.com/bluette1/web-images-scraper-api","last_synced_at":"2026-04-17T06:03:09.289Z","repository":{"id":220852262,"uuid":"720441980","full_name":"Bluette1/web-images-scraper-api","owner":"Bluette1","description":"Backend for the waller-photo-slideshow (https://github.com/Bluette1/waller-photo-slideshow) app.","archived":false,"fork":false,"pushed_at":"2024-08-28T16:53:57.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-10-30T10:45:45.526Z","etag":null,"topics":["chromedriver","rails","redis-cache","ruby","sidekiq","sidekiq-cron"],"latest_commit_sha":null,"homepage":"https://web-images-scraper-api-site-fc7f0d9b2e26.herokuapp.com/","language":"Ruby","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/Bluette1.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-18T13:57:13.000Z","updated_at":"2024-08-28T16:52:43.000Z","dependencies_parsed_at":"2024-12-09T01:25:02.858Z","dependency_job_id":"dafe5cd2-bca6-4b6f-b52a-a47a5b2b3732","html_url":"https://github.com/Bluette1/web-images-scraper-api","commit_stats":null,"previous_names":["bluette1/web-images-scraper-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bluette1/web-images-scraper-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bluette1%2Fweb-images-scraper-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bluette1%2Fweb-images-scraper-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bluette1%2Fweb-images-scraper-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bluette1%2Fweb-images-scraper-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bluette1","download_url":"https://codeload.github.com/Bluette1/web-images-scraper-api/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bluette1%2Fweb-images-scraper-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31917372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","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":["chromedriver","rails","redis-cache","ruby","sidekiq","sidekiq-cron"],"created_at":"2024-10-02T15:22:21.790Z","updated_at":"2026-04-17T06:03:09.263Z","avatar_url":"https://github.com/Bluette1.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-images-scraper-api\n\n## Built With\n- Ruby version 3.1.4\n- Rails version 6\n- Redis Cache\n- Selenium Chrome Driver\n- SideKiq\n\n## Description\n- Backend for the [ waller-photo-slideshow](https://github.com/Bluette1/waller-photo-slideshow) app.\n\n## Live Demo\n[Live Demo](https://web-images-scraper-api-site-fc7f0d9b2e26.herokuapp.com/)\n\n### Run instructions \n- Make sure Redis is running, if not type the following commands in the terminal to start the Redis server\n\n`\n    redis-server --daemonize yes\n`\n-  You can clone the GitHub repo and run the app locally \n    ```\n    bundle install\n    rails server\n    ```\n\n### How to use the site\nMake sure the server is running\n- Go to http://localhost:3000/ in your web browser\n\n\n- Follow the links on the [waller-photo-slideshow](https://waller-photo-slideshow.netlify.app) to access the available features.\n\n\n### Setting up env variables\n - Set access keys/credentials locally according to the `.env_example` file.\n\n## Deployment\n- You can deploy on [Heroku](https://devcenter.heroku.com/categories/ruby-support).\n   - Make sure you run the following in the terminal for the build:\n        ```\n        heroku buildpacks:set heroku/ruby\n        heroku buildpacks:add heroku/chromedriver\n        heroku buildpacks:add heroku/google-chrome\n        ```\n    to add the required buildpacks.\n\n  - Also remember to scale your dyno formation from the Heroku CLI with the ps:scale command:\n`heroku ps:scale worker=1`\n## Authors\n\n👤 **Marylene Sawyer**\n- Github: [@Bluette1](https://github.com/Bluette1)\n- Twitter: [@MaryleneSawyer](https://twitter.com/MaryleneSawyer)\n- Linkedin: [Marylene Sawyer](https://www.linkedin.com/in/marylene-sawyer)\n\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/Bluette1/web-images-scraper-api/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## 📝 License\n\nThis project is [MIT](https://opensource.org/licenses/MIT) licensed.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluette1%2Fweb-images-scraper-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluette1%2Fweb-images-scraper-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluette1%2Fweb-images-scraper-api/lists"}