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

Update README.md #2

Open
wants to merge 2 commits into
base: python3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Upstream to Sort

This repository contains the parts of [`wikiteam`](https://github.com/WikiTeam/wikiteam/) that haven't become part of [`mediawiki-scraper`](https://github.com/mediawiki-client-tools/mediawiki-scraper/) so that we can remove them from the main branch without completely forgetting they exist.
This repository contains the parts of [`wikiteam`](https://github.com/WikiTeam/wikiteam/) that haven't become part of [`mediawiki-dump-generator`](https://github.com/mediawiki-client-tools/mediawiki-dump-generator/) so that we can remove them from the main branch without completely forgetting they exist.

The code in this repository probably doesn't work, but it may be possible to make it compatible with `mediawiki-scraper`.
The code in this repository probably doesn't work, but it may be possible to make it compatible with `mediawiki-dump-generator`.

> **Note:** This repository still has the config files for [`pre-commit`](https://pre-commit.com/) and [`markdownlint`](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) if you'd like to use them to check your code.
1 change: 0 additions & 1 deletion wikiteam/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

import requests
from internetarchive import get_item

from wikiteam3.dumpgenerator.config import Config
from wikiteam3.utils import domain2prefix, getUserAgent

Expand Down