Community Data Science Workshops (Spring 2014)/May 3rd Wikipedia project Windows setup: Difference between revisions

Content added Content deleted
imported>Mako
(Created page with "==Download the WikipediaAPI project== # Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory: http://mako.cc/...")
 
imported>Mako
No edit summary
Line 14: Line 14:
dir
dir


will show you the source code files in that directory. One of the files is "twitter1.py", which has a ".py" extension indicating that it is a Python script. Type:
will show you the source code files in that directory. One of the files is "wikipedia1.py", which has a ".py" extension indicating that it is a Python script. Type:


python twitter1.py
python twitter1.py


at the command prompt to execute the run.py Python script. Wait a little while while your computer connects to Twitter. You should see a series of tweets run by your screen. If you don't, let a staff member know.
at the command prompt to execute the run.py Python script. Wait a little while while your computer connects to Wikipedia. You should see a series of data from Wikipedia run by on your screen. If you don't, let a staff member know.


==Success!==
==Success!==