Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Statuses are incomplete (missing data) #428

Closed
Datamine opened this issue Jan 16, 2017 · 2 comments
Closed

Statuses are incomplete (missing data) #428

Datamine opened this issue Jan 16, 2017 · 2 comments
Labels
Milestone

Comments

@Datamine
Copy link

Datamine commented Jan 16, 2017

Current calls to .GetStatus return objects that do not include many important fields, including quoted_status_id. This is a critical problem for the API.

To prove my point, I have compared different Twitter-Api libraries. I called Bear's api.GetStatus(800880576010063872) -- on a tweet that quoted another tweet -- and obtained the following information:

{   u'created_at': u'Tue Nov 22 01:56:23 +0000 2016',
    u'current_user_retweet': 801266672996749312,
    u'favorite_count': 36329,
    u'hashtags': [],
    u'id': 800880576010063872,
    u'id_str': u'800880576010063872',
    u'lang': u'en',
    u'retweet_count': 34621,
    u'retweeted': True,
    u'source': u'<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>',
    u'text': u'Update: Nothing went as planned https://t.co/RQa9O33GZ2',
    u'urls': [   {   u'expanded_url': u'https://twitter.com/drewrich_/status/115502449120378880',
                     u'url': u'https://t.co/RQa9O33GZ2'}],
    u'user': {   u'created_at': u'Thu Nov 18 03:45:43 +0000 2010',
                 u'description': u"Business | #VSUAlum | I Want To Own A Yacht By The Time I'm 29.",
                 u'favourites_count': 2031,
                 u'followers_count': 1570,
                 u'friends_count': 483,
                 u'geo_enabled': True,
                 u'id': 216941143,
                 u'lang': u'en',
                 u'listed_count': 20,
                 u'location': u'Virginia, USA',
                 u'name': u'\U0001f926\U0001f3fe\u200d\u2642\ufe0f',
                 u'profile_background_color': u'0F5711',
                 u'profile_background_image_url': u'http://pbs.twimg.com/profile_background_images/359757922/Me___Q.jpg',
                 u'profile_banner_url': u'https://pbs.twimg.com/profile_banners/216941143/1483151787',
                 u'profile_image_url': u'http://pbs.twimg.com/profile_images/810940822485090304/hMxCuKsj_normal.jpg',
                 u'profile_link_color': u'036E29',
                 u'profile_sidebar_fill_color': u'000000',
                 u'profile_text_color': u'FAF2FA',
                 u'screen_name': u'DrewRich_',
                 u'statuses_count': 98457,
                 u'time_zone': u'Eastern Time (US & Canada)',
                 u'url': u'https://t.co/YVcAwmLD07',
                 u'utc_offset': -18000},
    u'user_mentions': []}

Then I called Tweepy's api.get_status(800880576010063872), and received the following information:

