Twitter API Scraper/Utility
Requirements:
-
Java 7 or newer Java Development Kit
-
Eclipse IDE (instructions written according to Eclipse Mars)
Instructions:
-
Launch a web browser and navigate to https://github.com/Kephael/CEN3031---Twitter-Utility/tree/master
-
Download a ZIP of the project, in the upper right hand corner of the page you can find a “Download ZIP” button. The project on github is in the form of an eclipse project with all the libraries included.
-
Extract the contents of the master.zip file
-
Launch your Eclipse IDE
-
In Eclipse, go to File -> Import
-
Click on General -> Existing Projects into Workspace and press Next
-
Check the Select root directory: radio button and press Browse, navigate to the root directory of the extracted contents from the master.zip file and press OK.
-
Press Finish and the project will now be in your Eclipse IDE under the Project Explorer view and named CEN3031.
Launching the application:
-
In the Project Explorer, click on CEN3031 -> src -> init
-
Right click Init.java in the init package, choose Run As, and select Java Application to run the application