https://github.com/pikachutw/fb-sao-random-frame
An random image scrapper of anime automatically sending post in facebook
https://github.com/pikachutw/fb-sao-random-frame
Last synced: about 2 months ago
JSON representation
An random image scrapper of anime automatically sending post in facebook
- Host: GitHub
- URL: https://github.com/pikachutw/fb-sao-random-frame
- Owner: PikachuTW
- License: mit
- Created: 2023-05-05T14:48:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T08:28:16.000Z (about 2 years ago)
- Last Synced: 2025-04-13T06:16:28.196Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FB SAO Random Frame
Check the facebook pages: [https://www.facebook.com/saoframes/](https://www.facebook.com/saoframes/)
## Installation
```bash
$ git clone https://github.com/PikachuTW/FB-SAO-Random-Frame.git
$ cd FB-SAO-Random-Frame
$ npm install
```Create a `.env` file in the root of your project:
```bash
FB_ACCESS_TOKEN = 'Your token'
```In `index.js`, define your page id and the dictionary of videos:
```js
const pageId = '119729791108950';
const output = 'screenshot/image.png';
const videoDir = 'sao';
```