-
Notifications
You must be signed in to change notification settings - Fork 0
/
.make.R
34 lines (18 loc) · 1 KB
/
.make.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
## make script for ss2twitter
source("R/post.R")
source("R/select.R")
media <- get_recent_ss("60 mins")
txt <- "Use of Twitter by politicians during the 2014 Indian general election by Ahmeda, Choa, Jaidka https://doi.org/10.1016/j.tele.2017.09.005"
tweet_with_media(txt, media)
media <- get_recent_ss("2 mins")
media
txt <- "How different social media influence political participation, by Halpern, Valenzuela, and Katz http://onlinelibrary.wiley.com/doi/10.1111/jcc4.12198/"
tweet_with_media(txt, media)
media <- get_recent_ss("2 mins")
media
txt <- "Americans are more exposed to difference than we think, by Eveland, Appiah, and Beck https://doi.org/10.1016/j.socnet.2017.08.002"
nchar(txt)
tweet_with_media(txt, media)
media <- get_recent_ss("60 mins")
txt <- "Comparing Trump and Clinton’s Facebook pages during the election, by Rob http://rforjournalists.com/2017/09/10/comparing-donald-trump-and-hillary-clintons-facebook-pages-during-the-us-presidential-election-2016/"
tweet_with_media(txt, media)