paulmaunders / delivery-slot-bot

A puppeteer based bot to monitor supermarket online delivery slots.
MIT License
54 stars 27 forks source link

[Solved] Install / launch in FreeBSD #69

Closed davidone closed 4 years ago

davidone commented 4 years ago

FreeBSD isn't officially supported by puppeteer so here is what I did to have this project (so helpful right now) running on FreeBSD:

Tested with:

andytson commented 4 years ago

just: config.ini: browser_executable_path = /usr/local/bin/chrome

davidone commented 4 years ago

The reason was that puppeteer-utils.js couldn't access the config vars but I see that this has been fixed in https://github.com/paulmaunders/delivery-slot-bot/pull/70, really thanks.