CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 27 Jul 2025 05:12:48 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100813133438
location: https://web.archive.org/web/20100813133438/https://github.com/joshthecoder/tweepy/tree/1.5
server-timing: captures_list;dur=0.575753, exclusion.robots;dur=0.019016, exclusion.robots.policy;dur=0.009041, esindex;dur=0.010664, cdx.remote;dur=76.845324, LoadShardBlock;dur=377.570452, PetaboxLoader3.resolve;dur=257.719688, PetaboxLoader3.datanode;dur=86.234899
x-app-server: wwwb-app215
x-ts: 302
x-tr: 489
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app215; 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 05:12:50 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.67
x-archive-orig-date: Fri, 13 Aug 2010 13:34:38 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "38e6fd184e1ede80e53dd2da9d0b63f7"
x-archive-orig-x-runtime: 159ms
x-archive-orig-content-length: 30151
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, 13 Aug 2010 13:34:38 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 13 Aug 2010 13:34:38 GMT", ; rel="memento"; datetime="Fri, 13 Aug 2010 13:34:38 GMT", ; rel="next memento"; datetime="Sat, 30 Oct 2010 02:08:21 GMT", ; rel="last memento"; datetime="Sat, 30 Oct 2010 02:08:21 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_17_20100813131505_crawl100-c/52_17_20100813133339_crawl101.arc.gz
server-timing: captures_list;dur=0.740560, exclusion.robots;dur=0.025872, exclusion.robots.policy;dur=0.010526, esindex;dur=0.015557, cdx.remote;dur=237.390455, LoadShardBlock;dur=124.740738, PetaboxLoader3.datanode;dur=179.150464, load_resource;dur=1565.908758, PetaboxLoader3.resolve;dur=1496.711217
x-app-server: wwwb-app215
x-ts: 200
x-tr: 1992
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 at 1.5 - GitHub
joshthecoder / tweepy
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 /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Thu Nov 05 15:18:56 -0800 2009 | Update ignore file. [joshthecoder] |
![]() |
CHANGELOG | Loading commit data... ![]() |
|
![]() |
CONTRIBUTORS | Thu Dec 31 09:52:29 -0800 2009 | Add 'secure' parameter to OAuthHandler construc... [Ferenc Szalai] |
![]() |
INSTALL | Sat Nov 07 12:26:51 -0800 2009 | Move install instructions out of readme and int... [joshthecoder] |
![]() |
LICENSE | ||
![]() |
README | Wed Dec 30 10:05:54 -0800 2009 | Update wiki URL in readme. [joshthecoder] |
![]() |
doc/ | Tue Jan 12 14:49:55 -0800 2010 | Bump version to 1.5 for upcoming release. [joshthecoder] |
![]() |
setup.py | Tue Jan 12 14:49:55 -0800 2010 | Bump version to 1.5 for upcoming release. [joshthecoder] |
![]() |
tests.py | ||
![]() |
tweepy/ | ||
![]() |
tweepyshell | Wed Dec 16 21:47:03 -0800 2009 | tweepyshell: bugfix: sys.argv -> args [bwesterb] |
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