Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
copyvios
espelho de
https://github.com/earwig/copyvios
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
0
Trabalho
A copyright violation detector running on Wikimedia Cloud Services
https://tools.wmflabs.org/copyvios/
Não pode escolher mais do que 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
Cometimentos
4
Ramos
941 KiB
Árvore:
35dee57a41
copyvios-ng
main
multi-sources
python3
Ramos
Etiquetas
${ item.name }
Criar ramo
${ searchTerm }
de '35dee57a41'
${ noResults }
copyvios
/
.gitignore
.gitignore
92 B
Em bruto
Vista normal
Histórico
Build script, project layout
há 13 anos
Add a customizable import config file.
há 12 anos
Some updates for the new version of EarwigBot. Still have to update bigrams to trigrams.
há 12 anos
Fix gitignore for logs.
há 10 anos
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.
há 1 mês
1
2
3
4
5
6
7
8
9
10
*.pyc
*.egg
*.egg-info
.DS_Store
__pycache__
.earwigbot
logs/*
!logs/.gitinclude
config.py