Skip to content

kaoticfen/Python_tweet_scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python_tweet_scrape

An Introductionary Python Twitter Scraper

Purpose

The goal of this Twitter scraper is to serve as a learning example on how to use python to pull tweets from twitter and save them into a table for further analysis. This code is not exhaustive and some of the code is over simplified so as to show what is happening. I wanted to show fellow researchers an example of how they can code their own

Prerequisites

Below are a list of prerequisites that are used in this software package. The code should work with different packages except for earlier versions of python (specifically 2.6 and earlier)

  • MYSQL
    • MYSQL Workbench (6.3.8)
    • MYSQL Community Server (5.7.17)
  • Python 3.x (3.6.0)
    • Python packages
      • Tweepy (0.7.9)
      • PyMySQL (3.5.0)
  • Twitter API

About

An Introductionary Python Twitter Scraper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages