https://github.com/danog/web2fb
bash script to download videos from youtube/dailymotion/etc and upload them on a facebook page
https://github.com/danog/web2fb
Last synced: about 2 months ago
JSON representation
bash script to download videos from youtube/dailymotion/etc and upload them on a facebook page
- Host: GitHub
- URL: https://github.com/danog/web2fb
- Owner: danog
- License: gpl-3.0
- Created: 2016-09-26T14:00:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T15:07:37.000Z (almost 10 years ago)
- Last Synced: 2025-03-02T07:51:11.653Z (over 1 year ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
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:
```
./web2fb.sh video_url1 video_url2
```