CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 27 Jul 2025 20:29:09 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100221085751
location: https://web.archive.org/web/20100221085751/https://github.com/joshthecoder/tweepy-examples
server-timing: captures_list;dur=0.684170, exclusion.robots;dur=0.025533, exclusion.robots.policy;dur=0.012415, esindex;dur=0.013161, cdx.remote;dur=62.659737, LoadShardBlock;dur=94.489457, PetaboxLoader3.datanode;dur=46.310345, PetaboxLoader3.resolve;dur=46.643041
x-app-server: wwwb-app223
x-ts: 302
x-tr: 185
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app223; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 27 Jul 2025 20:29:10 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 21 Feb 2010 08:57:51 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "b0a7ee0c6af4de786ad9c141e35660c9"
x-archive-orig-x-runtime: 138ms
x-archive-orig-content-length: 21990
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 21 Feb 2010 08:57:51 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 17 Nov 2009 02:08:13 GMT", ; rel="prev memento"; datetime="Fri, 15 Jan 2010 11:09:13 GMT", ; rel="memento"; datetime="Sun, 21 Feb 2010 08:57:51 GMT", ; rel="next memento"; datetime="Fri, 21 May 2010 20:14:21 GMT", ; rel="last memento"; datetime="Sat, 26 Apr 2025 06:12:24 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_14_20100221084409_crawl101-c/51_14_20100221085743_crawl101.arc.gz
server-timing: captures_list;dur=0.474831, exclusion.robots;dur=0.018029, exclusion.robots.policy;dur=0.009259, esindex;dur=0.009587, cdx.remote;dur=28.227415, LoadShardBlock;dur=204.014877, PetaboxLoader3.datanode;dur=161.523450, PetaboxLoader3.resolve;dur=186.081711, load_resource;dur=213.152451
x-app-server: wwwb-app223
x-ts: 200
x-tr: 496
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
joshthecoder's tweepy-examples at master - GitHub
This service is courtesy of Pledgie.
joshthecoder / tweepy-examples
- Source
- Commits
- Network (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Tweepy examples — Read more
name | age | message | |
---|---|---|---|
![]() |
README | Fri Jan 08 09:54:40 -0800 2010 | Add twitter-repeater bot created by Charles Hoo... [joshthecoder] |
![]() |
appengine/ | Mon Nov 02 14:12:34 -0800 2009 | Import existing examples into repository. [joshthecoder] |
![]() |
oauth/ | Mon Nov 02 14:12:34 -0800 2009 | Import existing examples into repository. [joshthecoder] |
![]() |
repeater/ | Fri Jan 08 09:54:40 -0800 2010 | Add twitter-repeater bot created by Charles Hoo... [joshthecoder] |
![]() |
streamwatcher.py | Thu Nov 19 23:23:58 -0800 2009 | Stream watcher: use fill() method for wrapping ... [joshthecoder] |
README
Tweepy Examples =============== You can find the Tweepy library here: https://github.com/joshthecoder/tweepy streamwatcher.py ---------------- Twitter Streaming API client example. appengine --------- Demonstrates using Tweepy along with appengine. Currently shows how to implement OAuthHandler properly. repeater -------- A bot that automatically retweets any tweets in which its name is "mentioned". Author: Charles Hooper Website: https://code.google.com/p/twitter-repeater Example Contributions --------------------- If you have an example you would like to offer, please email tweepy@googlegroups.com or send me a pull request on github or gitorious. License ------- All examples here are public domain unless otherwise specified within the example's code files.