Added Tweet_Structure resource and made changes to code.js
This commit is contained in:
20
resources/tweet_structure
Normal file
20
resources/tweet_structure
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
created_at,
|
||||
text,
|
||||
source,
|
||||
user:{
|
||||
name,
|
||||
screen_name,
|
||||
url
|
||||
}
|
||||
quote_count,
|
||||
reply_count,
|
||||
retweet_count,
|
||||
favorite_count,
|
||||
entities:{
|
||||
hashtags,
|
||||
urls,
|
||||
user_mentions,
|
||||
symbols
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user