Check the facebook pages: https://www.facebook.com/saoframes/
$ git clone https://github.com/PikachuTW/FB-SAO-Random-Frame.git
$ cd FB-SAO-Random-Frame
$ npm installCreate a .env file in the root of your project:
FB_ACCESS_TOKEN = 'Your token'In index.js, define your page id and the dictionary of videos:
const pageId = '119729791108950';
const output = 'screenshot/image.png';
const videoDir = 'sao';