1
0
mirror of https://github.com/danog/web2fb.git synced 2024-11-26 11:54:46 +01:00
web2fb/README.md

16 lines
540 B
Markdown
Raw Permalink Normal View History

2016-09-26 15:59:59 +02:00
# web2fb video reuploader script
Created by Daniil Gentili (https://daniil.it)
This bash script can be used to download videos from youtube/dailymotion/etc and upload them on a facebook page, automagically.
This script will also copy the video's thumbnail, title and description.
## Usage:
2016-09-26 17:07:37 +02:00
To use it, create a facebook app @ https://developers.facebook.com/apps/, allow access to your page, disable development mode, insert the access token and the page's id in the script and run it with:
2016-09-26 15:59:59 +02:00
```
./web2fb.sh video_url1 video_url2
```