Giter VIP home page Giter VIP logo

ninja-info-retriver's Introduction

NINJA INFO RETRIVER

WHY THIS REPO HAS BEEN ACHIVED?


This repo has been achived: Discontinuation.


Ninja Info Retriver is a PHP script made to fetch public information from a social media without using API.

REQUISITES

  • PHP 7.4 +
  • cURL enabled
  • File Write/Read permissions on "/temp/" inside "/ninja_functions/"

Ninja current supports:

  • Twitter
  • I plan to add more in future...

Public License

This code is open-source follow by GNU-APL V3 License, you can fork, distribute, modify and also make your own version, but remember to follow the GNU-AGPL V3 LICENSE and mantain both license (type, file), credits (type, file).

Educational Only

Ninja is made for educational propouses only!

Be aware: The author of this script does not encourage the use of it for other means than educational, the use of this script in any other way is entirely your responsibility!

How to use

<?php
//Include ninja-autoload.php
include('ninja-autoload.php');

//Get a twitter Username, do not use @
$twitter_username = 'twitter';

//Call the class that you wan't to use [in this example i will use Twitter]
$NinjaOnTwitter = new NinjaOnTwitter();

//Now fetch the info you need [in this example i will use Twitter JSON that gives me all info at once]
$twitter_json = $NinjaOnTwitter->GetTwitterJsonInfo($twitter_username);

/* For the last, "Send Ninja To Bed" (This function gonna clear the temp file that Ninja Creates, 
if you want to log the original files just remove it) */
$NinjaOnTwitter->SendTwitterNinjaToBed($twitter_username);
?>

LIKE IT?

You can find me on Twitter.

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.