CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 27 Jul 2025 15:34:03 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100316063916
location: https://web.archive.org/web/20100316063916/https://github.com/joshthecoder/tweepy
server-timing: captures_list;dur=0.618439, exclusion.robots;dur=0.020182, exclusion.robots.policy;dur=0.008862, esindex;dur=0.013040, cdx.remote;dur=265.418854, LoadShardBlock;dur=404.864177, PetaboxLoader3.datanode;dur=180.671703, PetaboxLoader3.resolve;dur=132.360794
x-app-server: wwwb-app224
x-ts: 302
x-tr: 702
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app224; 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 15:34:03 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 16 Mar 2010 06:39:15 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "2dc9bbe2ed3ac34c7e6abf6e830139da"
x-archive-orig-x-runtime: 104ms
x-archive-orig-content-length: 28311
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: Tue, 16 Mar 2010 06:39:16 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 21 Sep 2009 16:49:50 GMT", ; rel="prev memento"; datetime="Sun, 21 Feb 2010 06:11:03 GMT", ; rel="memento"; datetime="Tue, 16 Mar 2010 06:39:16 GMT", ; rel="next memento"; datetime="Mon, 19 Apr 2010 10:12:55 GMT", ; rel="last memento"; datetime="Tue, 15 Oct 2024 05:38:09 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_20100315222931_crawl100-c/51_14_20100316062517_crawl101.arc.gz
server-timing: captures_list;dur=0.823444, exclusion.robots;dur=0.023218, exclusion.robots.policy;dur=0.011001, esindex;dur=0.013584, cdx.remote;dur=270.801865, LoadShardBlock;dur=88.315127, PetaboxLoader3.datanode;dur=186.041441, load_resource;dur=222.462770, PetaboxLoader3.resolve;dur=109.293060
x-app-server: wwwb-app222
x-ts: 200
x-tr: 673
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: HIT
server-timing: HIT
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
joshthecoder's tweepy at master - GitHub
joshthecoder / tweepy
- Source
- Commits
- Network (19)
- Issues (6)
- Downloads (17)
- Wiki (2)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
A python library for the Twitter API. OAuth, python 3, complete coverage, streaming API — Read more
tweepy /
README
______ /_ __/_ __ ___ ___ ____ __ __ / / | | /| / // _ \ / _ \ / __ \ / / / / / / | |/ |/ // __// __// /_/ // /_/ / /_/ |__/|__/ \___/ \___// .___/ \__, / /_/ /____/ A Twitter library for Python! Also works with identi.ca/laconi.ca ! Features: + OAuth support + Covers the entire Twitter API + Actively under development + Streaming API support + Cache system (memory, file) + Python 3 support -- See py3k branch Documentation: https://joshthecoder.github.com/tweepy/docs/index.html Mailing list: https://groups.google.com/group/tweepy Chat: IRC freenode.net #tweepy Web interface: https://webchat.freenode.net/?channels=tweepy Wiki: https://wiki.github.com/joshthecoder/tweepy Bug tracker: https://github.com/joshthecoder/tweepy/issues Souce code: Library: https://github.com/joshthecoder/tweepy Examples: https://github.com/joshthecoder/tweepy-examples Author: Joshua Roesslein License: MIT Dependencies: Python 2.4 or newer Simplejson <https://undefined.org/python/#simplejson> **Included in python 2.6+ Python-OAuth <https://code.google.com/p/oauth> **Bundled with this library