Git Product home page Git Product logo

rtc1's Introduction

Scrutinizer Code Quality Build Status Code Intelligence Status Code Coverage

RTC

Rtdownloader

(https://rtdownloader.000webhostapp.com)

(https://rtdownloader.herokuapp.com/ab/)

rtdownloader is web application which lets you download facebook albums instantly.

  • Responsive
  • can backup to drive

New Features!

  • fancy box for photos of albums
  • download albums in zip formats -direct view added on Albums

You can also:

  • backup your albums on google drive

Code example

for facebook authentication


require_once "lib/Facebook/autoload.php";
  $fb= new \Facebook\Facebook([
			 
			'app_id' => '',
			'app_secret' => '',
			'default_graph_version' => ''
				]);
		
		$helper = $fb->getRedirectLoginHelper();
		
		if (isset($_GET['state']))
		{ 
		    $helper->getPersistentDataHandler()->set('state', $_GET['state']);
		    
		}

for google authentication

$client = new Google_Client();
$client->setClientId('');
$client->setClientSecret('');
$client->setRedirectUri('');
$client->setScopes(array('https://www.googleapis.com/auth/drive'));
if (isset($_GET['code'])) {
    $_SESSION['accessToken1'] = $client->authenticate($_GET['code']);
    //header('location:'.$url);exit;
} elseif (!isset($_SESSION['accessToken1'])) {
    $client->authenticate();
}
 

Tech

  • [php7]
  • [Twitter Bootstrap] - great UI boilerplate for modern web apps
  • [jQuery] - duh

And of course rtdownloader itself is open source with a [public repository][dill] on GitHub.

Installation

install xammp,wamp or any apache server running application

Todos

get api id and api key from the facebook for developer site.

login to facebook allow permissions to it

download as per your choice or back up to google drive using google sign in.

Test users

name: Betty Albhagghdbgje Yangescu userid: 100028177842705 email: [email protected]

Licensing

This project is licensed under Unlicense license. This license does not require you to take the license with you to your project.

rtc1's People

Contributors

manishnm avatar

Watchers

James Cloos avatar

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.