Skip to content

Commit

Permalink
chore: remove unused API configuration and clean up comments in proce…
Browse files Browse the repository at this point in the history
…ss_data.py
  • Loading branch information
maehr committed Nov 10, 2024
1 parent 9827137 commit c35f448
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/process_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
import pandas as pd
import requests

# TODO https://chatgpt.com/share/671621c7-3c20-8011-8956-9bd9248a1fa2
# TODO https://omeka.unibe.ch/omeka-new/admin/item?item_set_id=6508

# Configuration
OMEKA_API_URL = os.getenv("OMEKA_API_URL")
KEY_IDENTITY = os.getenv("KEY_IDENTITY")
Expand All @@ -17,12 +14,6 @@
CSV_PATH = os.getenv("CSV_PATH", "_data/sgb-metadata-csv.csv")
JSON_PATH = os.getenv("JSON_PATH", "_data/sgb-metadata-json.json")

OMEKA_API_URL = "https://omeka.unibe.ch/api/"
# OMEKA_API_URL = "https://omeka.unibe.ch/omeka-new/api/"
KEY_IDENTITY = "sEJ4wdtCBpSkCzSPBpluzoqBzmkRCvw7"
KEY_CREDENTIAL = "0v8AZu265B8EKkCCYOEkKQeOGBieejmy"
ITEM_SET_ID = 10780

# Set up logging
logging.basicConfig(
level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s"
Expand Down

0 comments on commit c35f448

Please sign in to comment.