CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 27 Jul 2025 14:56:16 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.641033, exclusion.robots;dur=0.023972, exclusion.robots.policy;dur=0.010062, esindex;dur=0.014404, cdx.remote;dur=469.351936, LoadShardBlock;dur=246.279057, PetaboxLoader3.datanode;dur=96.729558, PetaboxLoader3.resolve;dur=105.835700
x-app-server: wwwb-app217
x-ts: 302
x-tr: 742
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app217; 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 14:56:18 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.876645, exclusion.robots;dur=0.025328, exclusion.robots.policy;dur=0.011873, esindex;dur=0.013772, cdx.remote;dur=1721.968245, LoadShardBlock;dur=552.079340, PetaboxLoader3.resolve;dur=407.361070, PetaboxLoader3.datanode;dur=319.662839, load_resource;dur=226.963736
x-app-server: wwwb-app217
x-ts: 200
x-tr: 2557
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.