{ "name": "TwitterModel", "displayName": "TwitterModel", "description": "(null)", "category": "", "helpUrl": "https://gisweb2.cc.lehigh.edu/gis1/rest/directories/arcgisoutput/twitter/Tweets_by_Area_GPServer/twitter_Tweets_by_Area/TwitterModel.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Access_Token", "dataType": "GPString", "displayName": "Access Token", "description": "Twitter Access Token", "direction": "esriGPParameterDirectionInput", "defaultValue": "Enter Twitter Access Token Here", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Access_Secret", "dataType": "GPString", "displayName": "Access Secret", "description": "Twitter Access Secret", "direction": "esriGPParameterDirectionInput", "defaultValue": "Enter Twitter Access Secret Here", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Consumer_Key", "dataType": "GPString", "displayName": "Consumer Key", "description": "Twitter Consumer Key", "direction": "esriGPParameterDirectionInput", "defaultValue": "Enter Twitter Consumer Key Here", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Consumer_Secret", "dataType": "GPString", "displayName": "Consumer Secret", "description": "Twitter Consumer Secret", "direction": "esriGPParameterDirectionInput", "defaultValue": "Enter Twitter Consumer Secret Here", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Area", "dataType": "GPString", "displayName": "Area", "description": "Area that will be queried currently PA and US are valid entries, will default to TEST", "direction": "esriGPParameterDirectionInput", "defaultValue": "TEST,US or PA", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Hashtag", "dataType": "GPString", "displayName": "Hashtag", "description": "Twitter Hashtag of interest", "direction": "esriGPParameterDirectionInput", "defaultValue": "Enter Hashtag eg #TigerWoods", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "output_json", "dataType": "GPDataFile", "displayName": "output.json", "description": "enter name for output json file", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "output_csv", "dataType": "GPDataFile", "displayName": "output.csv", "description": "enter name for output csv file", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }