CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 27 Jul 2025 12:46:45 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100721163811
location: https://web.archive.org/web/20100721163811/https://github.com/joshthecoder/tweepy-examples
server-timing: captures_list;dur=0.630185, exclusion.robots;dur=0.024049, exclusion.robots.policy;dur=0.011584, esindex;dur=0.014819, cdx.remote;dur=47.997797, LoadShardBlock;dur=179.684365, PetaboxLoader3.datanode;dur=93.624443, PetaboxLoader3.resolve;dur=75.738417
x-app-server: wwwb-app223
x-ts: 302
x-tr: 254
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 12:46:47 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 21 Jul 2010 16:38:11 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "1d5118e5118da767a9be26a6b9af4bd8"
x-archive-orig-x-runtime: 76ms
x-archive-orig-content-length: 24451
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: Wed, 21 Jul 2010 16:38:11 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, 21 May 2010 20:14:21 GMT", ; rel="memento"; datetime="Wed, 21 Jul 2010 16:38:11 GMT", ; rel="next memento"; datetime="Wed, 12 Sep 2012 13:25:19 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_16_20100721151247_crawl101-c/52_16_20100721163655_crawl101.arc.gz
server-timing: captures_list;dur=0.548547, exclusion.robots;dur=0.017969, exclusion.robots.policy;dur=0.009267, esindex;dur=0.012795, cdx.remote;dur=511.360459, LoadShardBlock;dur=314.144658, PetaboxLoader3.datanode;dur=99.989818, PetaboxLoader3.resolve;dur=527.300594, load_resource;dur=353.734463
x-app-server: wwwb-app223
x-ts: 200
x-tr: 1234
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
- Jaringan (3)
- Grafik
-
Branch:
master
klik di sini untuk menambah deskripsi
klik di sini untuk menambah homepage
-
Ganti Branch (1)
- master ✓
- Pilih Tags (0)
- Daftar Branch

Bill Ferrell (author)
Tue May 04 18:48:28 -0700 2010
Nama | usia | pesan | |
---|---|---|---|
![]() |
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.