citp / news-disinformation-study

A research project on how web users consume, are exposed to, and share news online.
8 stars 2 forks source link

Integrate URL shim and shortener resolution into LinkExposure studies #20

Closed jonathanmayer closed 4 years ago

jonathanmayer commented 4 years ago

One possible path forward...

PranayAnchuri commented 4 years ago

First three steps are done : https://github.com/citp/web-science/commits/temp Short urls are obtained from - https://github.com/specious/check-bitly/blob/master/test/bitly-domains.txt and enriched with twitter and google see : https://github.com/citp/web-science/blob/temp/study/domains.js

jonathanmayer commented 4 years ago

see : https://github.com/citp/web-science/blob/temp/study/domains.js

Please put these shims and shorteners in a separate file associated with the new utility module.

Short urls are obtained from - https://github.com/specious/check-bitly/blob/master/test/bitly-domains.txt and enriched with twitter and google

There are a number of additional link shorteners to integrate. Please include as many as you can find. Some good starting points:

PranayAnchuri commented 4 years ago

Done. LinkExposure module is integrated with LinkResolution.