예제 #1
0
    def __str__(self):

        str_out = ''
        str_out += list_obj_string('Hashtags', self.hashtags)
        str_out += list_obj_string('Media', self.media)
        str_out += list_obj_string('Symbols', self.symbols)
        str_out += list_obj_string('User Mentions', self.user_mentions)
        return str_out
예제 #2
0
파일: trends.py 프로젝트: vahndi/scitwi
    def __str__(self):

        str_out = ''
        str_out += obj_string('As Of', self.as_of)
        str_out += obj_string('Created At', self.created_at)
        str_out += list_obj_string('Locations', self.locations)
        str_out += list_obj_string('Trends', self.trend_names)
        return str_out
예제 #3
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('Url', self.url)
        str_out += obj_string('Expanded Url', self.expanded_url)
        str_out += list_obj_string('Indices', self.indices)
        return str_out
예제 #4
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('Id', self.id_)
        str_out += list_obj_string('Indices', self.indices)
        str_out += obj_string('Name', self.name)
        str_out += obj_string('Screen Name', self.screen_name)
        return str_out
예제 #5
0
파일: trend.py 프로젝트: vahndi/scitwi
    def __str__(self):

        str_out = ''
        str_out += obj_string('Name', self.name)
        str_out += obj_string('Promoted Content', self.promoted_content)
        str_out += obj_string('Query', self.query)
        str_out += obj_string('Tweet Volume', self.tweet_volume)
        str_out += obj_string('Url', self.url)

        str_out += obj_string('As Of', self.url)
        str_out += obj_string('Created At', self.created_at)
        str_out += list_obj_string('Locations', self.locations)

        return str_out
예제 #6
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('Display Url', self.display_url)
        str_out += obj_string('Expanded Url', self.expanded_url)
        str_out += obj_string('Id', self.id_)
        str_out += list_obj_string('Indices', self.indices)
        str_out += obj_string('Media Url', self.media_url)
        str_out += obj_string('Media Url Https', self.media_url_https)
        str_out += obj_string('Sizes', self.sizes)
        str_out += obj_string('Source Status Id', self.source_status_id)
        str_out += obj_string('Type', self.type_)
        str_out += obj_string('Url', self.url)

        return str_out
예제 #7
0
    def __str__(self):

        str_out = ''
        str_out += list_obj_string('Contributors', self.contributors)
        str_out += obj_string('Coordinates', self.coordinates)
        str_out += obj_string('Created At', self.created_at)
        str_out += obj_string('Current User Retweet',
                              self.current_user_retweet)
        str_out += obj_string('Entities', self.entities)
        str_out += obj_string('Favorite Count', self.favorite_count)
        str_out += obj_string('Favorited', self.favorited)
        str_out += obj_string('Filter Level', self.filter_level)
        str_out += obj_string('Id', self.id_)
        str_out += obj_string('In Reply To Screen Name',
                              self.in_reply_to_screen_name)
        str_out += obj_string('In Reply To Status Id',
                              self.in_reply_to_status_id)
        str_out += obj_string('Lang', self.lang)
        str_out += obj_string('Place', self.place)
        str_out += obj_string('Possibly Sensitive', self.possibly_sensitive)
        str_out += obj_string('Quoted Status Id', self.quoted_status_id)
        str_out += obj_string('Quoted Status', self.quoted_status)
        str_out += obj_string('Scopes', self.scopes)
        str_out += obj_string('Retweet Count', self.retweet_count)
        str_out += obj_string('Retweeted', self.retweeted)
        str_out += obj_string('Retweeted Status', self.retweeted_status)
        str_out += obj_string('Source', self.source)
        str_out += obj_string('Text', self.text)
        str_out += obj_string('Truncated', self.truncated)
        str_out += obj_string('User', self.user)
        str_out += obj_string('Withheld Copyright', self.withheld_copyright)
        str_out += list_obj_string('Withheld In Countries',
                                   self.withheld_in_countries)
        str_out += obj_string('Withheld Scope', self.withheld_scope)

        return str_out
예제 #8
0
    def __str__(self):

        return list_obj_string('Urls', self.urls)
예제 #9
0
    def __str__(self):

        str_out = ''
        str_out += list_obj_string('Indices', self.indices)
        str_out += obj_string('Text', self.text)
        return str_out
예제 #10
0
    def __str__(self):

        str_out = ''
        str_out += list_obj_string('Coordinates', self.coordinates)
        str_out += obj_string('Type', self.type_)
        return str_out