diff --git a/generate_database.py b/generate_database.py index c7a58240..0cf6117b 100644 --- a/generate_database.py +++ b/generate_database.py @@ -183,24 +183,25 @@ def __init__(self, user: str = "budswa", batch_size: int = -1) -> None: # perhaps export to a `constants` module self.wanted_fields = [ - "full_name", - "description", - "default_branch", - "fork", "archived", - "private", "clone_url", "commits_url", + "contents_url", "created_at", - "updated_at", - "stargazers_count", - "subscribers_count", + "default_branch", + "description", + "fork", "forks_count", + "full_name", "language", + "license", "open_issues_count", - "topics", "owner", - "contents_url", + "private", + "stargazers_count", + "subscribers_count", + "topics", + "updated_at", ] # this is not accurate but it will be good enough for now. self.unwanted_config = [