CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 27 Jul 2025 12:25:08 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091207135012
location: https://web.archive.org/web/20091207135012/https://github.com/joshthecoder/tweepy/tree/1.0
server-timing: captures_list;dur=1.528496, exclusion.robots;dur=0.046160, exclusion.robots.policy;dur=0.022821, esindex;dur=0.025807, cdx.remote;dur=91.832578, LoadShardBlock;dur=346.430657, PetaboxLoader3.resolve;dur=239.195704, PetaboxLoader3.datanode;dur=100.336252
x-app-server: wwwb-app219
x-ts: 302
x-tr: 545
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app219; 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:25:10 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 07 Dec 2009 13:50:12 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "a04b8d4cd14c527eda9df4c1b0829f63"
x-archive-orig-x-runtime: 125ms
x-archive-orig-content-length: 28310
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: Mon, 07 Dec 2009 13:50:12 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 07 Oct 2009 13:13:31 GMT", ; rel="prev memento"; datetime="Wed, 07 Oct 2009 13:13:31 GMT", ; rel="memento"; datetime="Mon, 07 Dec 2009 13:50:12 GMT", ; rel="next memento"; datetime="Sat, 05 Jun 2010 10:00:52 GMT", ; rel="last memento"; datetime="Sat, 30 Oct 2010 02:08:11 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_20091207132735_crawl103_IndexOnly-c/52_13_20091207134954_crawl101.arc.gz
server-timing: captures_list;dur=0.830172, exclusion.robots;dur=0.031549, exclusion.robots.policy;dur=0.014191, esindex;dur=0.016484, cdx.remote;dur=786.615517, LoadShardBlock;dur=213.648915, PetaboxLoader3.datanode;dur=118.635515, PetaboxLoader3.resolve;dur=203.613883, load_resource;dur=116.425227
x-app-server: wwwb-app219
x-ts: 200
x-tr: 1195
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.0 - 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 /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sun Jul 05 12:24:56 -0700 2009 | Initial commit! Added api interface. Added lice... [joshthecoder] |
![]() |
LICENSE | Wed Jul 29 20:28:38 -0700 2009 | Added some ascii art to readme. Added copyright... [joshthecoder] |
![]() |
README | Tue Aug 11 14:36:55 -0700 2009 | Another minor readme update. [joshthecoder] |
![]() |
TODO | Wed Aug 12 23:52:40 -0700 2009 | Added memcache cache test. All cache tests are ... [joshthecoder] |
![]() |
setup.py | Mon Aug 10 12:01:35 -0700 2009 | Add setup.py [joshthecoder] |
![]() |
stream_watcher.py | Sat Aug 08 11:45:03 -0700 2009 | Added delete/limit message parsing. [joshthecoder] |
![]() |
tests.py | Wed Aug 12 23:52:40 -0700 2009 | Added memcache cache test. All cache tests are ... [joshthecoder] |
![]() |
tutorial/ | Mon Aug 10 10:58:49 -0700 2009 | Update tutorial 1 to demo storing/loading oauth... [joshthecoder] |
![]() |
tweepy/ | Wed Aug 12 23:52:40 -0700 2009 | Added memcache cache test. All cache tests are ... [joshthecoder] |
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 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. 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 Website: Git Repository: <https://gitorious.org/tweepy> OR <https://github.com/joshthecoder/tweepy> Mailinglist: tweepy@googlegroups.com
This feature is coming soon. Sit tight!