KO
|
EN
gitlite — search
Search
#javascript
#swift
#react
#python
#golang
#php
#ios
#html5
#android
#java
#jupyter-notebook
#linux
facebook-downloader
★ 41
Open GitHub ↗
Facebook video downloader
Download README (.md)
Explore Similar Repositories
facebook-ads-performance-downloader
:
A script for downloading performance and account structure from Facebook Ads API
Facebook-Youtube-Downloader-for-Telegram-BOT
:
Video Downloader and sent to telegram message via telegram bot
fbvid
:
Facebook Video Downloader (CLI) For Linux Systems Coded in PHP
Facebook-Profile-Pictures-Downloader
:
:satisfied: Download public profile pictures from Facebook.
facebook-album-downloader
:
This project is s simple web application that allows users to download Facebook albums in full resolution
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
facebook-downloader
?
Download (.md)
# Facebook Downloader A program for downloading videos from Facebook, given a video url [](https://github.com/rly0nheart/facebook-downloader/actions/workflows/python-publish.yml) [](https://github.com/rly0nheart/facebook-downloader/actions/workflows/codeql.yml) # Installation ## Install from PyPI ``` pip install facebook-downloader ``` > You will need to have the FireFox browser installed and geckodriver properly set up. ## Building from source **1.** Clone the repository ``` git clone https://github.com/bellingcat/facebook-downloader ``` **2.** Navigate to the cloned repository ``` cd facebook-downloader ``` ### Building the Docker container ``` docker build --tty my-facebook-downloader . ``` ### Building the facebook-downloader package #### Linux Find the `install.sh` script and run it ``` ./install.sh ``` > This assumes the script was already made executable with the `chmod +x uninstall.sh` command. #### Windows **1.** Navigate to the facebook-downloader directory Find the `install.ps1` script and run it ``` .\install.ps1 ``` > The installation scripts will download and setup geckodriver, then install **facebook-downloader**. # Usage ## Package ``` facebook_downloader <video-url> ``` ## Docker ``` docker run --tty --volume $PWD/downloads:/app/downloads my-facebook-downloader <facebook_video_url> ``` # Optional Arguments | Flag | Description | |---------|:-----------:| | *-a/--audio* | download as audio | | *-o/--output* | output file name | # Donations If you would like to donate, you could Buy A Coffee for the developer using the button below <a href="https://www.buymeacoffee.com/_rly0nheart"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=_rly0nheart&button_colour=40DCA5&font_colour=ffffff&font_family=Comic&outline_colour=000000&coffee_colour=FFDD00" /></a> Your support will be much appreciated!