CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 27 Jul 2025 10:17:20 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100102035533
location: https://web.archive.org/web/20100102035533/https://github.com/joshthecoder/tweepy/tree/py3k_1.0
server-timing: captures_list;dur=0.566951, exclusion.robots;dur=0.025983, exclusion.robots.policy;dur=0.016608, esindex;dur=0.010424, cdx.remote;dur=7.191692, LoadShardBlock;dur=188.623945, PetaboxLoader3.datanode;dur=99.898319, PetaboxLoader3.resolve;dur=70.440093
x-app-server: wwwb-app201
x-ts: 302
x-tr: 217
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app201; 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 10:17:20 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 02 Jan 2010 03:55:33 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "48f16945d5d314482ffedcc5cf98ca68"
x-archive-orig-x-runtime: 260ms
x-archive-orig-content-length: 26046
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: Sat, 02 Jan 2010 03:55:33 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 31 Oct 2009 18:10:15 GMT", ; rel="prev memento"; datetime="Sat, 31 Oct 2009 18:10:15 GMT", ; rel="memento"; datetime="Sat, 02 Jan 2010 03:55:33 GMT", ; rel="last memento"; datetime="Sat, 02 Jan 2010 03:55:33 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_20100102011558_crawl100-c/52_13_20100102035521_crawl101.arc.gz
server-timing: captures_list;dur=0.933619, exclusion.robots;dur=0.039063, exclusion.robots.policy;dur=0.019543, esindex;dur=0.018531, cdx.remote;dur=58.101512, LoadShardBlock;dur=1553.330239, PetaboxLoader3.resolve;dur=632.064169, PetaboxLoader3.datanode;dur=941.612095, load_resource;dur=105.771128
x-app-server: wwwb-app222
x-ts: 200
x-tr: 1799
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: HIT
server-timing: HIT
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
joshthecoder's tweepy at py3k_1.0 - GitHub
joshthecoder / tweepy
- Source
- Commits
- Network (8)
- Issues (2)
- Downloads (15)
- Wiki (2)
- Graphs
-
Tag:
py3k_1.0
tweepy /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sun Jul 05 12:24:56 -0700 2009 | Initial commit! Added api interface. Added lice... [joshthecoder] |
![]() |
CHANGES | Loading commit data... ![]() |
|
![]() |
LICENSE | Wed Jul 29 20:28:38 -0700 2009 | Added some ascii art to readme. Added copyright... [joshthecoder] |
![]() |
README | ||
![]() |
ROADMAP | ||
![]() |
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 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> Mailinglist: tweepy@googlegroups.com (questions/feature request/bug reports/anything else) 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!