Заранее извиняюсь, если это действительно базовый c вопрос, но я совершенно новичок в этом. Я получаю ответ от Twitter API в формате json (с использованием модуля tweepy python). Я пытаюсь использовать такие инструменты, как jq и расширения для браузера, чтобы сделать это. Но похоже, что в ответе есть некоторые дополнительные данные, которые каким-то образом разбивают json (?).
Вот пример выходного ответа
(_api=<tweepy.api.API object at 0x7f41c358a5f8>, _json={'created_at': 'Sun Apr 05 14:44:47 +0000 2020', 'id': 1246811023836930052, 'id_str': '1246811023836930052', 'text': '@asd @asd check test', 'display_text_range': [8, 35], 'source': '<a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>', 'truncated': False, 'in_reply_to_status_id': 1246808566712827905, 'in_reply_to_status_id_str': '1246808566712827905', 'in_reply_to_user_id': 1088949722, 'in_reply_to_user_id_str': '1088949722', 'in_reply_to_screen_name': 'MnshaP', 'user': {'id': 998992169871425536, 'id_str': '998992169871425536', 'name': '~/nish', 'screen_name': 'npsoni88', 'location': None, 'url': 'https://www.npsoni.com', 'description': "10+ years in DevOopsing, SRE etc etc.. i am just a pointer, don't know much but i can find stuff out.", 'translator_type': 'none', 'protected': False, 'verified': False, 'followers_count': 40, 'friends_count': 171, 'listed_count': 1, 'favourites_count': 518, 'statuses_count': 345, 'created_at': 'Tue May 22 18:21:08 +0000 2018', 'utc_offset': None, 'time_zone': None, 'geo_enabled': False, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'profile_background_color': 'F5F8FA', 'profile_background_image_url': '', 'profile_background_image_url_https': '', 'profile_background_tile': False, 'profile_link_color': '1DA1F2', 'profile_sidebar_border_color': 'C0DEED', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1156951162379100160/DAU_bDzO_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1156951162379100160/DAU_bDzO_normal.jpg', 'default_profile': True, 'default_profile_image': False, 'following': None, 'follow_request_sent': None, 'notifications': None}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'quote_count': 0, 'reply_count': 0, 'retweet_count': 0, 'favorite_count': 0, 'entities': {'hashtags': [], 'urls': [], 'user_mentions': [{'screen_name': 'MnshaP', 'name': 'Manisha Pande', 'id': 1088949722, 'id_str': '1088949722', 'indices': [0, 7]}, {'screen_name': 'bulundindia1337', 'name': 'bulundindia1337', 'id': 1238481683093098497, 'id_str': '1238481683093098497', 'indices': [8, 24]}], 'symbols': []}, 'favorited': False, 'retweeted': False, 'filter_level': 'low', 'lang': 'en', 'timestamp_ms': '1586097887368'}, created_at=datetime.datetime(2020, 4, 5, 14, 44, 47), id=1246811023836930052, id_str='1246811023836930052', text='@asd @asd check test', display_text_range=[8, 35], source='Twitter Web App', source_url='https://mobile.twitter.com', truncated=False, in_reply_to_status_id=1246808566712827905, in_reply_to_status_id_str='1246808566712827905', in_reply_to_user_id=1088949722, in_reply_to_user_id_str='1088949722', in_reply_to_screen_name='MnshaP', author=User(_api=<tweepy.api.API object at 0x7f41c358a5f8>, _json={'id': 998992169871425536, 'id_str': '998992169871425536', 'name': '~/nish', 'screen_name': 'npsoni88', 'location': None, 'url': 'https://www.npsoni.com', 'description': "10+ years in DevOopsing, SRE etc etc.. i am just a pointer, don't know much but i can find stuff out.", 'translator_type': 'none', 'protected': False, 'verified': False, 'followers_count': 40, 'friends_count': 171, 'listed_count': 1, 'favourites_count': 518, 'statuses_count': 345, 'created_at': 'Tue May 22 18:21:08 +0000 2018', 'utc_offset': None, 'time_zone': None, 'geo_enabled': False, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'profile_background_color': 'F5F8FA', 'profile_background_image_url': '', 'profile_background_image_url_https': '', 'profile_background_tile': False, 'profile_link_color': '1DA1F2', 'profile_sidebar_border_color': 'C0DEED', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1156951162379100160/DAU_bDzO_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1156951162379100160/DAU_bDzO_normal.jpg', 'default_profile': True, 'default_profile_image': False, 'following': None, 'follow_request_sent': None, 'notifications': None}, id=998992169871425536, id_str='998992169871425536', name='~/nish', screen_name='npsoni88', location=None, url='https://www.npsoni.com', description="10+ years in DevOopsing, SRE etc etc.. i am just a pointer, don't know much but i can find stuff out.", translator_type='none', protected=False, verified=False, followers_count=40, friends_count=171, listed_count=1, favourites_count=518, statuses_count=345, created_at=datetime.datetime(2018, 5, 22, 18, 21, 8), utc_offset=None, time_zone=None, geo_enabled=False, lang=None, contributors_enabled=False, is_translator=False, profile_background_color='F5F8FA', profile_background_image_url='', profile_background_image_url_https='', profile_background_tile=False, profile_link_color='1DA1F2', profile_sidebar_border_color='C0DEED', profile_sidebar_fill_color='DDEEF6', profile_text_color='333333', profile_use_background_image=True, profile_image_url='http://pbs.twimg.com/profile_images/1156951162379100160/DAU_bDzO_normal.jpg', profile_image_url_https='https://pbs.twimg.com/profile_images/1156951162379100160/DAU_bDzO_normal.jpg', default_profile=True, default_profile_image=False, following=False, follow_request_sent=None, notifications=None), user=User(_api=<tweepy.api.API object at 0x7f41c358a5f8>, _json={'id': 998992169871425536, 'id_str': '998992169871425536', 'name': '~/nish', 'screen_name': 'npsoni88', 'location': None, 'url': 'https://www.npsoni.com', 'description': "10+ years in DevOopsing, SRE etc etc.. i am just a pointer, don't know much but i can find stuff out.", 'translator_type': 'none', 'protected': False, 'verified': False, 'followers_count': 40, 'friends_count': 171, 'listed_count': 1, 'favourites_count': 518, 'statuses_count': 345, 'created_at': 'Tue May 22 18:21:08 +0000 2018', 'utc_offset': None, 'time_zone': None, 'geo_enabled': False, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'profile_background_color': 'F5F8FA', 'profile_background_image_url': '', 'profile_background_image_url_https': '', 'profile_background_tile': False, 'profile_link_color': '1DA1F2', 'profile_sidebar_border_color': 'C0DEED', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1156951162379100160/DAU_bDzO_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1156951162379100160/DAU_bDzO_normal.jpg', 'default_profile': True, 'default_profile_image': False, 'following': None, 'follow_request_sent': None, 'notifications': None}, id=998992169871425536, id_str='998992169871425536', name='~/nish', screen_name='npsoni88', location=None, url='https://www.npsoni.com', description="10+ years in DevOopsing, SRE etc etc.. i am just a pointer, don't know much but i can find stuff out.", translator_type='none', protected=False, verified=False, followers_count=40, friends_count=171, listed_count=1, favourites_count=518, statuses_count=345, created_at=datetime.datetime(2018, 5, 22, 18, 21, 8), utc_offset=None, time_zone=None, geo_enabled=False, lang=None, contributors_enabled=False, is_translator=False, profile_background_color='F5F8FA', profile_background_image_url='', profile_background_image_url_https='', profile_background_tile=False, profile_link_color='1DA1F2', profile_sidebar_border_color='C0DEED', profile_sidebar_fill_color='DDEEF6', profile_text_color='333333', profile_use_background_image=True, profile_image_url='http://pbs.twimg.com/profile_images/1156951162379100160/DAU_bDzO_normal.jpg', profile_image_url_https='https://pbs.twimg.com/profile_images/1156951162379100160/DAU_bDzO_normal.jpg', default_profile=True, default_profile_image=False, following=False, follow_request_sent=None, notifications=None), geo=None, coordinates=None, place=None, contributors=None, is_quote_status=False, quote_count=0, reply_count=0, retweet_count=0, favorite_count=0, entities={'hashtags': [], 'urls': [], 'user_mentions': [{'screen_name': 'MnshaP', 'name': 'Manisha Pande', 'id': 1088949722, 'id_str': '1088949722', 'indices': [0, 7]}, {'screen_name': 'bulundindia1337', 'name': 'bulundindia1337', 'id': 1238481683093098497, 'id_str': '1238481683093098497', 'indices': [8, 24]}], 'symbols': []}, favorited=False, retweeted=False, filter_level='low', lang='en', timestamp_ms='1586097887368')
Я не могу загрузить это где угодно. Я должен вручную посмотреть на необработанный вывод и попытаться выяснить структуру. Любая помощь с этим оценена, спасибо!