Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework fields to be crawl-scoop-directory compatible #71

Open
rasa opened this issue Nov 19, 2021 · 0 comments
Open

Rework fields to be crawl-scoop-directory compatible #71

rasa opened this issue Nov 19, 2021 · 0 comments

Comments

@rasa
Copy link
Owner

rasa commented Nov 19, 2021

Per https://github.com/zhoujin7/crawl-scoop-directory/blob/e9528768998dfe13886df51c86fa215c31835643/scoop_directory_crawler.py#L15 :

CREATE TABLE "app" (
  "id" INTEGER,
  "name" TEXT,
  "version" TEXT,
  "description" TEXT,
  "license" TEXT,
  "bucket_repo" TEXT
);
DROP TABLE IF EXISTS "bucket";
CREATE TABLE "bucket" (
  "score" real,
  "bucket_repo" TEXT NOT NULL,
  "apps" integer,
  "stars" integer,
  "forks" integer,
  "updated" text,
  PRIMARY KEY ("bucket_repo")
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant