{"id":18338099,"url":"https://github.com/gr1d99-ke/simple_links_scraper","last_synced_at":"2026-05-04T05:33:07.283Z","repository":{"id":39693704,"uuid":"220942392","full_name":"gr1d99-ke/simple_links_scraper","owner":"gr1d99-ke","description":"Extract links from any web application","archived":false,"fork":false,"pushed_at":"2023-01-19T15:48:02.000Z","size":182,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-04-09T20:19:39.437Z","etag":null,"topics":["learning-by-doing","ruby","ruby-on-rails","scraper"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/gr1d99-ke.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}},"created_at":"2019-11-11T09:12:09.000Z","updated_at":"2020-06-18T01:09:08.000Z","dependencies_parsed_at":"2023-02-11T07:45:30.130Z","dependency_job_id":null,"html_url":"https://github.com/gr1d99-ke/simple_links_scraper","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr1d99-ke%2Fsimple_links_scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr1d99-ke%2Fsimple_links_scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr1d99-ke%2Fsimple_links_scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr1d99-ke%2Fsimple_links_scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gr1d99-ke","download_url":"https://codeload.github.com/gr1d99-ke/simple_links_scraper/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103908,"owners_count":21048246,"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":["learning-by-doing","ruby","ruby-on-rails","scraper"],"created_at":"2024-11-05T20:13:11.914Z","updated_at":"2026-05-04T05:33:02.264Z","avatar_url":"https://github.com/gr1d99-ke.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![HitCount](http://hits.dwyl.io/gr1d99/my-scraper.svg)](http://hits.dwyl.io/gr1d99/my-scraper)\n\n# simple_links_scraper\n\nIs a simple Ruby on Rail web application that attempts to extract all links in any given web application __(except web apps that require javascript)__.\nThe application only extracts links of the given url, this means it will not follow identified links that it finds.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine\n### Prerequisites\n\nWhat things you need to install the software and how to install them\n\n- Ruby-v2.5.1p57\n- Rails-v5.2.1\n- Postgresql\n\n### Installing\n\nA step by step series of examples that tell you how to get a development env running\n\n1. Clone this repo\n2. `cd` to `my-scraper` directory\n3. Install dependencies `bundle install`\n4. Setup figaro `figaro install`\n5. Setup some environment variables in _config/application.yml_ file\n   ```bash\n   DOMAIN: [your-domain]\n   SMTP_USER_NAME: [your gmail address]\n   SMTP_PASSWORD: [your gmail password]\n   ```\n   __NB: replace everything that is inside []__\n6. Prepare database `rake db:setup`\n7. Migrate database `rake db:migrate`\n8. Start sidekiq `bundle exec sidekiq -q default -q mailers`\n9. Start development server `rails s` :sunglasses:\n\n### Docker Folks\n1. Install [docker-compose](https://docs.docker.com/compose/install/)\n2. Run `docker-compose build`\n3. Create Database `docker-compose run app bundle rake db:create`\n4. Run migrations `docker-compose run app bundle exec rake db:migrate`\n5. Start your app `docker-compose up`\n6. Visit [http://localhost:3000](http://localhost:3000)\n\n## Running the tests\n\n`bundle exec rspec`\n\n## Built With\n\n* [Ruby](https://www.ruby-lang.org/en/) - The programming language\n* [Rails](https://rubyonrails.org/) - Web framework\n* [Postgres](https://www.postgresql.org/) - Database\n* [Sidekiq](https://sidekiq.org/) - For background jobs\n* [Faraday](https://github.com/lostisland/faraday) - For external HTTP requests\n* [Redis](https://redis.io/) - Fast data store\n\n## Authors\n\n* **Gideon Kimutai**\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgr1d99-ke%2Fsimple_links_scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgr1d99-ke%2Fsimple_links_scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgr1d99-ke%2Fsimple_links_scraper/lists"}