Skip to content

avispatech/heroku-integrated-firefox-geckodriver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-integrated-firefox-geckodriver

Build Status Requirements Status License: MIT

This buildpack installs Firefox alongwith mozilla/geckodriver (the Selenium driver for Firefox) in a Heroku slug.

Usage:

Example usage:

$ heroku create --buildpack https://github.com/ronnielivingsince1994/heroku-integrated-firefox-geckodriver

# or if your app is already created:
$ heroku buildpacks:add https://github.com/ronnielivingsince1994/heroku-integrated-firefox-geckodriver

$ git push heroku master

Configurations:

Updating config vars on Heroku CLI:

FIREFOX_BIN:      /app/vendor/firefox/firefox

GECKODRIVER_PATH: /app/vendor/geckodriver/geckodriver

LD_LIBRARY_PATH:  /usr/local/lib:/usr/lib:/lib:/app/vendor

PATH:             /usr/local/bin:/usr/bin:/bin:/app/vendor/

Go ahead and scrape the universe. Drop a star if you like this small project!

About

This buildpack installs Firefox alongwith mozilla/geckodriver (the Selenium driver for Firefox) in a Heroku slug.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%