What is getgdelt&usegdelt?
GDELT(Global Database of Events, Language, and Tone), monitors the world's news media from nearly every corner of every country in print, broadcast, and web formats, in over 100 languages, every moment of every day.
getgdeltis a Python based framework that calls the browser to download and format GDELT data.
Why do we use getgdelt&usegdelt?
Existing frameworks, such as gdeltPyR, provide us with many conveniences for calling GDELT data using python, but as mentioned by linwoodc3: 'The only limitation with data pullsgdeltPyR is you hardware. '
Using non-professional hardware or using existing python packages to call GDELT data in regions and countries where the network is restricted will encounter many errors. getgdelt downloads GDELT data by calling the browser. It makes the data calling process simpler and more visual.
For users who use non-professional hardware or in countries and regions with limited networks, it will be very convenient to use getgdelt to obtain GDELT data.
How do we use getgdelt&usegdelt?
Installation
getgdelt can be installed via pip
pip install getgdelt
Basic Examples
Get GDELT
from getgdelt import getgdelt
getgdelt(year_start,month_start,day_start,year_end,month_end,day_end)
Use GDELT
from getgdelt import usegdelt
gdelt = usegdelt(download_file_directory,output_file_directory)
Release files for getgdelt 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| getgdelt-1.0.0.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| getgdelt-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:7.4 kB
Release files / getgdelt-1.0.0.tar.gz
| Download URL | getgdelt-1.0.0.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ab3d04e30ef4547f571141cb72225f4e8c3ae539373c1145973fac9a05468f8d
|
|
BLAKE2b-256 checksum How to use checksums |
9bffa5733f078a2e9714142a1dd2caabcab26613c783f317bfd7a76b3be7eddf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0
|
Release files / getgdelt-1.0.0-py3-none-any.whl
| Download URL | getgdelt-1.0.0-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2a5ea4be4d05f5caa85dc12fc4cfcda537bee81783d653eca42b5d5980c2733e
|
|
BLAKE2b-256 checksum How to use checksums |
c41326df86bd6fc7208d928355818dd05e4c317b6f1aaee66b130bfd56e3bfd8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0
|