Skip to content

Commit

Permalink
Merge pull request #10 from datapartnership/extraction-update
Browse files Browse the repository at this point in the history
increase api extraction limit from 50,000 to 200,000
  • Loading branch information
SahitiSarva authored Oct 14, 2024
2 parents 26f9911 + 7ca53cc commit 5f3f089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acled_conflict_analysis/extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def acled_api(
)

# Building the URL
url = "https://api.acleddata.com/acled/read/?key={}&email={}&limit=50000".format(
url = "https://api.acleddata.com/acled/read/?key={}&email={}&limit=200000".format(
access_key, email_address
)

Expand Down

0 comments on commit 5f3f089

Please sign in to comment.