CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Sun, 27 Jul 2025 15:20:02 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 22 Jul 2010 06:18:29 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "e7d2fe968a6e29766c220723c88535c0"
x-archive-orig-x-runtime: 105ms
x-archive-orig-content-length: 30682
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, 22 Jul 2010 06:18:30 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 22 Jul 2010 06:18:30 GMT", ; rel="memento"; datetime="Thu, 22 Jul 2010 06:18:30 GMT", ; rel="last memento"; datetime="Thu, 22 Jul 2010 06:18:30 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_16_20100722055223_crawl101-c/51_16_20100722061637_crawl101.arc.gz
server-timing: captures_list;dur=1.598051, exclusion.robots;dur=0.034420, exclusion.robots.policy;dur=0.016984, esindex;dur=0.016058, cdx.remote;dur=118.033100, LoadShardBlock;dur=445.739347, PetaboxLoader3.datanode;dur=174.682999, PetaboxLoader3.resolve;dur=475.033207, load_resource;dur=210.119188
x-app-server: wwwb-app221
x-ts: 200
x-tr: 859
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app221; 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=()
content-encoding: gzip
joshthecoder's tweepy at 1.7.1 - GitHub
joshthecoder / tweepy
- Source
- Commits
- Network (39)
- Issues (11)
- Downloads (16)
- Wiki (2)
- Graphs
-
Tag:
1.7.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 | Thu Nov 05 15:18:56 -0800 2009 | Update ignore file. [joshthecoder] |
![]() |
CHANGELOG | Thu Mar 18 16:02:25 -0700 2010 | Increment version # and update changelog. Chan... [joshthecoder] |
![]() |
CONTRIBUTORS | Fri Apr 02 20:01:49 -0700 2010 | Merge 'jnr/master' [joshthecoder] |
![]() |
INSTALL | Sat Nov 07 12:26:51 -0800 2009 | Move install instructions out of readme and int... [joshthecoder] |
![]() |
LICENSE | Sat Jan 30 16:12:52 -0800 2010 | Update license and copyright years. Hello 2010! [joshthecoder] |
![]() |
README | Thu Mar 18 20:15:46 -0700 2010 | Update contributors and readme. [joshthecoder] |
![]() |
doc/ | Sun May 23 20:35:38 -0700 2010 | Documentation fix in oauth tutorial. [joshthecoder] |
![]() |
setup.py | Tue May 25 08:25:53 -0700 2010 | Fix for python 2.4. Release 1.7.1. [joshthecoder] |
![]() |
tests.py | Sun May 23 20:47:30 -0700 2010 | Re-enable some tests. [joshthecoder] |
![]() |
tweepy/ | Tue May 25 08:25:53 -0700 2010 | Fix for python 2.4. Release 1.7.1. [joshthecoder] |
![]() |
tweepyshell | Fri Mar 19 07:57:41 -0700 2010 | tweepyshell: remove unused import [imrehg] |
README
______ /_ __/_ __ ___ ___ ____ __ __ / / | | /| / // _ \ / _ \ / __ \ / / / / / / | |/ |/ // __// __// /_/ // /_/ / /_/ |__/|__/ \___/ \___// .___/ \__, / /_/ /____/ A Twitter library for Python! Also works with identi.ca/laconi.ca ! Features: + OAuth support (including xAuth) + Covers the entire Twitter API + Actively under development + Streaming API support + Cache system (memory, file) Documentation: https://joshthecoder.github.com/tweepy/docs/index.html Mailing list: https://groups.google.com/group/tweepy Chat: IRC freenode.net #tweepy Web interface: https://webchat.freenode.net/?channels=tweepy Wiki: https://wiki.github.com/joshthecoder/tweepy Bug tracker: https://github.com/joshthecoder/tweepy/issues Souce code: Library: https://github.com/joshthecoder/tweepy Examples: https://github.com/joshthecoder/tweepy-examples 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