This tool lets you parse Facebook pages to track their events. This is very useful for both terminal nerds as well as for people who just don't have a Facebook account but still want to keep track of upcoming events.
This project runs Puppeteer behind the scenes. It is not the best way to do this, but getting access to this API means I would need to set up a company, so that was the second-best way to do it.
This app lets you declare which pages to track and get upcoming, recurring and past events.
- Install dependancies using
yarn
- Run
yarn start
- Open
~/.bashrc
or~/.zshrc
- Add
alias facebook-event-tracker='node {WHERE YOU INSTALLED THE APP}/facebook-event-tracker/cli.js'
in your alias section - Refresh your settings by running source
~/.bashrc
or source~/.zshrc
- Run
facebook-event-tracker
Brought to you by Armitage and made with ❤️ in beautiful Montreal