CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 27 Jul 2025 12:20:54 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106220923
location: https://web.archive.org/web/20100106220923/https://github.com/joshthecoder/tweepy/tree/1.2
server-timing: captures_list;dur=0.470432, exclusion.robots;dur=0.016568, exclusion.robots.policy;dur=0.007743, esindex;dur=0.010090, cdx.remote;dur=44.579044, LoadShardBlock;dur=106.042976, PetaboxLoader3.datanode;dur=41.413130, PetaboxLoader3.resolve;dur=57.716796
x-app-server: wwwb-app222
x-ts: 302
x-tr: 175
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app222; 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:20:55 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 06 Jan 2010 22:09:23 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "72e5b9cbf0dad6370c74cad5ef316c60"
x-archive-orig-x-runtime: 164ms
x-archive-orig-content-length: 26080
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, 06 Jan 2010 22:09:23 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 07 Nov 2009 00:50:34 GMT", ; rel="prev memento"; datetime="Sat, 07 Nov 2009 00:50:34 GMT", ; rel="memento"; datetime="Wed, 06 Jan 2010 22:09:23 GMT", ; rel="next memento"; datetime="Thu, 03 Jun 2010 06:21:24 GMT", ; rel="last memento"; datetime="Sat, 30 Oct 2010 05:09:52 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_13_20100106220124_crawl102-c/52_13_20100106220734_crawl101.arc.gz
server-timing: captures_list;dur=0.529062, exclusion.robots;dur=0.019696, exclusion.robots.policy;dur=0.010204, esindex;dur=0.010721, cdx.remote;dur=39.076373, LoadShardBlock;dur=225.239914, PetaboxLoader3.datanode;dur=84.098320, PetaboxLoader3.resolve;dur=376.517860, load_resource;dur=269.891335
x-app-server: wwwb-app222
x-ts: 200
x-tr: 646
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: EXPIRED
server-timing: EXPIRED
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
joshthecoder's tweepy at 1.2 - GitHub
joshthecoder / tweepy
tweepy /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
CHANGES | ||
![]() |
CONTRIBUTORS | ||
![]() |
LICENSE | Wed Jul 29 20:28:38 -0700 2009 | Added some ascii art to readme. Added copyright... [joshthecoder] |
![]() |
README | ||
![]() |
examples/ | ||
![]() |
setup.py | ||
![]() |
streamwatcher.py | ||
![]() |
tests.py | ||
![]() |
tutorial/ | ||
![]() |
tweepy/ | ||
![]() |
tweepyshell.py |
README
______ /_ __/_ __ ___ ___ ____ __ __ / / | | /| / // _ \ / _ \ / __ \ / / / / / / | |/ |/ // __// __// /_/ // /_/ / /_/ |__/|__/ \___/ \___// .___/ \__, / /_/ /____/ A Twitter library for Python! Also works with identi.ca/laconi.ca ! Features: + OAuth support + Up-to-date with Twitter API + Actively under development + Streaming API support + Cache system (memory, file, memcache) + Python 3 branch (3.1) Getting started: Check out the tutorial folder to get started with Tweepy. Also feel free to join us on the mailing list or chat room. Mailing list: https://groups.google.com/group/tweepy Chat: IRC freenode.net #tweepy Web interface: https://webchat.freenode.net/?channels=tweepy Wiki: https://code.google.com/p/tweepy/w Installing: Using easy_install: easy_install tweepy You may also install from the repository: git clone git://github.com/joshthecoder/tweepy.git cd tweepy python setup.py install Souce code: https://github.com/joshthecoder/tweepy Bug tracker: https://github.com/joshthecoder/tweepy/issues 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 python-memcached <https://www.tummy.com/Community/software/python-memcached/> **Bundled with this library
This feature is coming soon. Sit tight!