Skip to content

marcustansoon/tweet2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

tweet2json - No API required! - Deprecated

Example Usage

<?php

include "tweet2json.php";

echo "<pre>";
echo json_encode((new Tweet2JSON)->getJSON("TwitterDev"), JSON_PRETTY_PRINT);
echo "</pre>";

?>

Reference Links (Credits) :

Ref 1. Stackoverflow
Ref 2. Stackoverflow

About

Get public Twitter tweets in JSON format without any API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages