/gdelt_mining

Scripts to consume and analyze the GDELT project's data

Primary LanguagePython

gdelt_mining

My own little scripts to consume and analyze the GDELT project's data

##To run scripts

  • Go through scripts and change path, host, username, password, etc. values
  • There are a few required python packages, please refer to imports for complete list

##GDELT Documentation

##Scripts to consume event data

  • gdelt.sql to create table in mysql
  • gdelt_miner.sh to pull csv file every 15 minutes (you should set up a cron job)
  • gdelt_transfer.py to transfer the filtered events to mysql table (again, cron job)