uson-ia / sistemas-de-recomendacion

En este repositorio se exploraran las tecnicas usadas para el desarrollo de los sistemas de recomendiacion, aplicaciones muy usadas actualmente.
GNU General Public License v2.0
2 stars 1 forks source link

Delicious #3

Open eduardoacye opened 9 years ago

eduardoacye commented 9 years ago
In [1]: import requests

In [2]: response = requests.get("http://feeds.delicious.com/v2/json/recent")

In [3]: response.text
Out[3]: u'[{"a": "", "d": "www.youtube.com", "n": "", "u": "http://icio.us/+af59351841284", "t": [""], "dt": "2038-01-19T03:14:07Z"}, {"a": "imoviehub", "d": "Amazon.com: Marvel Heroes Collection (Daredevil/Elektra/X-Men/ X2/X-Men 3: The Last Stand/ Fantastic Four & Fantastic Four: Rise of the Silver Surfer): Ben Afflek, Hugh Jackman: Movies & TV", "n": "", "u": "http://icio.us/+adeb45a9f1e1a", "t": [""], "dt": "2038-01-19T03:14:07Z"}, {"a": "raphlomonte", "d": "Politics this week | The Economist", "n": "", "u": "http://icio.us/+a1997f08d0dd7", "t": ["newsinenglish"], "dt": "2038-01-19T03:14:07Z"}, {"a": "erikpupo", "d": "Iraq\'s Christians persecuted by ISIS - CBS News", "n": "", "u": "http://icio.us/+ad074b2f0b8af", "t": [""], "dt": "2038-01-19T03:14:07Z"}, {"a": "pipinana", "d": "\\u041f\\u0440\\u0435\\u0431\\u0438\\u0445\\u0430 \\u043c\\u044a\\u0436 \\u043e\\u0442 \\u043f\\u043b\\u0430\\u0442\\u0435\\u043d\\u043e\\u0442\\u043e \\u043f\\u0430\\u0440\\u043a\\u0438\\u0440\\u0430\\u043d\\u0435 \\u0432 \\u0446\\u0435\\u043d\\u0442\\u044a\\u0440\\u0430 \\u043d\\u0430 \\u0421\\u043e\\u0444\\u0438\\u044f - \\u0411\\u044a\\u043b\\u0433\\u0430\\u0440\\u0438\\u044f - \\u0418\\u043d\\u0446\\u0438\\u0434\\u0435\\u043d\\u0442\\u0438 - Vesti.bg", "n": "", "u": "http://icio.us/+a1e7834971a50", "t": [""], "dt": "2038-01-19T03:14:07Z"}, {"a": "parkerwill", "d": "birmingham web designers", "n": "", "u": "http://icio.us/+a6a303ef13071", "t": [""], "dt": "2038-01-19T03:14:07Z"}, {"a": "luckychucky", "d": "Blade Runner : Final Scene \\u2014 \\"Tears in Rain\\" Soliloquy", "n": "", "u": "http://icio.us/+ae0a45abf5088", "t": [""], "dt": "2038-01-19T03:14:07Z"}, {"a": "preetibmc", "d": "Forex Online Broker", "n": "", "u": "http://icio.us/+af71cbd05e037", "t": ["forexonlinebroker"], "dt": "2038-01-19T03:14:07Z"}, {"a": "johnthomas786", "d": "Health Care, Moral Rights, and Selfish Action", "n": "", "u": "http://icio.us/+a445932940189", "t": ["andselfishaction", "healthcare", "moralrights"], "dt": "2038-01-19T03:14:07Z"}, {"a": "lilymendoza", "d": "Quiz - Are you friendly? - YouThink.com", "n": "", "u": "http://icio.us/+a2711122c71e1", "t": ["esl", "practice", "quizz", "youthink"], "dt": "2038-01-19T03:14:07Z"}]'

https://delicious.com/rss

Al rato edito esto

juliowaissman commented 9 years ago

Me piratie un gist donde viene un ejemplo del uso de la API de delicious que puede ser un punto de partida. Aqui lo pongo.

eduardoacye commented 9 years ago

Flow