facebook_event_tracker
v1.0.2
Published
A CLI tool that enables you to track a FB Page's events without needing a Facebook account
Downloads
1
Readme
Facebook-event-tracker
What is it
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.
How is it built
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.
Key features
This app lets you declare which pages to track and get upcoming, recurring and past events.
How to use
- Install dependancies using
yarn
- Run
yarn start
Create a permanant shortcut to the app
- 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 :heart: in beautiful Montreal