A Python client for pulling down & storing recent UFO sightings from the National UFO Reporting Center
BeautifulSoup 4 - pip install python-bs4
GeoPy - pip install geopy
You can scrape the National UFO Reporting Center's database whenever it is updated and store that data to your own database to play with the data however you want!
First, configure the Config.py file with the location of your PHP script that will handle the incoming data.
See https://github.com/RyanBurnsworth/nuforc-server for an example
Next, fire up the NUFORC Client by cmd line with sudo python nuforcClient.py
Now you will start storing the latest reported UFO sightings
Feel free to make submit PRs and make any changes you want for you own projects. It is free to use.