Download the PHP package simpkins/tweetledee without Composer

On this page you can find all versions of the php package simpkins/tweetledee. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package tweetledee

Tweetledee

A PHP library that provides an incredibly easy way to access Twitter data as JSON, pretty printed JSON, or RSS feeds by URL or standard command line syntax. The Tweetledee files include caching to avoid exceeding the Twitter API v1.1 rate limits (see caveats in the documentation!).

Obsolete

As of May 2023 users report that the request on the v1 twitter API don't work anymore so Tweetledee is now dead.

Documentation

Current Release

Next Release

Changes

The 1.5 Minute Guide to a Successful Install

You will need the following:

3-Step Installation instructions:

  1. Open the file on the path tweetledee > tldlib > keys > tweetledee_keys.php in any text editor and enter the information that you obtained from your Twitter app in the corresponding fields. Leave the single quotes around the alphanumeric strings that you enter.

  2. Upload the 'tweetledee' directory (that is located in the directory where this README file resides) to the public facing directory on your web server. On many servers, this is the public_html directory

  3. Kick the tires with the following test (it gives you a user timeline RSS feed for your account): http://[yourdomain]/tweetledee/userrss.php

That was easy... Go crazy, be good, have fun.

What You Get

Twitter RSS Feeds

Favorites RSS Feed [favoritesrss.php] + [favoritesrss_nocache.php]
Home Timeline RSS Feed [homerss.php] + [homerss_nocache.php]
User Lists RSS Feed [listsrss.php] + [listrss_nocache.php]
User Timeline RSS Feed [userrss.php] + [userrss_nocache.php]
Search RSS Feed [searchrss.php] + [searchrss_nocache.php]

Twitter JSON

Favorites JSON [favoritesjson.php] + [favoritesjson_nocache.php]
Home Timeline JSON [homejson.php] + [homejson_nocache.php]
User Lists JSON [listsjson.php] + [listsjson_nocache.php]
User Timeline JSON [userjson.php] + [userjson_nocache.php]
Search JSON [searchjson.php] + + [searchjson_nocache.php]

Pretty Printed JSON

Favorites Pretty Printed JSON [favoritesjson_pp.php] + [favoritesjson_pp_nocache.php]
Home Timeline Pretty Printed JSON [homejson_pp.php] + [homejson_pp_nocache.php]
User Lists Pretty Printed JSON [listsjson_pp.php] + [listsjson_pp_nocache.php]
User Timeline Pretty Printed JSON [userjson_pp.php] + [userjson_pp_nocache.php]
Search Pretty Printed JSON [searchjson_pp.php] + [searchjson_pp_nocache.php]

Usage

Tweetledee Usage Examples

Bugs & Questions

If you find a bug, please post it as a new issue on the GitHub repository with this information in your report.

Looking for support? Check this page.

Contribute

If you would like to contribute to the project, have at it. Fork the Tweetledee project, include your changes, and submit a pull request back to the main repository.

License

MIT License - see the LICENSE.txt file in the source distribution


All versions of tweetledee with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package simpkins/tweetledee contains the following files

Loading the files please wait ....