Skip to content

jay3126/scraping_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

App requirements:

  • ruby 2.2.2

  • rails 4.2.2

  • twitter-bootstrap for CSS to make the web pages look pretty.

Preparing the app for first use:

  • git clone [email protected]:jay3126/scraping_project.git

  • cd scraping_project

  • bundle install

  • rake db:create

  • rake db:migrate

  • rake db:seed

  • rails c for testing on console

Steps to test the application from rails console:

  • rails c

  • For sending business enquiry - BusinessEnquiry.send_business_enquiry

  • For fetching the emails - BusinessEnquiry.fetch_email(date, user_name, user_password) where user_name & user_password will be for the email address using which the enquiry was send.

  • To download the data - BusinessEnquiry.download_enquiry_data

Steps to test the application using rake task:

If you have any questions, then you can mail me at [email protected]

About

Scrape website's data using Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published