Skip to content

michaelulm/DataMining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataMining

This Repository includes some Kick-Start Examples for Twitter Data Mining and will be used for educational usage.

Python

for current examples you will need Python 2.x, Download and Install current 2.x Version

take care that you have installed needed modules.

pip install twitter
pip install json
OR
pip install pyjson

if you are using Python 2.x and 3.x on Windows, on Windows also take care to add Python to your PATH Variables

py -2 -m pip list

to check which modules are installed

py -2 -m pip install twitter
py -2 -m pip install json

to install needed modules

Twitter

there are some basic / selected operations

take care to copy Twitter Config Template and add your Keys and tokens. After adding Keys and tokens run those short demos.

go next to the twitter exercises

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages