Skip to content

Instantly share code, notes, and snippets.

@WanjohiWanjohi
Last active September 19, 2022 19:42
Show Gist options
  • Save WanjohiWanjohi/b23b56a47f193efeb4d91fdfb0376708 to your computer and use it in GitHub Desktop.
Save WanjohiWanjohi/b23b56a47f193efeb4d91fdfb0376708 to your computer and use it in GitHub Desktop.
.
└── scrapers/
├── app/
│ ├── controllers/
│ │ ├── products_controller.rb
│ │ ├── registry_controller.rb
│ │ └── user_controller.rb
│ └── models/
│ ├── product.rb
│ ├── product_detail.rb
│ ├── registry_item.rb
│ ├── registry.rb
│ └── user.rb
├── lib /
│ ├── jumia.rb
│ ├── kilimall.rb
│ └── skygraden.rb
├── db/
│ ├── migrate/
│ │ └── ...
│ └── schema.rb
├── config/
│ ├── database.yml
│ └── environment.rb
├── Rakefile
├── Procfile
└── config.ru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment