Welcome To Snipplr


Everyone's Recent Snippets Tagged twitter



Just a fun and silly way to asynchronously update tweets about Justin Bieber.
3 1880 posted 15 years ago by Nettuts
"Whatever you do will be insignificant, but it is very important that you do it." --Mahatma Gandhi
1 2111 posted 15 years ago by ksaver
Since the 31 of august 2010, twitter made its API more secure, stopping basic authentication calls. So, if you used basic authentication you have to change your code and implement oAuth authentication model or you can follow this link and found a mi...
1 2329 posted 15 years ago by ginoplusio
To follow all of members in a list, you may want to use http://tweepml.org/
0 1273 posted 15 years ago by zuzara
Also posted at http://pastebin.com/9FzakUcd
0 1253 posted 15 years ago by ksaver
More Info: http://dev.twitter.com/doc/get/statuses/user_timeline
0 1169 posted 15 years ago by jens89
1) Open Automator (Mac) -> Choose: Service -> Applescript -> paste this script -> save. \r\n\r\n2) Open System preferences -> Keyboard -> Services -> Find the service you just saved in Automator, and dobbel-click at the right side of the name of the...
0 1259 posted 15 years ago by Macgeeky
Make sure you change username.json to your actual username and #twitter to the actual selector you wish to update.
3 1409 posted 15 years ago by iqwebdev
0 1224 posted 15 years ago by screamwork
This script works good condition, and not use "oAuth". Your should get username and password with cleartext (standart html controls) without authentication and just add them into variables in your code... (twitter_username and twitter_password) A...
0 1401 posted 15 years ago by emregulcan
1 1305 posted 15 years ago by Mosaic
split_to_chunks splits the string up into an array with elements containing 140 characters <b>or less</b>. This enables you to keep words intact when sending automated twitter messages. $to is needed in order to subtract from 140 the amount of cha...
0 1850 posted 15 years ago by s0l1dsnak3123
This small function receive a text as input and returns an html text with links if the source text contains urls (http://www… but also ftp://… and every other protocol), emails, twitter’s usernames (with @ at the beginning) and also twitter tag...
0 1804 posted 15 years ago by ginoplusio
PHP function of mini bot class that lets you retrieve twitter infos from twitter nickname. ($this->attr method is part of the Mini Bot Class)
2 1894 posted 15 years ago by ginoplusio
This is the beginning of my retrieval of twitter status class...just something im playing with right now. It retrieves the xml, saves it on your server, then you can either use javascript or php to traverse the xml tree.
0 1447 posted 15 years ago by alvincrespo
0 1307 posted 15 years ago by maryann
1 1231 posted 15 years ago by maryann
There has to be a better way to do this rather than using regular expressions to remove the various namespaces within the ATOM feed. Also variables could be reused (currently used for teaching so helpful to explain process). Based on: http://www.r...
2 1606 posted 15 years ago by eddequincey
0 1055 posted 15 years ago by maryann
This report looks at the most recent Tweet from each person in your friends list and keeps track of which client they're using. It then prints out a report showing how many people use each client, with the most popular at the bottom. Code is writt...
0 1189 posted 16 years ago by prwood
I didn't create this but I have used it man time. It's super easy to implement and customize.
0 1736 posted 16 years ago by thehamilton
Modified version of the script created by Dave Stevens, Enables the user to input their credentials on a webpage rather than having to change the actual php script code. Changes: Changed $user,$pass,$term This is a modified script, the original...
0 1749 posted 16 years ago by jonathonmaguire