mirror of
https://github.com/danog/web2fb.git
synced 2024-11-30 04:19:46 +01:00
50 lines
2.5 KiB
HTML
50 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Web2fb by danog</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
|
|
</head>
|
|
<body>
|
|
<section class="page-header">
|
|
<h1 class="project-name">Web2fb</h1>
|
|
<h2 class="project-tagline">bash script to download videos from youtube/dailymotion/etc and upload them on a facebook page</h2>
|
|
<a href="https://github.com/danog/web2fb" class="btn">View on GitHub</a>
|
|
<a href="https://github.com/danog/web2fb/zipball/master" class="btn">Download .zip</a>
|
|
<a href="https://github.com/danog/web2fb/tarball/master" class="btn">Download .tar.gz</a>
|
|
</section>
|
|
|
|
<section class="main-content">
|
|
<h1>
|
|
<a id="web2fb-video-reuploader-script" class="anchor" href="#web2fb-video-reuploader-script" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>web2fb video reuploader script</h1>
|
|
|
|
<p>Created by Daniil Gentili (<a href="https://daniil.it">https://daniil.it</a>)</p>
|
|
|
|
<p>This bash script can be used to download videos from youtube/dailymotion/etc and upload them on a facebook page, automagically. </p>
|
|
|
|
<p>This script will also copy the video's thumbnail, title and description.</p>
|
|
|
|
<h2>
|
|
<a id="usage" class="anchor" href="#usage" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Usage:</h2>
|
|
|
|
<p>To use it, create a facebook app @ <a href="https://developers.facebook.com/apps/">https://developers.facebook.com/apps/</a>, allow access to your page, insert the access token and the page's id in the script and run it with:</p>
|
|
|
|
<pre><code>./web2fb.sh video_url1 video_url2
|
|
</code></pre>
|
|
|
|
<footer class="site-footer">
|
|
<span class="site-footer-owner"><a href="https://github.com/danog/web2fb">Web2fb</a> is maintained by <a href="https://github.com/danog">danog</a>.</span>
|
|
|
|
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
|
|
</footer>
|
|
|
|
</section>
|
|
|
|
|
|
</body>
|
|
</html>
|