CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 19 Aug 2025 07:14:33 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100314085910
location: https://web.archive.org/web/20100314085910/https://github.com/abraham/intersect
server-timing: captures_list;dur=0.753548, exclusion.robots;dur=0.033967, exclusion.robots.policy;dur=0.016153, esindex;dur=0.013825, cdx.remote;dur=6.441135, LoadShardBlock;dur=176.521366, PetaboxLoader3.datanode;dur=73.568428, PetaboxLoader3.resolve;dur=57.237111
x-app-server: wwwb-app221
x-ts: 302
x-tr: 213
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-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=()
HTTP/2 200
server: nginx
date: Tue, 19 Aug 2025 07:14:34 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 14 Mar 2010 08:59:09 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "055a583ab3e308bf2795eee4b0ee8d0e"
x-archive-orig-x-runtime: 98ms
x-archive-orig-content-length: 21147
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: Sun, 14 Mar 2010 08:59:10 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 14 Mar 2010 08:59:10 GMT", ; rel="memento"; datetime="Sun, 14 Mar 2010 08:59:10 GMT", ; rel="next memento"; datetime="Thu, 25 Mar 2010 03:47:08 GMT", ; rel="last memento"; datetime="Sat, 23 Jan 2021 14:13:38 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_14_20100314053603_crawl101-c/52_14_20100314085854_crawl101.arc.gz
server-timing: captures_list;dur=0.507336, exclusion.robots;dur=0.015937, exclusion.robots.policy;dur=0.007669, esindex;dur=0.010168, cdx.remote;dur=33.188799, LoadShardBlock;dur=234.256163, PetaboxLoader3.datanode;dur=130.970713, PetaboxLoader3.resolve;dur=212.825071, load_resource;dur=155.983891
x-app-server: wwwb-app221
x-ts: 200
x-tr: 470
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
abraham's intersect at master - GitHub
abraham / intersect
- Source
- Commits
- Network (1)
- Issues (1)
- Downloads (12)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
LICENSE | Tue Oct 13 12:13:06 -0700 2009 | mit license [abraham] |
![]() |
README | Tue Dec 08 20:50:40 -0800 2009 | updated API section in README, removed stats se... [abraham] |
![]() |
chrome/ | Wed Dec 09 01:39:04 -0800 2009 | fixed a bug with displaying Friends following b... [abraham] |
README
Abraham Williams | intersect@poseurte.ch | https://intersect.labs.poseurtech.com | @abraham Intersect ---------- Display mutual friends and followers on Twitter profiles. Info ---------- Intersects and profiles are cached for 24 hours. Intersects are limited to the 5000 most recent friends and followers of each account. API ---------- Doing something with this API? Let me know by email intersect@poseurte.ch or on Twitter @abraham. URL format: https://intersect.labs.poseurtech.com/version/user_screen_name/profile_screen_name URL example: https://intersect.labs.poseurtech.com/1/abraham/twitterapi Return Data: { "friends": [{ "id": "6633812", "screen_name": "jazzychad", "name": "Chad", "profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/28332812\/addisontodd_mini.jpg", "cached_at": "1255517354" }, { "id": "8285392", "screen_name": "raffi", "name": "raffi", "profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/364041028\/raffi-headshot-casual_mini.png", "cached_at": "1255517354" }], "followers": [{ "id": "81400225", "screen_name": "rapmodels", "name": "RapModels.net", "profile_image_url": "http:\/\/a3.twimg.com\/profile_images\/463691039\/estherb_mini.jpg", "cached_at": "1255517354" }, { "id": "14179036", "screen_name": "gregtarnoff", "name": "Greg Tarnoff", "profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/339611842\/n597821109_2557838_4604496_mini.jpg", "cached_at": "1255517317" }] }