이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
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개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
442
커밋
4
브랜치
1.0 MiB
트리:
35dee57a41
copyvios-ng
main
multi-sources
python3
브랜치
태그
${ item.name }
${ searchTerm }
브랜치 생성
from '35dee57a41'
${ noResults }
copyvios
/
.gitignore
.gitignore
92 B
Raw
Normal View
히스토리
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