Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
copyvios
espelhamento de
https://github.com/earwig/copyvios
Observar
1
Favorito
1
Fork
0
Código
Versões
0
Atividade
A copyright violation detector running on Wikimedia Cloud Services
https://tools.wmflabs.org/copyvios/
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
442
Commits
4
Branches
941 KiB
Tag:
35dee57a41
copyvios-ng
main
multi-sources
python3
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 35dee57a41
${ noResults }
copyvios
/
.gitignore
.gitignore
92 B
Original
Visão normal
Histórico
Build script, project layout
13 anos atrás
Add a customizable import config file.
12 anos atrás
Some updates for the new version of EarwigBot. Still have to update bigrams to trigrams.
12 anos atrás
Fix gitignore for logs.
10 anos atrás
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 mês atrás
1
2
3
4
5
6
7
8
9
10
*.pyc
*.egg
*.egg-info
.DS_Store
__pycache__
.earwigbot
logs/*
!logs/.gitinclude
config.py