Skip to content

DHRI-Curriculum/twitter-api

 
 

Repository files navigation

Introduction to the Twitter API

APIs (Application Programming Interfaces) are a structured way for programs to communicate with other programs. A knowledge of APIs allows your programs to communicate with major services such as The New York Times and Twitter and collect data from organizations such as the Library of Congress.

By the end of this workshop, participants will:

  • Understand the purpose of Application Programming Interfaces (APIs), especially web APIs.
  • Authenticate to and interact with a real API—the Twitter API.
  • Create a Twitterbot—that is, a Python program that automatically controls a Twitter account.
  • Collect tweets and tweet metadata from Twitter's streaming API.
  • Learn how to read API documentation and research potential APIs to address issues in research.

Important Note

Do not share your API key, secret, or access tokens with anyone, and do not publish code with your key or token visible. Treat your keys and tokens as you would a password.


What is an API?
Getting Your API key
Accessing the API
Creating a Twitterbot
Scraping Data Using the Streaming API
Resources


Session Leader: Patrick Smyth
Based on previous work by Patrick Smyth

Creative Commons License

Digital Research Institute (DRI) Curriculum by Graduate Center Digital Initiatives is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Based on a work at https://github.com/DHRI-Curriculum. When sharing this material or derivative works, preserve this paragraph, changing only the title of the derivative work, or provide comparable attribution.

About

@DHRI-Curriculum Session on Application Programming Interfaces, in particular the Twitter API. Includes discussion of twitterbots.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%