javascript Explorar las APIs de Twitter
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript Explorar las APIs de Twitter相关的知识,希望对你有一定的参考价值。
/*
Primero hay que registrarse y crear una App en la página de desarrolladores: https://developer.twitter.com/en/apps
Creada la aplicación, se otorgan dos claves: API Key y API Secret key. Por ejemplo:
KEY1234567890 (API key)
SECRETKEY1234545565656577887 (API secret key)
Para crear una clave de autenticación se debe generar un token concatendando la API Key con dos puntos ":" y
luego concatenando la clave secreta:
BASE64([API Key]:[API secret key])
Esta clave luego se debe ingresar como un tipo de autorizacion Basic.
Cuando tengamos esta clave llamar con un POST a siguiente servicio:
curl
--request post
--url https://api.twitter.com/oauth2/token
--header 'accept-encoding: gzip'
--header 'authorization: Basic eHZ6MWV2RlM0d0VFUF...RUo4OERSZHlPZw=='
--header 'content-length: 29'
--header 'content-type: application/x-www-form-urlencoded;charset=UTF-8'
--data grant_type=client_credentials
El servicio responde con el token para autenticarnos en los siguientes servicios
*/
{
"token_type": "bearer",
"access_token": "AAAAAAAAAA..."
}
/*
Por último realizar la invocación al servicio que lista una Timeline de un usuario (el parámetro scree_name es el nombre de usuario):
curl
--request GET
--url 'https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=wilgustavo'
--header 'authorization: Bearer AAAAAAAA...'
*/
[
{
"created_at": "Sun Jul 14 12:58:32 +0000 2019",
"id": 1150389113000013824,
"id_str": "1150389113000013824",
"text": "RT @rsametband: Vivir bajo el agua, viajar en autos voladores, comer solo soja y lentejas para evitar las hambrunas. C\u00f3mo se imaginaba el f\u2026",
"truncated": false,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [
{
"screen_name": "rsametband",
"name": "Ricardo Sametband",
"id": 15813547,
"id_str": "15813547",
"indices": [
3,
14
]
}
],
"urls": []
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"retweeted_status": {
"created_at": "Sun Jul 14 12:45:03 +0000 2019",
"id": 1150385718742663170,
"id_str": "1150385718742663170",
"text": "Vivir bajo el agua, viajar en autos voladores, comer solo soja y lentejas para evitar las hambrunas. C\u00f3mo se imagin\u2026 https:\/\/t.co\/lWAEg5Qj5D",
"truncated": true,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https:\/\/t.co\/lWAEg5Qj5D",
"expanded_url": "https:\/\/twitter.com\/i\/web\/status\/1150385718742663170",
"display_url": "twitter.com\/i\/web\/status\/1\u2026",
"indices": [
117,
140
]
}
]
},
"source": "\u003ca href=\"https:\/\/buffer.com\" rel=\"nofollow\"\u003eBuffer\u003c\/a\u003e",
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 15813547,
"id_str": "15813547",
"name": "Ricardo Sametband",
"screen_name": "rsametband",
"location": "Argentina",
"description": "Tecnolog\u00eda y podcasts en @lanacion, radio en @controlzradio, cada tanto le saco fotos a celulares junto a alfajores",
"url": "http:\/\/t.co\/NT4WMXh3lH",
"entities": {
"url": {
"urls": [
{
"url": "http:\/\/t.co\/NT4WMXh3lH",
"expanded_url": "http:\/\/blogs.lanacion.com.ar\/movilandia\/",
"display_url": "blogs.lanacion.com.ar\/movilandia\/",
"indices": [
0,
22
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 17233,
"friends_count": 633,
"listed_count": 477,
"created_at": "Mon Aug 11 20:38:24 +0000 2008",
"favourites_count": 11562,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": true,
"statuses_count": 46425,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "022330",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/547386802290434048\/ptOgiETV_normal.jpeg",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/547386802290434048\/ptOgiETV_normal.jpeg",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/15813547\/1515168226",
"profile_link_color": "3B94D9",
"profile_sidebar_border_color": "FFFFFF",
"profile_sidebar_fill_color": "C0DFEC",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": false,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 12,
"favorite_count": 19,
"favorited": false,
"retweeted": false,
"possibly_sensitive": false,
"lang": "es"
},
"is_quote_status": false,
"retweet_count": 12,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"lang": "es"
},
{
"created_at": "Sun Jul 14 12:51:23 +0000 2019",
"id": 1150387314608222208,
"id_str": "1150387314608222208",
"text": "What is the worst ever variable name?\ndata\n\nWhat is the second-worst name?\ndata2\n\nWhat is the third-worst name ever\u2026 https:\/\/t.co\/BTpCwS5guW",
"truncated": true,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https:\/\/t.co\/BTpCwS5guW",
"expanded_url": "https:\/\/twitter.com\/i\/web\/status\/1150387314608222208",
"display_url": "twitter.com\/i\/web\/status\/1\u2026",
"indices": [
117,
140
]
}
]
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": 1150387021992648706,
"in_reply_to_status_id_str": "1150387021992648706",
"in_reply_to_user_id": 88253368,
"in_reply_to_user_id_str": "88253368",
"in_reply_to_screen_name": "wilgustavo",
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 1,
"favorited": false,
"retweeted": false,
"possibly_sensitive": false,
"lang": "en"
},
{
"created_at": "Sun Jul 14 12:50:13 +0000 2019",
"id": 1150387021992648706,
"id_str": "1150387021992648706",
"text": "Un lugar com\u00fan donde suele aparecer un mal olor es en el nombre de las cosas \"Mysterious Name Smell\"",
"truncated": false,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": []
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": 1150380016406077440,
"in_reply_to_status_id_str": "1150380016406077440",
"in_reply_to_user_id": 88253368,
"in_reply_to_user_id_str": "88253368",
"in_reply_to_screen_name": "wilgustavo",
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"lang": "es"
},
{
"created_at": "Sun Jul 14 12:22:23 +0000 2019",
"id": 1150380016406077440,
"id_str": "1150380016406077440",
"text": "\u00bfC\u00f3mo podemos determinar donde reestructurar (y cuando detenernos)? \nUna pista nos da los \"code smell\" https:\/\/t.co\/sRdrJqxwlr",
"truncated": false,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [],
"media": [
{
"id": 1150379920855617536,
"id_str": "1150379920855617536",
"indices": [
103,
126
],
"media_url": "http:\/\/pbs.twimg.com\/tweet_video_thumb\/D_b4cWtXUAA2Ael.jpg",
"media_url_https": "https:\/\/pbs.twimg.com\/tweet_video_thumb\/D_b4cWtXUAA2Ael.jpg",
"url": "https:\/\/t.co\/sRdrJqxwlr",
"display_url": "pic.twitter.com\/sRdrJqxwlr",
"expanded_url": "https:\/\/twitter.com\/wilgustavo\/status\/1150380016406077440\/photo\/1",
"type": "photo",
"sizes": {
"small": {
"w": 400,
"h": 300,
"resize": "fit"
},
"thumb": {
"w": 150,
"h": 150,
"resize": "crop"
},
"large": {
"w": 400,
"h": 300,
"resize": "fit"
},
"medium": {
"w": 400,
"h": 300,
"resize": "fit"
}
}
}
]
},
"extended_entities": {
"media": [
{
"id": 1150379920855617536,
"id_str": "1150379920855617536",
"indices": [
103,
126
],
"media_url": "http:\/\/pbs.twimg.com\/tweet_video_thumb\/D_b4cWtXUAA2Ael.jpg",
"media_url_https": "https:\/\/pbs.twimg.com\/tweet_video_thumb\/D_b4cWtXUAA2Ael.jpg",
"url": "https:\/\/t.co\/sRdrJqxwlr",
"display_url": "pic.twitter.com\/sRdrJqxwlr",
"expanded_url": "https:\/\/twitter.com\/wilgustavo\/status\/1150380016406077440\/photo\/1",
"type": "animated_gif",
"sizes": {
"small": {
"w": 400,
"h": 300,
"resize": "fit"
},
"thumb": {
"w": 150,
"h": 150,
"resize": "crop"
},
"large": {
"w": 400,
"h": 300,
"resize": "fit"
},
"medium": {
"w": 400,
"h": 300,
"resize": "fit"
}
},
"video_info": {
"aspect_ratio": [
4,
3
],
"variants": [
{
"bitrate": 0,
"content_type": "video\/mp4",
"url": "https:\/\/video.twimg.com\/tweet_video\/D_b4cWtXUAA2Ael.mp4"
}
]
}
}
]
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": 1150379162827415552,
"in_reply_to_status_id_str": "1150379162827415552",
"in_reply_to_user_id": 88253368,
"in_reply_to_user_id_str": "88253368",
"in_reply_to_screen_name": "wilgustavo",
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"possibly_sensitive": false,
"lang": "es"
},
{
"created_at": "Sun Jul 14 12:21:06 +0000 2019",
"id": 1150379694539333632,
"id_str": "1150379694539333632",
"text": "No existe una traducci\u00f3n para Refactoring \ud83d\ude2d\n\nhttps:\/\/t.co\/fmvte3Mlmq",
"truncated": false,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https:\/\/t.co\/fmvte3Mlmq",
"expanded_url": "https:\/\/twitter.com\/raeinforma\/status\/872432417109401600",
"display_url": "twitter.com\/raeinforma\/sta\u2026",
"indices": [
45,
68
]
}
]
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": true,
"quoted_status_id": 872432417109401600,
"quoted_status_id_str": "872432417109401600",
"quoted_status": {
"created_at": "Wed Jun 07 12:37:51 +0000 2017",
"id": 872432417109401600,
"id_str": "872432417109401600",
"text": "@alexdeiwor #RAEconsultas Para traducir la voz ingl. \u00abrefactoring\u00bb se documentan \u00abperfeccionar\u00bb, \u00abreestructurar\u00bb, \u00ab\u2026 https:\/\/t.co\/XUqNc20PZs",
"truncated": true,
"entities": {
"hashtags": [
{
"text": "RAEconsultas",
"indices": [
12,
25
]
}
],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https:\/\/t.co\/XUqNc20PZs",
"expanded_url": "https:\/\/twitter.com\/i\/web\/status\/872432417109401600",
"display_url": "twitter.com\/i\/web\/status\/8\u2026",
"indices": [
117,
140
]
}
]
},
"source": "\u003ca href=\"http:\/\/www.hootsuite.com\" rel=\"nofollow\"\u003eHootsuite\u003c\/a\u003e",
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 350411337,
"id_str": "350411337",
"name": "RAE",
"screen_name": "RAEinforma",
"location": "Madrid, Espa\u00f1a",
"description": "La Real Academia Espa\u00f1ola vela desde 1713 por el buen uso y la unidad del espa\u00f1ol, patrimonio com\u00fan de 500 millones de personas. Dudas ling\u00fc\u00edsticas: #dudaRAE",
"url": "http:\/\/t.co\/k2GRmhhAeW",
"entities": {
"url": {
"urls": [
{
"url": "http:\/\/t.co\/k2GRmhhAeW",
"expanded_url": "http:\/\/www.rae.es",
"display_url": "rae.es",
"indices": [
0,
22
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 1426825,
"friends_count": 156,
"listed_count": 7498,
"created_at": "Sun Aug 07 18:41:46 +0000 2011",
"favourites_count": 934,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": true,
"statuses_count": 268346,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": true,
"profile_background_color": "0E2657",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1111384411948363777\/Y3ek0deU_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1111384411948363777\/Y3ek0deU_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/350411337\/1553810632",
"profile_link_color": "9C1A09",
"profile_sidebar_border_color": "000000",
"profile_sidebar_fill_color": "FFFFFF",
"profile_text_color": "333333",
"profile_use_background_image": false,
"has_extended_profile": false,
"default_profile": false,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 1,
"favorited": false,
"retweeted": false,
"lang": "es"
},
"retweet_count": 0,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"possibly_sensitive": false,
"lang": "es"
},
{
"created_at": "Sun Jul 14 12:19:00 +0000 2019",
"id": 1150379162827415552,
"id_str": "1150379162827415552",
"text": "Sigo con la lectura del libro Refactoring de @martinfowler",
"truncated": false,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [
{
"screen_name": "martinfowler",
"name": "Martin Fowler",
"id": 16665197,
"id_str": "16665197",
"indices": [
45,
58
]
}
],
"urls": []
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"lang": "es"
},
{
"created_at": "Sun Jul 14 00:48:04 +0000 2019",
"id": 1150205284058587137,
"id_str": "1150205284058587137",
"text": "RT @unServidor: Cuenta la leyenda que un rey le pregunt\u00f3 al inventor del ajedrez c\u00f3mo pod\u00eda recompensarlo por su creaci\u00f3n, y \u00e9ste le dijo q\u2026",
"truncated": false,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [
{
"screen_name": "unServidor",
"name": "Coso",
"id": 124318369,
"id_str": "124318369",
"indices": [
3,
14
]
}
],
"urls": []
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"retweeted_status": {
"created_at": "Sun Jul 14 00:38:53 +0000 2019",
"id": 1150202972778967040,
"id_str": "1150202972778967040",
"text": "Cuenta la leyenda que un rey le pregunt\u00f3 al inventor del ajedrez c\u00f3mo pod\u00eda recompensarlo por su creaci\u00f3n, y \u00e9ste l\u2026 https:\/\/t.co\/muqxeDl4N3",
"truncated": true,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https:\/\/t.co\/muqxeDl4N3",
"expanded_url": "https:\/\/twitter.com\/i\/web\/status\/1150202972778967040",
"display_url": "twitter.com\/i\/web\/status\/1\u2026",
"indices": [
117,
140
]
}
]
},
"source": "\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e",
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 124318369,
"id_str": "124318369",
"name": "Coso",
"screen_name": "unServidor",
"location": "Buenos Aires",
"description": "Aprendiz aficionado de alumno amateur.",
"url": "https:\/\/t.co\/ZVXYfo1SoJ",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/ZVXYfo1SoJ",
"expanded_url": "https:\/\/www.instagram.com\/unservidor_\/",
"display_url": "instagram.com\/unservidor_\/",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 23637,
"friends_count": 301,
"listed_count": 500,
"created_at": "Fri Mar 19 00:55:15 +0000 2010",
"favourites_count": 40452,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 72580,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1033438909739491329\/fAUEwhxq_normal.jpg",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1033438909739491329\/fAUEwhxq_normal.jpg",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/124318369\/1456849028",
"profile_link_color": "0084B4",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": false,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 2,
"favorite_count": 7,
"favorited": false,
"retweeted": false,
"lang": "es"
},
"is_quote_status": false,
"retweet_count": 2,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"lang": "es"
},
{
"created_at": "Sun Jul 14 00:45:18 +0000 2019",
"id": 1150204591243452416,
"id_str": "1150204591243452416",
"text": "@unServidor Wolfram saca la cuenta \n\nhttps:\/\/t.co\/iTY0fhdIGy",
"truncated": false,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [
{
"screen_name": "unServidor",
"name": "Coso",
"id": 124318369,
"id_str": "124318369",
"indices": [
0,
11
]
}
],
"urls": [
{
"url": "https:\/\/t.co\/iTY0fhdIGy",
"expanded_url": "https:\/\/www.wolframalpha.com\/input\/?i=(2%5E64)-1",
"display_url": "wolframalpha.com\/input\/?i=(2%5E\u2026",
"indices": [
37,
60
]
}
]
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": 1150202972778967040,
"in_reply_to_status_id_str": "1150202972778967040",
"in_reply_to_user_id": 124318369,
"in_reply_to_user_id_str": "124318369",
"in_reply_to_screen_name": "unServidor",
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"possibly_sensitive": false,
"lang": "es"
},
{
"created_at": "Sat Jul 13 19:51:30 +0000 2019",
"id": 1150130650101571584,
"id_str": "1150130650101571584",
"text": "RT @ankinson: The only way to be a 10x engineer is to leave so much crap behind you, everyone else spends 90% of their time cleaning up aft\u2026",
"truncated": false,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [
{
"screen_name": "ankinson",
"name": "Andy Wilkinson",
"id": 45101977,
"id_str": "45101977",
"indices": [
3,
12
]
}
],
"urls": []
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"retweeted_status": {
"created_at": "Sat Jul 13 19:26:35 +0000 2019",
"id": 1150124381026299904,
"id_str": "1150124381026299904",
"text": "The only way to be a 10x engineer is to leave so much crap behind you, everyone else spends 90% of their time clean\u2026 https:\/\/t.co\/KE2EumgkAu",
"truncated": true,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https:\/\/t.co\/KE2EumgkAu",
"expanded_url": "https:\/\/twitter.com\/i\/web\/status\/1150124381026299904",
"display_url": "twitter.com\/i\/web\/status\/1\u2026",
"indices": [
117,
140
]
}
]
},
"source": "\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e",
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 45101977,
"id_str": "45101977",
"name": "Andy Wilkinson",
"screen_name": "ankinson",
"location": "Hampshire, England",
"description": "I work on @springBoot and @springrestdocs at @Pivotal. iOS developer at @DeftMethods. Views, models, and controllers are all my own. He\/him.",
"url": "https:\/\/t.co\/goCuD205Tt",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/goCuD205Tt",
"expanded_url": "http:\/\/deftmethods.com",
"display_url": "deftmethods.com",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 4566,
"friends_count": 253,
"listed_count": 109,
"created_at": "Sat Jun 06 09:44:35 +0000 2009",
"favourites_count": 1594,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 5142,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/792686387611009028\/HnW-w0SZ_normal.jpg",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/792686387611009028\/HnW-w0SZ_normal.jpg",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 16,
"favorite_count": 56,
"favorited": false,
"retweeted": false,
"lang": "en"
},
"is_quote_status": false,
"retweet_count": 16,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"lang": "en"
},
{
"created_at": "Sat Jul 13 17:46:12 +0000 2019",
"id": 1150099119249211392,
"id_str": "1150099119249211392",
"text": "Muy buena la reflexi\u00f3n de que \"casi nadie es Netflix\": cada uno tiene que adaptase a la escala de complejidad que l\u2026 https:\/\/t.co\/8jPLYynNFE",
"truncated": true,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https:\/\/t.co\/8jPLYynNFE",
"expanded_url": "https:\/\/twitter.com\/i\/web\/status\/1150099119249211392",
"display_url": "twitter.com\/i\/web\/status\/1\u2026",
"indices": [
117,
140
]
}
]
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": 1150099061271388161,
"in_reply_to_status_id_str": "1150099061271388161",
"in_reply_to_user_id": 88253368,
"in_reply_to_user_id_str": "88253368",
"in_reply_to_screen_name": "wilgustavo",
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"lang": "es"
},
{
"created_at": "Sat Jul 13 17:45:58 +0000 2019",
"id": 1150099061271388161,
"id_str": "1150099061271388161",
"text": "\u00bfQu\u00e9 es una aplicaci\u00f3n Cloud native? Un aplicaci\u00f3n que tiene las siguientes caracter\u00edsticas: resiliency, agillity,\u2026 https:\/\/t.co\/8AVmcbKuUE",
"truncated": true,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https:\/\/t.co\/8AVmcbKuUE",
"expanded_url": "https:\/\/twitter.com\/i\/web\/status\/1150099061271388161",
"display_url": "twitter.com\/i\/web\/status\/1\u2026",
"indices": [
116,
139
]
}
]
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": 1150098988345044992,
"in_reply_to_status_id_str": "1150098988345044992",
"in_reply_to_user_id": 88253368,
"in_reply_to_user_id_str": "88253368",
"in_reply_to_screen_name": "wilgustavo",
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"possibly_sensitive": false,
"lang": "es"
},
{
"created_at": "Sat Jul 13 17:45:41 +0000 2019",
"id": 1150098988345044992,
"id_str": "1150098988345044992",
"text": "Muy buena estrategia es adoptar patrones de dise\u00f1o para crear una arquitectura mas desacoplada y resistente.",
"truncated": false,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": []
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": 1150098891578195969,
"in_reply_to_status_id_str": "1150098891578195969",
"in_reply_to_user_id": 88253368,
"in_reply_to_user_id_str": "88253368",
"in_reply_to_screen_name": "wilgustavo",
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"lang": "es"
},
{
"created_at": "Sat Jul 13 17:45:18 +0000 2019",
"id": 1150098891578195969,
"id_str": "1150098891578195969",
"text": "Fitness functions: pautas o m\u00e9tricas de una arquitectura para controlar la evoluci\u00f3n:\n* Costos econ\u00f3micos\n* Tiempos\u2026 https:\/\/t.co\/zUvTolbFoN",
"truncated": true,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https:\/\/t.co\/zUvTolbFoN",
"expanded_url": "https:\/\/twitter.com\/i\/web\/status\/1150098891578195969",
"display_url": "twitter.com\/i\/web\/status\/1\u2026",
"indices": [
117,
140
]
}
]
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": 1150098808870768641,
"in_reply_to_status_id_str": "1150098808870768641",
"in_reply_to_user_id": 88253368,
"in_reply_to_user_id_str": "88253368",
"in_reply_to_screen_name": "wilgustavo",
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"lang": "es"
},
{
"created_at": "Sat Jul 13 17:44:58 +0000 2019",
"id": 1150098808870768641,
"id_str": "1150098808870768641",
"text": "Principios de organizaci\u00f3n: Equipos cross que despliegan lo que crean. De esta forma evitamos que las capas de apli\u2026 https:\/\/t.co\/PRb1azqfpg",
"truncated": true,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https:\/\/t.co\/PRb1azqfpg",
"expanded_url": "https:\/\/twitter.com\/i\/web\/status\/1150098808870768641",
"display_url": "twitter.com\/i\/web\/status\/1\u2026",
"indices": [
117,
140
]
}
]
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": 1150098755829600257,
"in_reply_to_status_id_str": "1150098755829600257",
"in_reply_to_user_id": 88253368,
"in_reply_to_user_id_str": "88253368",
"in_reply_to_screen_name": "wilgustavo",
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"lang": "es"
},
{
"created_at": "Sat Jul 13 17:44:45 +0000 2019",
"id": 1150098755829600257,
"id_str": "1150098755829600257",
"text": "Esta muy bueno como cuenta la evoluci\u00f3n de la infraestructura, primero se representaba con diagramas de red de m\u00e1qu\u2026 https:\/\/t.co\/BLsW45tW7N",
"truncated": true,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https:\/\/t.co\/BLsW45tW7N",
"expanded_url": "https:\/\/twitter.com\/i\/web\/status\/1150098755829600257",
"display_url": "twitter.com\/i\/web\/status\/1\u2026",
"indices": [
117,
140
]
}
]
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": 1150098650128965633,
"in_reply_to_status_id_str": "1150098650128965633",
"in_reply_to_user_id": 88253368,
"in_reply_to_user_id_str": "88253368",
"in_reply_to_screen_name": "wilgustavo",
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"lang": "es"
},
{
"created_at": "Sat Jul 13 17:44:20 +0000 2019",
"id": 1150098650128965633,
"id_str": "1150098650128965633",
"text": "La arquitectura evolutiva. Puntos clave:\n* Cambios incrementales\n* Fitness functions\n* Cuidar el acoplamiento entre componentes.",
"truncated": false,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": []
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": 1150098570017738759,
"in_reply_to_status_id_str": "1150098570017738759",
"in_reply_to_user_id": 88253368,
"in_reply_to_user_id_str": "88253368",
"in_reply_to_screen_name": "wilgustavo",
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"lang": "es"
},
{
"created_at": "Sat Jul 13 17:44:01 +0000 2019",
"id": 1150098570017738759,
"id_str": "1150098570017738759",
"text": "Arquitectura evolutiva.\nEl sistema se va adaptando a los cambios del entorno. El cambio va siendo guiado y de forma\u2026 https:\/\/t.co\/qfgi5zsVp7",
"truncated": true,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https:\/\/t.co\/qfgi5zsVp7",
"expanded_url": "https:\/\/twitter.com\/i\/web\/status\/1150098570017738759",
"display_url": "twitter.com\/i\/web\/status\/1\u2026",
"indices": [
117,
140
]
}
]
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": 1150098406498557952,
"in_reply_to_status_id_str": "1150098406498557952",
"in_reply_to_user_id": 88253368,
"in_reply_to_user_id_str": "88253368",
"in_reply_to_screen_name": "wilgustavo",
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"lang": "es"
},
{
"created_at": "Sat Jul 13 17:43:22 +0000 2019",
"id": 1150098406498557952,
"id_str": "1150098406498557952",
"text": "Excelente charla de @flype sobre Arquitectura evolutiva https:\/\/t.co\/W7amvkHttm \n#softwareArchitecture. #systemarchitecture",
"truncated": false,
"entities": {
"hashtags": [
{
"text": "softwareArchitecture",
"indices": [
81,
102
]
},
{
"text": "systemarchitecture",
"indices": [
104,
123
]
}
],
"symbols": [],
"user_mentions": [
{
"screen_name": "flype",
"name": "Felipe Talavera",
"id": 44233,
"id_str": "44233",
"indices": [
20,
26
]
}
],
"urls": [
{
"url": "https:\/\/t.co\/W7amvkHttm",
"expanded_url": "https:\/\/youtu.be\/Tmgqlt93xB0",
"display_url": "youtu.be\/Tmgqlt93xB0",
"indices": [
56,
79
]
}
]
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 1,
"favorited": false,
"retweeted": false,
"possibly_sensitive": false,
"lang": "es"
},
{
"created_at": "Sat Jul 13 14:45:15 +0000 2019",
"id": 1150053579845189633,
"id_str": "1150053579845189633",
"text": "RT @SaffronCR: Hay jefes que al no tener criterio sobre programaci\u00f3n o ingenier\u00eda ven a un t\u00edo aparentemente sacar el trabajo 10 veces m\u00e1s\u2026",
"truncated": false,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [
{
"screen_name": "SaffronCR",
"name": "Cristina Ramos",
"id": 1081491518,
"id_str": "1081491518",
"indices": [
3,
13
]
}
],
"urls": []
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"retweeted_status": {
"created_at": "Sat Jul 13 07:26:15 +0000 2019",
"id": 1149943101814968320,
"id_str": "1149943101814968320",
"text": "Hay jefes que al no tener criterio sobre programaci\u00f3n o ingenier\u00eda ven a un t\u00edo aparentemente sacar el trabajo 10 v\u2026 https:\/\/t.co\/Y60RHy8TCc",
"truncated": true,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https:\/\/t.co\/Y60RHy8TCc",
"expanded_url": "https:\/\/twitter.com\/i\/web\/status\/1149943101814968320",
"display_url": "twitter.com\/i\/web\/status\/1\u2026",
"indices": [
117,
140
]
}
]
},
"source": "\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e",
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 1081491518,
"id_str": "1081491518",
"name": "Cristina Ramos",
"screen_name": "SaffronCR",
"location": "Spain",
"description": "Game developer, amateur boxer, cosplayer, adventure lover and part time assassin.",
"url": "https:\/\/t.co\/vheoPN0k65",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/vheoPN0k65",
"expanded_url": "https:\/\/medium.com\/@saffroncr",
"display_url": "medium.com\/@saffroncr",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 2894,
"friends_count": 249,
"listed_count": 86,
"created_at": "Sat Jan 12 01:43:25 +0000 2013",
"favourites_count": 13858,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 31112,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "1A1B1F",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme6\/bg.gif",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme6\/bg.gif",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1146773120260411394\/7ytQa_K-_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1146773120260411394\/7ytQa_K-_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/1081491518\/1562247267",
"profile_link_color": "DD2E44",
"profile_sidebar_border_color": "FFFFFF",
"profile_sidebar_fill_color": "A0C5C7",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": false,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": true,
"quoted_status_id": 1149302828420067328,
"quoted_status_id_str": "1149302828420067328",
"quoted_status": {
"created_at": "Thu Jul 11 13:02:01 +0000 2019",
"id": 1149302828420067328,
"id_str": "1149302828420067328",
"text": "10x engineers\n\nFounders if you ever come across this rare breed of engineers, grab them. If you have a 10x engineer\u2026 https:\/\/t.co\/s3IR3i0csL",
"truncated": true,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https:\/\/t.co\/s3IR3i0csL",
"expanded_url": "https:\/\/twitter.com\/i\/web\/status\/1149302828420067328",
"display_url": "twitter.com\/i\/web\/status\/1\u2026",
"indices": [
117,
140
]
}
]
},
"source": "\u003ca href=\"https:\/\/mobile.twitter.com\" rel=\"nofollow\"\u003eTwitter Web App\u003c\/a\u003e",
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 87211457,
"id_str": "87211457",
"name": "Shekhar Kirani",
"screen_name": "skirani",
"location": "Bangalore, India",
"description": "@accel_india. #startup investing. \u2764\ufe0f startups disrupting businesses. Investor @freshworks, @browserstack, @zenotiSoftware More: https:\/\/t.co\/XzvUa3TQBX",
"url": "https:\/\/t.co\/sxKqmxaimb",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/sxKqmxaimb",
"expanded_url": "http:\/\/www.accel.com",
"display_url": "accel.com",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": [
{
"url": "https:\/\/t.co\/XzvUa3TQBX",
"expanded_url": "http:\/\/linkedin.com\/in\/kirani",
"display_url": "linkedin.com\/in\/kirani",
"indices": [
128,
151
]
}
]
}
},
"protected": false,
"followers_count": 30647,
"friends_count": 185,
"listed_count": 224,
"created_at": "Tue Nov 03 15:14:44 +0000 2009",
"favourites_count": 1554,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 2070,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/650354680036388864\/XXby5xZx_normal.jpg",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/650354680036388864\/XXby5xZx_normal.jpg",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 935,
"favorite_count": 2956,
"favorited": false,
"retweeted": false,
"lang": "en"
},
"retweet_count": 168,
"favorite_count": 359,
"favorited": false,
"retweeted": false,
"possibly_sensitive": false,
"lang": "es"
},
"is_quote_status": true,
"quoted_status_id": 1149302828420067328,
"quoted_status_id_str": "1149302828420067328",
"retweet_count": 168,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"lang": "es"
},
{
"created_at": "Sat Jul 13 13:14:42 +0000 2019",
"id": 1150030791981916161,
"id_str": "1150030791981916161",
"text": "RT @natalia_tech1: C\u00f3mo Llevar a Cabo un Sprint de Dise\u00f1o Efectivo #Sprint #Dise\u00f1o https:\/\/t.co\/WwhzIsbt3q https:\/\/t.co\/PNAQBZvgDO",
"truncated": false,
"entities": {
"hashtags": [
{
"text": "Sprint",
"indices": [
67,
74
]
},
{
"text": "Dise\u00f1o",
"indices": [
75,
82
]
}
],
"symbols": [],
"user_mentions": [
{
"screen_name": "natalia_tech1",
"name": "Natalia C.",
"id": 770614715101753344,
"id_str": "770614715101753344",
"indices": [
3,
17
]
}
],
"urls": [
{
"url": "https:\/\/t.co\/PNAQBZvgDO",
"expanded_url": "https:\/\/jserranobi.blogspot.com\/2018\/05\/como-llevar-cabo-un-sprint-de-diseno.html",
"display_url": "jserranobi.blogspot.com\/2018\/05\/como-l\u2026",
"indices": [
107,
130
]
}
],
"media": [
{
"id": 1005939652149366788,
"id_str": "1005939652149366788",
"indices": [
83,
106
],
"media_url": "http:\/\/pbs.twimg.com\/media\/DfXQyK_X0AQZ_jL.jpg",
"media_url_https": "https:\/\/pbs.twimg.com\/media\/DfXQyK_X0AQZ_jL.jpg",
"url": "https:\/\/t.co\/WwhzIsbt3q",
"display_url": "pic.twitter.com\/WwhzIsbt3q",
"expanded_url": "https:\/\/twitter.com\/Daniperez___\/status\/1005939674307801088\/photo\/1",
"type": "photo",
"sizes": {
"small": {
"w": 680,
"h": 389,
"resize": "fit"
},
"thumb": {
"w": 150,
"h": 150,
"resize": "crop"
},
"large": {
"w": 1680,
"h": 961,
"resize": "fit"
},
"medium": {
"w": 1200,
"h": 686,
"resize": "fit"
}
},
"source_status_id": 1005939674307801088,
"source_status_id_str": "1005939674307801088",
"source_user_id": 865746274565459969,
"source_user_id_str": "865746274565459969"
}
]
},
"extended_entities": {
"media": [
{
"id": 1005939652149366788,
"id_str": "1005939652149366788",
"indices": [
83,
106
],
"media_url": "http:\/\/pbs.twimg.com\/media\/DfXQyK_X0AQZ_jL.jpg",
"media_url_https": "https:\/\/pbs.twimg.com\/media\/DfXQyK_X0AQZ_jL.jpg",
"url": "https:\/\/t.co\/WwhzIsbt3q",
"display_url": "pic.twitter.com\/WwhzIsbt3q",
"expanded_url": "https:\/\/twitter.com\/Daniperez___\/status\/1005939674307801088\/photo\/1",
"type": "photo",
"sizes": {
"small": {
"w": 680,
"h": 389,
"resize": "fit"
},
"thumb": {
"w": 150,
"h": 150,
"resize": "crop"
},
"large": {
"w": 1680,
"h": 961,
"resize": "fit"
},
"medium": {
"w": 1200,
"h": 686,
"resize": "fit"
}
},
"source_status_id": 1005939674307801088,
"source_status_id_str": "1005939674307801088",
"source_user_id": 865746274565459969,
"source_user_id_str": "865746274565459969"
}
]
},
"source": "\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e",
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 88253368,
"id_str": "88253368",
"name": "Gustavo Wilgenhoff",
"screen_name": "wilgustavo",
"location": "Argentina",
"description": "Software developer. Java & Spring Enthusiast. Continuous learning",
"url": "https:\/\/t.co\/FkQzFlUF21",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/FkQzFlUF21",
"expanded_url": "http:\/\/wilgustavo.github.io",
"display_url": "wilgustavo.github.io",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 37,
"friends_count": 727,
"listed_count": 5,
"created_at": "Sat Nov 07 19:33:07 +0000 2009",
"favourites_count": 218,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 884,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1142107298011275267\/C-zNUC7o_normal.png",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/88253368\/1480767939",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"retweeted_status": {
"created_at": "Tue Jun 12 18:25:09 +0000 2018",
"id": 1006603326425911298,
"id_str": "1006603326425911298",
"text": "C\u00f3mo Llevar a Cabo un Sprint de Dise\u00f1o Efectivo #Sprint #Dise\u00f1o https:\/\/t.co\/WwhzIsbt3q https:\/\/t.co\/PNAQBZvgDO",
"truncated": false,
"entities": {
"hashtags": [
{
"text": "Sprint",
"indices": [
48,
55
]
},
{
"text": "Dise\u00f1o",
"indices": [
56,
63
]
}
],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https:\/\/t.co\/PNAQBZvgDO",
"expanded_url": "https:\/\/jserranobi.blogspot.com\/2018\/05\/como-llevar-cabo-un-sprint-de-diseno.html",
"display_url": "jserranobi.blogspot.com\/2018\/05\/como-l\u2026",
"indices": [
88,
111
]
}
],
"media": [
{
"id": 1005939652149366788,
"id_str": "1005939652149366788",
"indices": [
64,
87
],
"media_url": "http:\/\/pbs.twimg.com\/media\/DfXQyK_X0AQZ_jL.jpg",
"media_url_https": "https:\/\/pbs.twimg.com\/media\/DfXQyK_X0AQZ_jL.jpg",
"url": "https:\/\/t.co\/WwhzIsbt3q",
"display_url": "pic.twitter.com\/WwhzIsbt3q",
"expanded_url": "https:\/\/twitter.com\/Daniperez___\/status\/1005939674307801088\/photo\/1",
"type": "photo",
"sizes": {
"small": {
"w": 680,
"h": 389,
"resize": "fit"
},
"thumb": {
"w": 150,
"h": 150,
"resize": "crop"
},
"large": {
"w": 1680,
"h": 961,
"resize": "fit"
},
"medium": {
"w": 1200,
"h": 686,
"resize": "fit"
}
},
"source_status_id": 1005939674307801088,
"source_status_id_str": "1005939674307801088",
"source_user_id": 865746274565459969,
"source_user_id_str": "865746274565459969"
}
]
},
"extended_entities": {
"media": [
{
"id": 1005939652149366788,
"id_str": "1005939652149366788",
"indices": [
64,
87
],
"media_url": "http:\/\/pbs.twimg.com\/media\/DfXQyK_X0AQZ_jL.jpg",
"media_url_https": "https:\/\/pbs.twimg.com\/media\/DfXQyK_X0AQZ_jL.jpg",
"url": "https:\/\/t.co\/WwhzIsbt3q",
"display_url": "pic.twitter.com\/WwhzIsbt3q",
"expanded_url": "https:\/\/twitter.com\/Daniperez___\/status\/1005939674307801088\/photo\/1",
"type": "photo",
"sizes": {
"small": {
"w": 680,
"h": 389,
"resize": "fit"
},
"thumb": {
"w": 150,
"h": 150,
"resize": "crop"
},
"large": {
"w": 1680,
"h": 961,
"resize": "fit"
},
"medium": {
"w": 1200,
"h": 686,
"resize": "fit"
}
},
"source_status_id": 1005939674307801088,
"source_status_id_str": "1005939674307801088",
"source_user_id": 865746274565459969,
"source_user_id_str": "865746274565459969"
}
]
},
"source": "\u003ca href=\"https:\/\/www.hootsuite.com\" rel=\"nofollow\"\u003eHootsuite Inc.\u003c\/a\u003e",
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 770614715101753344,
"id_str": "770614715101753344",
"name": "Natalia C.",
"screen_name": "natalia_tech1",
"location": "",
"description": "Freelance writer - Remote worker",
"url": "https:\/\/t.co\/OCFnPu7Y05",
"entities": {
"url": {
"urls": [
{
"url": "https:\/\/t.co\/OCFnPu7Y05",
"expanded_url": "http:\/\/Toptal.com",
"display_url": "Toptal.com",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 1796,
"friends_count": 2146,
"listed_count": 288,
"created_at": "Tue Aug 30 13:30:40 +0000 2016",
"favourites_count": 54,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 4316,
"lang": null,
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "F5F8FA",
"profile_background_image_url": null,
"profile_background_image_url_https": null,
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/770615204988063744\/V89hkZHe_normal.jpg",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/770615204988063744\/V89hkZHe_normal.jpg",
"profile_link_color": "1DA1F2",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": true,
"default_profile": true,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 2,
"favorite_count": 11,
"favorited": false,
"retweeted": false,
"possibly_sensitive": false,
"lang": "es"
},
"is_quote_status": false,
"retweet_count": 2,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"possibly_sensitive": false,
"lang": "es"
}
]
以上是关于javascript Explorar las APIs de Twitter的主要内容,如果未能解决你的问题,请参考以下文章
javascript Obtiene los textos de las opciones otra
MATLAB点云处理(二十三):读写LAS点云(lasFileReader | lasFileWriter)
ArcGIS应用(二十二)Arcmap加载激光雷达las格式数据