Twitter Data

Search Tweets Function - R Package

A short tutorial on how to use the search_tweets() function that is part of the rtweet library in R. This function allows users to access tweets sent over the last 30 days.

Search Users Function - R Package

A short tutorial on how to use the search_users() function that is part of the rtweet library in R. This function allows users to access tweets sent over the last 30 days.

Get Historical Tweets - Twitter Dev Account

A detailed tutorial on how to access the Twitter API and pull tweets from as early as March 2006. Normally, tweets are only available from the last 30 days.

Twitter API Request Using CURL

A short tutorial on how to access the Twitter API and submit a query using a curl request.


Other Tutorials

Starting, Running and Removing MongoDB from Ubuntu

A short tutorial with the command line options to run, stop, or remove mongodb from ubuntu system.

Creating a New Django/Docker Project

A short tutorial on how to get the Docker starter code, and then create a new Django Project.