@RossBaker5 It seems that you have just crossed on hurdle towards your objective.Now you need to write a program in any language. Use a library for that language that has twitter endpoints defined in it. It helps to convert your request(in any language) to json format as the twitter server expects and then again converts the response from twitter in json format to your native programming language. As for example if you can write a program in python then you can use libraries like tweepy, twython etc. Read carefully their documentation and proceed as directed.
Hope this may be helpful to you.
Cheers!