CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 27 Jul 2025 18:00:03 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100603230319
location: https://web.archive.org/web/20100603230319/https://github.com/joshthecoder/tweepy/tree/1.0.1/
server-timing: captures_list;dur=0.708817, exclusion.robots;dur=0.024414, exclusion.robots.policy;dur=0.011463, esindex;dur=0.014313, cdx.remote;dur=1462.777983, LoadShardBlock;dur=493.071623, PetaboxLoader3.datanode;dur=372.913700, PetaboxLoader3.resolve;dur=105.941571
x-app-server: wwwb-app213
x-ts: 302
x-tr: 1982
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app213; 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 18:00:05 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 03 Jun 2010 23:03:19 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "eeff9022c85e299fb49af418ecdd30bb"
x-archive-orig-x-runtime: 59ms
x-archive-orig-content-length: 27579
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: Thu, 03 Jun 2010 23:03:19 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 07 Oct 2009 13:13:37 GMT", ; rel="prev memento"; datetime="Mon, 07 Dec 2009 14:30:06 GMT", ; rel="memento"; datetime="Thu, 03 Jun 2010 23:03:19 GMT", ; rel="next memento"; datetime="Fri, 13 Aug 2010 20:56:37 GMT", ; rel="last memento"; datetime="Sun, 31 Oct 2010 00:26:10 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_16_20100603192114_crawl103_IndexOnly-c/52_16_20100603230245_crawl101.arc.gz
server-timing: captures_list;dur=1.385847, exclusion.robots;dur=0.025317, exclusion.robots.policy;dur=0.011096, esindex;dur=0.013925, cdx.remote;dur=1564.765954, LoadShardBlock;dur=206.313705, PetaboxLoader3.datanode;dur=125.355570, PetaboxLoader3.resolve;dur=223.363547, load_resource;dur=171.542944
x-app-server: wwwb-app213
x-ts: 200
x-tr: 2039
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.1 - GitHub
joshthecoder / tweepy
- Source
- Commits
- Network (31)
- Issues (8)
- Downloads (16)
- Wiki (2)
- Graphs
-
Tag:
1.0.1
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 | Sun Jul 05 12:24:56 -0700 2009 | Initial commit! Added api interface. Added lice... [joshthecoder] |
![]() |
CHANGES | Sun Sep 13 13:01:22 -0700 2009 | Made file locking more portable for FileCache. [joshthecoder] |
![]() |
LICENSE | Wed Jul 29 20:28:38 -0700 2009 | Added some ascii art to readme. Added copyright... [joshthecoder] |
![]() |
README | Sun Sep 13 12:36:22 -0700 2009 | Added rest of search API trending methods. [joshthecoder] |
![]() |
ROADMAP | Sun Sep 13 13:01:22 -0700 2009 | Made file locking more portable for FileCache. [joshthecoder] |
![]() |
setup.py | Loading commit data... ![]() |
|
![]() |
streamwatcher.py | Sun Sep 13 12:14:23 -0700 2009 | 2 space -> 4 space indents [joshthecoder] |
![]() |
tests.py | Sun Sep 13 13:01:22 -0700 2009 | Made file locking more portable for FileCache. [joshthecoder] |
![]() |
tutorial/ | ||
![]() |
tweepy/ | ||
![]() |
tweepyshell.py |
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 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