CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 27 Jul 2025 21:45:12 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091006234456
location: https://web.archive.org/web/20091006234456/https://github.com/joshthecoder/tweepy
server-timing: captures_list;dur=0.684645, exclusion.robots;dur=0.023944, exclusion.robots.policy;dur=0.010181, esindex;dur=0.013219, cdx.remote;dur=1047.214812, LoadShardBlock;dur=235.108752, PetaboxLoader3.datanode;dur=127.075430, PetaboxLoader3.resolve;dur=85.633941
x-app-server: wwwb-app214
x-ts: 302
x-tr: 1310
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app214; 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 21:45:13 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 06 Oct 2009 23:44:56 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "d52a9498bcf0aea8550cfc36910d30ac"
x-archive-orig-x-runtime: 124ms
x-archive-orig-content-length: 29391
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, 06 Oct 2009 23:44:56 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="Mon, 21 Sep 2009 16:49:50 GMT", ; rel="memento"; datetime="Tue, 06 Oct 2009 23:44:56 GMT", ; rel="next memento"; datetime="Tue, 01 Dec 2009 03:15:39 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_12_20091006150227_crawl100_IndexOnly-c/51_12_20091006234047_crawl101.arc.gz
server-timing: captures_list;dur=0.694793, exclusion.robots;dur=0.025723, exclusion.robots.policy;dur=0.012033, esindex;dur=0.012437, cdx.remote;dur=49.300475, LoadShardBlock;dur=148.050135, PetaboxLoader3.datanode;dur=93.731472, PetaboxLoader3.resolve;dur=181.882953, load_resource;dur=141.446788
x-app-server: wwwb-app214
x-ts: 200
x-tr: 420
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 master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | twitter api library for python edit |
Homepage: | https://joshthecoder.github.com/tweepy edit |
Public Clone URL: |
git://github.com/joshthecoder/tweepy.git
Give this clone URL to anyone.
git clone git://github.com/joshthecoder/tweepy.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:joshthecoder/tweepy.git
|
tweepy /
README
______ /_ __/_ __ ___ ___ ____ __ __ / / | | /| / // _ \ / _ \ / __ \ / / / / / / | |/ |/ // __// __// /_/ // /_/ / /_/ |__/|__/ \___/ \___// .___/ \__, / /_/ /____/ A Twitter library for Python! Also works with identi.ca/laconi.ca ! Features: OAuth supported. Up-to-date with twitter api. Actively under development. Supports most of the twitter api endpoints. Python 3 support. (See py3k branch) Streaming API support. Cache system (memory, file, memcache client) Getting started: Check out the tutorial folder to get started with Tweepy. Installing: You may use easy_install to quickly get tweepy installed on your system: easy_install tweepy (run as root) You may also clone/download the source code and then execute: python setup.py install (run as root) If you wish you may also bundle the tweepy package with your application. Souce code: Gitorious: <https://gitorious.org/tweepy> Github: <https://github.com/joshthecoder/tweepy> Bug tracker: https://github.com/joshthecoder/tweepy/issues Mailing list: tweepy@googlegroups.com Chat: IRC freenode.net #tweepy Author: Joshua Roesslein License: MIT Dependencies: Python 2.5+ 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!