{   '_api': <tweepy.api.API object at 0x7fd00df7fed0>,
    '_json': {   u'contributors': None,
                 u'coordinates': None,
                 u'created_at': u'Tue Nov 22 01:56:23 +0000 2016',
                 u'entities': {   u'hashtags': [],
                                  u'symbols': [],
                                  u'urls': [   {   u'display_url': u'twitter.com/drewrich_/stat\u2026',
                                                   u'expanded_url': u'https://twitter.com/drewrich_/status/115502449120378880',
                                                   u'indices': [32, 55],
                                                   u'url': u'https://t.co/RQa9O33GZ2'}],
                                  u'user_mentions': []},
                 u'favorite_count': 36329,
                 u'favorited': False,
                 u'geo': None,
                 u'id': 800880576010063872,
                 u'id_str': u'800880576010063872',
                 u'in_reply_to_screen_name': None,
                 u'in_reply_to_status_id': None,
                 u'in_reply_to_status_id_str': None,
                 u'in_reply_to_user_id': None,
                 u'in_reply_to_user_id_str': None,
                 u'is_quote_status': True,
                 u'lang': u'en',
                 u'place': None,
                 u'possibly_sensitive': False,
                 u'possibly_sensitive_appealable': False,
                 u'quoted_status': {   u'contributors': None,
                                       u'coordinates': None,
                                       u'created_at': u'Sun Sep 18 19:08:24 +0000 2011',
                                       u'entities': {   u'hashtags': [],
                                                        u'symbols': [],
                                                        u'urls': [],
                                                        u'user_mentions': [   ]},
                                       u'favorite_count': 952,
                                       u'favorited': False,
                                       u'geo': None,
                                       u'id': 115502449120378880,
                                       u'id_str': u'115502449120378880',
                                       u'in_reply_to_screen_name': None,
                                       u'in_reply_to_status_id': None,
                                       u'in_reply_to_status_id_str': None,
                                       u'in_reply_to_user_id': None,
                                       u'in_reply_to_user_id_str': None,
                                       u'is_quote_status': False,
                                       u'lang': u'en',
                                       u'place': None,
                                       u'retweet_count': 659,
                                       u'retweeted': False,
                                       u'source': u'<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>',
                                       u'text': u'I got my future all planned out from college to my major to after college ^_^',
                                       u'truncated': False,
                                       u'user': {   u'contributors_enabled': False,
                                                    u'created_at': u'Thu Nov 18 03:45:43 +0000 2010',
                                                    u'default_profile': False,
                                                    u'default_profile_image': False,
                                                    u'description': u"Business | #VSUAlum | I Want To Own A Yacht By The Time I'm 29.",
                                                    u'entities': {   u'description': {   u'urls': [   ]},
                                                                     u'url': {   u'urls': [   {   u'display_url': u'drewrichpoetry.wordpress.com',
                                                                                                  u'expanded_url': u'http://drewrichpoetry.wordpress.com',
                                                                                                  u'indices': [   0,
                                                                                                                  23],
                                                                                                  u'url': u'https://t.co/YVcAwmLD07'}]}},
                                                    u'favourites_count': 2031,
                                                    u'follow_request_sent': False,
                                                    u'followers_count': 1570,
                                                    u'following': False,
                                                    u'friends_count': 483,
                                                    u'geo_enabled': True,
                                                    u'has_extended_profile': True,
                                                    u'id': 216941143,
                                                    u'id_str': u'216941143',
                                                    u'is_translation_enabled': False,
                                                    u'is_translator': False,
                                                    u'lang': u'en',
                                                    u'listed_count': 20,
                                                    u'location': u'Virginia, USA',
                                                    u'name': u'\U0001f926\U0001f3fe\u200d\u2642\ufe0f',
                                                    u'notifications': False,
                                                    u'profile_background_color': u'0F5711',
                                                    u'profile_background_image_url': u'http://pbs.twimg.com/profile_background_images/359757922/Me___Q.jpg',
                                                    u'profile_background_image_url_https': u'https://pbs.twimg.com/profile_background_images/359757922/Me___Q.jpg',
                                                    u'profile_background_tile': False,
                                                    u'profile_banner_url': u'https://pbs.twimg.com/profile_banners/216941143/1483151787',
                                                    u'profile_image_url': u'http://pbs.twimg.com/profile_images/810940822485090304/hMxCuKsj_normal.jpg',
                                                    u'profile_image_url_https': u'https://pbs.twimg.com/profile_images/810940822485090304/hMxCuKsj_normal.jpg',
                                                    u'profile_link_color': u'036E29',
                                                    u'profile_sidebar_border_color': u'F0E8F0',
                                                    u'profile_sidebar_fill_color': u'000000',
                                                    u'profile_text_color': u'FAF2FA',
                                                    u'profile_use_background_image': True,
                                                    u'protected': False,
                                                    u'screen_name': u'DrewRich_',
                                                    u'statuses_count': 98457,
                                                    u'time_zone': u'Eastern Time (US & Canada)',
                                                    u'translator_type': u'none',
                                                    u'url': u'https://t.co/YVcAwmLD07',
                                                    u'utc_offset': -18000,
                                                    u'verified': False}},
                 u'quoted_status_id': 115502449120378880,
                 u'quoted_status_id_str': u'115502449120378880',
                 u'retweet_count': 34621,
                 u'retweeted': True,
                 u'source': u'<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>',
                 u'text': u'Update: Nothing went as planned https://t.co/RQa9O33GZ2',
                 u'truncated': False,
                 u'user': {   u'contributors_enabled': False,
                              u'created_at': u'Thu Nov 18 03:45:43 +0000 2010',
                              u'default_profile': False,
                              u'default_profile_image': False,
                              u'description': u"Business | #VSUAlum | I Want To Own A Yacht By The Time I'm 29.",
                              u'entities': {   u'description': {   u'urls': [   ]},
                                               u'url': {   u'urls': [   {   u'display_url': u'drewrichpoetry.wordpress.com',
                                                                            u'expanded_url': u'http://drewrichpoetry.wordpress.com',
                                                                            u'indices': [   0,
                                                                                            23],
                                                                            u'url': u'https://t.co/YVcAwmLD07'}]}},
                              u'favourites_count': 2031,
                              u'follow_request_sent': False,
                              u'followers_count': 1570,
                              u'following': False,
                              u'friends_count': 483,
                              u'geo_enabled': True,
                              u'has_extended_profile': True,
                              u'id': 216941143,
                              u'id_str': u'216941143',
                              u'is_translation_enabled': False,
                              u'is_translator': False,
                              u'lang': u'en',
                              u'listed_count': 20,
                              u'location': u'Virginia, USA',
                              u'name': u'\U0001f926\U0001f3fe\u200d\u2642\ufe0f',
                              u'notifications': False,
                              u'profile_background_color': u'0F5711',
                              u'profile_background_image_url': u'http://pbs.twimg.com/profile_background_images/359757922/Me___Q.jpg',
                              u'profile_background_image_url_https': u'https://pbs.twimg.com/profile_background_images/359757922/Me___Q.jpg',
                              u'profile_background_tile': False,
                              u'profile_banner_url': u'https://pbs.twimg.com/profile_banners/216941143/1483151787',
                              u'profile_image_url': u'http://pbs.twimg.com/profile_images/810940822485090304/hMxCuKsj_normal.jpg',
                              u'profile_image_url_https': u'https://pbs.twimg.com/profile_images/810940822485090304/hMxCuKsj_normal.jpg',
                              u'profile_link_color': u'036E29',
                              u'profile_sidebar_border_color': u'F0E8F0',
                              u'profile_sidebar_fill_color': u'000000',
                              u'profile_text_color': u'FAF2FA',
                              u'profile_use_background_image': True,
                              u'protected': False,
                              u'screen_name': u'DrewRich_',
                              u'statuses_count': 98457,
                              u'time_zone': u'Eastern Time (US & Canada)',
                              u'translator_type': u'none',
                              u'url': u'https://t.co/YVcAwmLD07',
                              u'utc_offset': -18000,
                              u'verified': False}},
    'author': User(follow_request_sent=False, has_extended_profile=True, profile_use_background_image=True, _json={u'follow_request_sent': False, u'has_extended_profile': True, u'profile_use_background_image': True, u'default_profile_image': False, u'id': 216941143, u'profile_background_image_url_https': u'https://pbs.twimg.com/profile_background_images/359757922/Me___Q.jpg', u'verified': False, u'translator_type': u'none', u'profile_text_color': u'FAF2FA', u'profile_image_url_https': u'https://pbs.twimg.com/profile_images/810940822485090304/hMxCuKsj_normal.jpg', u'profile_sidebar_fill_color': u'000000', u'entities': {u'url': {u'urls': [{u'url': u'https://t.co/YVcAwmLD07', u'indices': [0, 23], u'expanded_url': u'http://drewrichpoetry.wordpress.com', u'display_url': u'drewrichpoetry.wordpress.com'}]}, u'description': {u'urls': []}}, u'followers_count': 1570, u'profile_sidebar_border_color': u'F0E8F0', u'id_str': u'216941143', u'profile_background_color': u'0F5711', u'listed_count': 20, u'is_translation_enabled': False, u'utc_offset': -18000, u'statuses_count': 98457, u'description': u"Business | #VSUAlum | I Want To Own A Yacht By The Time I'm 29.", u'friends_count': 483, u'location': u'Virginia, USA', u'profile_link_color': u'036E29', u'profile_image_url': u'http://pbs.twimg.com/profile_images/810940822485090304/hMxCuKsj_normal.jpg', u'following': False, u'geo_enabled': True, u'profile_banner_url': u'https://pbs.twimg.com/profile_banners/216941143/1483151787', u'profile_background_image_url': u'http://pbs.twimg.com/profile_background_images/359757922/Me___Q.jpg', u'screen_name': u'DrewRich_', u'lang': u'en', u'profile_background_tile': False, u'favourites_count': 2031, u'name': u'\U0001f926\U0001f3fe\u200d\u2642\ufe0f', u'notifications': False, u'url': u'https://t.co/YVcAwmLD07', u'created_at': u'Thu Nov 18 03:45:43 +0000 2010', u'contributors_enabled': False, u'time_zone': u'Eastern Time (US & Canada)', u'protected': False, u'default_profile': False, u'is_translator': False}, time_zone=u'Eastern Time (US & Canada)', id=216941143, description=u"Business | #VSUAlum | I Want To Own A Yacht By The Time I'm 29.", _api=<tweepy.api.API object at 0x7fd00df7fed0>, verified=False, profile_text_color=u'FAF2FA', profile_image_url_https=u'https://pbs.twimg.com/profile_images/810940822485090304/hMxCuKsj_normal.jpg', profile_sidebar_fill_color=u'000000', is_translator=False, geo_enabled=True, entities={u'url': {u'urls': [{u'url': u'https://t.co/YVcAwmLD07', u'indices': [0, 23], u'expanded_url': u'http://drewrichpoetry.wordpress.com', u'display_url': u'drewrichpoetry.wordpress.com'}]}, u'description': {u'urls': []}}, followers_count=1570, protected=False, id_str=u'216941143', default_profile_image=False, listed_count=20, lang=u'en', utc_offset=-18000, statuses_count=98457, profile_background_color=u'0F5711', friends_count=483, profile_link_color=u'036E29', profile_image_url=u'http://pbs.twimg.com/profile_images/810940822485090304/hMxCuKsj_normal.jpg', notifications=False, default_profile=False, profile_background_image_url_https=u'https://pbs.twimg.com/profile_background_images/359757922/Me___Q.jpg', profile_banner_url=u'https://pbs.twimg.com/profile_banners/216941143/1483151787', profile_background_image_url=u'http://pbs.twimg.com/profile_background_images/359757922/Me___Q.jpg', name=u'\U0001f926\U0001f3fe\u200d\u2642\ufe0f', is_translation_enabled=False, profile_background_tile=False, favourites_count=2031, screen_name=u'DrewRich_', url=u'https://t.co/YVcAwmLD07', created_at=datetime.datetime(2010, 11, 18, 3, 45, 43), contributors_enabled=False, location=u'Virginia, USA', profile_sidebar_border_color=u'F0E8F0', translator_type=u'none', following=False),
    'contributors': None,
    'coordinates': None,
    'created_at': datetime.datetime(2016, 11, 22, 1, 56, 23),
    'entities': {   u'hashtags': [],
                    u'symbols': [],
                    u'urls': [   {   u'display_url': u'twitter.com/drewrich_/stat\u2026',
                                     u'expanded_url': u'https://twitter.com/drewrich_/status/115502449120378880',
                                     u'indices': [32, 55],
                                     u'url': u'https://t.co/RQa9O33GZ2'}],
                    u'user_mentions': []},
    'favorite_count': 36329,
    'favorited': False,
    'geo': None,
    'id': 800880576010063872,
    'id_str': u'800880576010063872',
    'in_reply_to_screen_name': None,
    'in_reply_to_status_id': None,
    'in_reply_to_status_id_str': None,
    'in_reply_to_user_id': None,
    'in_reply_to_user_id_str': None,
    'is_quote_status': True,
    'lang': u'en',
    'place': None,
    'possibly_sensitive': False,
    'possibly_sensitive_appealable': False,
    'quoted_status': {   u'contributors': None,
                         u'coordinates': None,
                         u'created_at': u'Sun Sep 18 19:08:24 +0000 2011',
                         u'entities': {   u'hashtags': [],
                                          u'symbols': [],
                                          u'urls': [],
                                          u'user_mentions': []},
                         u'favorite_count': 952,
                         u'favorited': False,
                         u'geo': None,
                         u'id': 115502449120378880,
                         u'id_str': u'115502449120378880',
                         u'in_reply_to_screen_name': None,
                         u'in_reply_to_status_id': None,
                         u'in_reply_to_status_id_str': None,
                         u'in_reply_to_user_id': None,
                         u'in_reply_to_user_id_str': None,
                         u'is_quote_status': False,
                         u'lang': u'en',
                         u'place': None,
                         u'retweet_count': 659,
                         u'retweeted': False,
                         u'source': u'<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>',
                         u'text': u'I got my future all planned out from college to my major to after college ^_^',
                         u'truncated': False,
                         u'user': {   u'contributors_enabled': False,
                                      u'created_at': u'Thu Nov 18 03:45:43 +0000 2010',
                                      u'default_profile': False,
                                      u'default_profile_image': False,
                                      u'description': u"Business | #VSUAlum | I Want To Own A Yacht By The Time I'm 29.",
                                      u'entities': {   u'description': {   u'urls': [   ]},
                                                       u'url': {   u'urls': [   {   u'display_url': u'drewrichpoetry.wordpress.com',
                                                                                    u'expanded_url': u'http://drewrichpoetry.wordpress.com',
                                                                                    u'indices': [   0,
                                                                                                    23],
                                                                                    u'url': u'https://t.co/YVcAwmLD07'}]}},
                                      u'favourites_count': 2031,
                                      u'follow_request_sent': False,
                                      u'followers_count': 1570,
                                      u'following': False,
                                      u'friends_count': 483,
                                      u'geo_enabled': True,
                                      u'has_extended_profile': True,
                                      u'id': 216941143,
                                      u'id_str': u'216941143',
                                      u'is_translation_enabled': False,
                                      u'is_translator': False,
                                      u'lang': u'en',
                                      u'listed_count': 20,
                                      u'location': u'Virginia, USA',
                                      u'name': u'\U0001f926\U0001f3fe\u200d\u2642\ufe0f',
                                      u'notifications': False,
                                      u'profile_background_color': u'0F5711',
                                      u'profile_background_image_url': u'http://pbs.twimg.com/profile_background_images/359757922/Me___Q.jpg',
                                      u'profile_background_image_url_https': u'https://pbs.twimg.com/profile_background_images/359757922/Me___Q.jpg',
                                      u'profile_background_tile': False,
                                      u'profile_banner_url': u'https://pbs.twimg.com/profile_banners/216941143/1483151787',
                                      u'profile_image_url': u'http://pbs.twimg.com/profile_images/810940822485090304/hMxCuKsj_normal.jpg',
                                      u'profile_image_url_https': u'https://pbs.twimg.com/profile_images/810940822485090304/hMxCuKsj_normal.jpg',
                                      u'profile_link_color': u'036E29',
                                      u'profile_sidebar_border_color': u'F0E8F0',
                                      u'profile_sidebar_fill_color': u'000000',
                                      u'profile_text_color': u'FAF2FA',
                                      u'profile_use_background_image': True,
                                      u'protected': False,
                                      u'screen_name': u'DrewRich_',
                                      u'statuses_count': 98457,
                                      u'time_zone': u'Eastern Time (US & Canada)',
                                      u'translator_type': u'none',
                                      u'url': u'https://t.co/YVcAwmLD07',
                                      u'utc_offset': -18000,
                                      u'verified': False}},
    'quoted_status_id': 115502449120378880,
    'quoted_status_id_str': u'115502449120378880',
    'retweet_count': 34621,
    'retweeted': True,
    'source': u'Twitter for iPhone',
    'source_url': u'http://twitter.com/download/iphone',
    'text': u'Update: Nothing went as planned https://t.co/RQa9O33GZ2',
    'truncated': False,
    'user': User(follow_request_sent=False, has_extended_profile=True, profile_use_background_image=True, _json={u'follow_request_sent': False, u'has_extended_profile': True, u'profile_use_background_image': True, u'default_profile_image': False, u'id': 216941143, u'profile_background_image_url_https': u'https://pbs.twimg.com/profile_background_images/359757922/Me___Q.jpg', u'verified': False, u'translator_type': u'none', u'profile_text_color': u'FAF2FA', u'profile_image_url_https': u'https://pbs.twimg.com/profile_images/810940822485090304/hMxCuKsj_normal.jpg', u'profile_sidebar_fill_color': u'000000', u'entities': {u'url': {u'urls': [{u'url': u'https://t.co/YVcAwmLD07', u'indices': [0, 23], u'expanded_url': u'http://drewrichpoetry.wordpress.com', u'display_url': u'drewrichpoetry.wordpress.com'}]}, u'description': {u'urls': []}}, u'followers_count': 1570, u'profile_sidebar_border_color': u'F0E8F0', u'id_str': u'216941143', u'profile_background_color': u'0F5711', u'listed_count': 20, u'is_translation_enabled': False, u'utc_offset': -18000, u'statuses_count': 98457, u'description': u"Business | #VSUAlum | I Want To Own A Yacht By The Time I'm 29.", u'friends_count': 483, u'location': u'Virginia, USA', u'profile_link_color': u'036E29', u'profile_image_url': u'http://pbs.twimg.com/profile_images/810940822485090304/hMxCuKsj_normal.jpg', u'following': False, u'geo_enabled': True, u'profile_banner_url': u'https://pbs.twimg.com/profile_banners/216941143/1483151787', u'profile_background_image_url': u'http://pbs.twimg.com/profile_background_images/359757922/Me___Q.jpg', u'screen_name': u'DrewRich_', u'lang': u'en', u'profile_background_tile': False, u'favourites_count': 2031, u'name': u'\U0001f926\U0001f3fe\u200d\u2642\ufe0f', u'notifications': False, u'url': u'https://t.co/YVcAwmLD07', u'created_at': u'Thu Nov 18 03:45:43 +0000 2010', u'contributors_enabled': False, u'time_zone': u'Eastern Time (US & Canada)', u'protected': False, u'default_profile': False, u'is_translator': False}, time_zone=u'Eastern Time (US & Canada)', id=216941143, description=u"Business | #VSUAlum | I Want To Own A Yacht By The Time I'm 29.", _api=<tweepy.api.API object at 0x7fd00df7fed0>, verified=False, profile_text_color=u'FAF2FA', profile_image_url_https=u'https://pbs.twimg.com/profile_images/810940822485090304/hMxCuKsj_normal.jpg', profile_sidebar_fill_color=u'000000', is_translator=False, geo_enabled=True, entities={u'url': {u'urls': [{u'url': u'https://t.co/YVcAwmLD07', u'indices': [0, 23], u'expanded_url': u'http://drewrichpoetry.wordpress.com', u'display_url': u'drewrichpoetry.wordpress.com'}]}, u'description': {u'urls': []}}, followers_count=1570, protected=False, id_str=u'216941143', default_profile_image=False, listed_count=20, lang=u'en', utc_offset=-18000, statuses_count=98457, profile_background_color=u'0F5711', friends_count=483, profile_link_color=u'036E29', profile_image_url=u'http://pbs.twimg.com/profile_images/810940822485090304/hMxCuKsj_normal.jpg', notifications=False, default_profile=False, profile_background_image_url_https=u'https://pbs.twimg.com/profile_background_images/359757922/Me___Q.jpg', profile_banner_url=u'https://pbs.twimg.com/profile_banners/216941143/1483151787', profile_background_image_url=u'http://pbs.twimg.com/profile_background_images/359757922/Me___Q.jpg', name=u'\U0001f926\U0001f3fe\u200d\u2642\ufe0f', is_translation_enabled=False, profile_background_tile=False, favourites_count=2031, screen_name=u'DrewRich_', url=u'https://t.co/YVcAwmLD07', created_at=datetime.datetime(2010, 11, 18, 3, 45, 43), contributors_enabled=False, location=u'Virginia, USA', profile_sidebar_border_color=u'F0E8F0', translator_type=u'none', following=False)}
@jeremylow
Copy link
Collaborator

You can achieve the same with the _json attribute of the twitter.models.Status class. Thanks for the report though, that's a good catch.

@jeremylow jeremylow added the bug label Jan 17, 2017
@jeremylow jeremylow added this to the 3.2.2 milestone Jan 17, 2017
@Datamine
Copy link
Author

@jeremylow Right. Besides that, it appears that some of the data we want can be found in api.GetStatus.__dict__.keys().

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants