Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
copyvios
réplica de
https://github.com/earwig/copyvios
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
0
Actividad
A copyright violation detector running on Wikimedia Cloud Services
https://tools.wmflabs.org/copyvios/
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
445
Commits
4
Ramas
5.6 MiB
Árbol:
1a254822e4
copyvios-ng
main
multi-sources
python3
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde '1a254822e4'
${ noResults }
copyvios
/
.gitignore
.gitignore
92 B
Original
Vista normal
Histórico
Build script, project layout
hace 13 años
Add a customizable import config file.
hace 12 años
Some updates for the new version of EarwigBot. Still have to update bigrams to trigrams.
hace 12 años
Fix gitignore for logs.
hace 10 años
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.
hace 1 mes
1
2
3
4
5
6
7
8
9
10
*.pyc
*.egg
*.egg-info
.DS_Store
__pycache__
.earwigbot
logs/*
!logs/.gitinclude
config.py