このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
copyvios
ミラー元
https://github.com/earwig/copyvios
ウォッチ
1
スター
1
フォーク
0
コード
リリース
0
アクティビティ
A copyright violation detector running on Wikimedia Cloud Services
https://tools.wmflabs.org/copyvios/
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
445
コミット
4
ブランチ
1.4 MiB
ツリー:
1a254822e4
copyvios-ng
main
multi-sources
python3
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'1a254822e4' から
${ noResults }
copyvios
/
.gitignore
.gitignore
92 B
Raw
通常表示
履歴
Build script, project layout
13年前
Add a customizable import config file.
12年前
Some updates for the new version of EarwigBot. Still have to update bigrams to trigrams.
12年前
Fix gitignore for logs.
10年前
Add OAuth flow Adds the initial backend requirements for the OAuth flow, which will be made required for all search engine checks. This adds three new routes: - `/login` (GET, POST) - for logging in - `/logout` (GET, POST) - for logging out - `/oauth-callback` - OAuth 1.0a callback route Login/logout state can be checked through the header. By default, a separate page navigation is not required when the link is clicked by the user. When following a link to `/log(in|out)`, however, an extra button will be shown to prevent inadvertent logins/logouts.
1ヶ月前
1
2
3
4
5
6
7
8
9
10
*.pyc
*.egg
*.egg-info
.DS_Store
__pycache__
.earwigbot
logs/*
!logs/.gitinclude
config.py