Skip to content

Provides a CSV file that contains the spread of location data for a given search parameter and sample size.

Notifications You must be signed in to change notification settings

mvnd06/Twitter-Location-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Twitter-Location-Finder

Provides a CSV file that contains the spread of location data for a given key word and sample size.

Install

In order to use this script you must first install Tweepy. More information can be found below: https://github.com/tweepy/tweepy

Usage

Ensure that both TwitterBot.py and States.py are in the same directory. Then simply run the script and call main() with a key word and sample size as parameters. To export the data, call exportData() and specify a file name with the extension .csv

i.e main(myKeyWord, mySampleSize)

i.e exportData("myFileName.csv")

About

Provides a CSV file that contains the spread of location data for a given search parameter and sample size.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages