CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 27 Jul 2025 09:59:47 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100521201421
location: https://web.archive.org/web/20100521201421/https://github.com/joshthecoder/tweepy-examples
server-timing: captures_list;dur=0.653628, exclusion.robots;dur=0.026552, exclusion.robots.policy;dur=0.014821, esindex;dur=0.014521, cdx.remote;dur=252.960853, LoadShardBlock;dur=340.119774, PetaboxLoader3.datanode;dur=196.658816, PetaboxLoader3.resolve;dur=141.044585
x-app-server: wwwb-app219
x-ts: 302
x-tr: 622
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app219; 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 09:59:48 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 21 May 2010 20:14:20 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "31b5093dbbb8a4c0b07e720b70d399ce"
x-archive-orig-x-runtime: 45ms
x-archive-orig-content-length: 21117
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: Fri, 21 May 2010 20:14:21 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="Sun, 21 Feb 2010 08:57:51 GMT", ; rel="memento"; datetime="Fri, 21 May 2010 20:14:21 GMT", ; rel="next memento"; datetime="Wed, 21 Jul 2010 16:38:11 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: 52_15_20100521092408_crawl101-c/52_15_20100521201233_crawl101.arc.gz
server-timing: captures_list;dur=0.624001, exclusion.robots;dur=0.019057, exclusion.robots.policy;dur=0.008831, esindex;dur=0.016432, cdx.remote;dur=17.567536, LoadShardBlock;dur=98.329330, PetaboxLoader3.datanode;dur=133.275500, load_resource;dur=209.800245, PetaboxLoader3.resolve;dur=132.515544
x-app-server: wwwb-app219
x-ts: 200
x-tr: 385
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
joshthecoder / tweepy-examples
- Source
- Commits
- Network (3)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage

Bill Ferrell (author)
Tue May 04 18:48:28 -0700 2010
name | age | message | |
---|---|---|---|
![]() |
README | Fri Jan 08 09:54:40 -0800 2010 | Add twitter-repeater bot created by Charles Hoo... [joshthecoder] |
![]() |
appengine/ | Tue May 04 18:48:28 -0700 2010 | Updated app.py to contain a universal handler s... [Bill Ferrell] |
![]() |
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.