yourTwapperKeeper icon indicating copy to clipboard operation
yourTwapperKeeper copied to clipboard

yourTwapperKeeper - Archive Your Social Media

Results 7 yourTwapperKeeper issues
Sort by recently updated
recently updated
newest added

Is the use of yourTwapperKeeper still thought to be in violation of Twitter Terms of Services (ToS)?

I stopped getting duplicate tweets by changing these lines

Warning thrown here: ``` $user= get_object_vars($status['user']); ``` PHP Warning: get_object_vars() expects parameter 1 to be object, null given in /Library/Server/Web/Data/Sites/Default/twina/yourtwapperkeeper_stream.php on line 24

``` OauthPhirehose.php Phirehose.php ``` quick fix is to replace the following files from: https://github.com/fennb/phirehose

within function.php ``` $q = "insert into archives values ('','$keyword','$description','$tags','$screen_name','$user_id','','".time()."')"; ``` needs to be changed to: ``` $q = "insert into archives values (NULL,'$keyword','$description','$tags','$screen_name','$user_id',0,'".time()."')"; ```

hello, I'm trying the software for the first time, and it keeps collecting the same tweet many times. example: http://www.memelab.com.br/archive/archive.php?id=10 I needed to stop archiving to stop collecting repeated tweets....

While I was trying to update my pages with some ajax I notice that the id numbers do not properly compare. For example when I received the tweet tagged with...