This Repository includes some Kick-Start Examples for Twitter Data Mining and will be used for educational usage.
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
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.
- load current twitter trends
- load a single tweet
- update you twitter status / write a tweet
- query the twitter stream api
- query twitter users
- query twitter statuses
go next to the twitter exercises
- huge catalog of Examples for Mining the Social Web