Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Paige Gulley committed Oct 31, 2023
1 parent 307fa01 commit 961d2db
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Wayback Machine News Archive Client
Mediacloud News Archive Client
===================================

🚧 _under construction_ 🚧
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion waybacknews/searchapi.py → mcnews/searchapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
VERSION = "v1" # the API access URL is versioned for future compatability and maintenance



class SearchApiClient:

API_BASE_URL = "https://wayback-api.archive.org/colsearch/{}/".format(VERSION)
API_BASE_URL = "https://news-search-api.tarbell.mediacloud.org/{}/".format(VERSION)
TIMEOUT_SECS = 30

# constants used when requesting top terms
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 961d2db

Please sign in to comment.