Download the PHP package dotzecker/tuiter without Composer
On this page you can find all versions of the php package dotzecker/tuiter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tuiter
Tuiter - Easy Twitter Archive Manager
1. Installation
The recommended way to install it is through Composer. Run the following command in order to install it:
2. Usage
First, download you Twitter archive by clicking "Request your archive" in https://twitter.com/settings/account.
The API is very simple and intuitive:
Now you are able to manage your tweets in a fluent way, for example:
This is the list of available filters:
->retweets($are = true)
->replies($are = true)
->before($date)
->after($date)
->between($startDate, $endDate)
->contains($text, $contains = true)
->containsInUrl($text)
3. Delete Tweets
In order to delete tweets from your timeline, the implementation is:
All versions of tuiter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
league/csv Version ~6.2
guzzlehttp/guzzle Version ~5.1
guzzlehttp/oauth-subscriber Version 0.2.*
league/csv Version ~6.2
guzzlehttp/guzzle Version ~5.1
guzzlehttp/oauth-subscriber Version 0.2.*
The package dotzecker/tuiter contains the following files
Loading the files please wait ....