Git Product home page Git Product logo

fb-video-downloader's Introduction

Facebook-Video-Downloader Version 1.0.0

Facebook Video Downloader (CLI) For Linux Systems Coded in PHP

Screenshot_20200829-130244_Termux

  • Commands :
$ pkg update && upgrade
$ pkg install wget && php
$ git clone https://github.com/Tasin-coder/FB-Video-Downloader.git
$ cd FB-Video-Downloader
$ php fbvid.php

fb-video-downloader's People

Contributors

n1s4t avatar

Watchers

 avatar

Forkers

mina-alabd

fb-video-downloader's Issues

Wifi pass

#!/system/bin/sh

[ "$(whoami)" != "root" ] && { echo "root required"; exit 1; }
config=/data/misc/wifi/WifiConfigStore.xml
SSID=($(grep 'name="SSID"' $config | sed "s/.>"//;s/".//;s/ /--/g"))
PSK=($(grep 'name="PreSharedKey"' $config | sed "s/<null./\e[01;30mNONE\e[00;37;40m/;s/.>"/\e[01;32m/;s/".*/\e[00;37;40m/;s/ /-
-/g"))

echo -e "\033[91mWiFi_Password_Viewer \033[92mCreated_By :\033[34mAl_Tasin"
echo -e ''
echo -e 'Wifi_Pass-list'
for i in ${!SSID[@]}; do
echo "\e[01;37m${SSID[$i]}\e[00;37;40m - ${PSK[$i]}" | sed "s/-_-/ /g"
done

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.