Skip to content

Mining automated paper-posting bots from twitter, especially useful to determine which pre-prints are being talked about.

Notifications You must be signed in to change notification settings

tjburns08/twitter-mining-scilit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

twitter-mining-scilit

This is the necessary code and files needed to mine twitter scientific literature posting bots and organize by likes and re-tweets, as I did in this article.

There are three things you need to do before you can use this code:

  1. Download the twitteR CRAN package.
  2. Set up the authentication with OAuth, described in section 3 of this document
  3. Set up the remaining user inputs in the script, particularly the data directory and the output direcotry (data_dir and out_dir). You also have the option to include only pre-prints or include all types of papers.

Notes on the scilit.handles.csv file:

Notice that it the file organized into 4 columns.

source: The name of the twitter bot.
category: whether or not it is a pre-print. Useful for downstream organization.
handle: The twitter handle.
notes: add any additional information about the given twitter handle.

This csv file is meant to be built out. It might be that you find other automated literature-posting bots of interest, or you want to look at the output of particular users. Modify the csv file accordingly.

About

Mining automated paper-posting bots from twitter, especially useful to determine which pre-prints are being talked about.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages