Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
copyvios
mirror da
https://github.com/earwig/copyvios
Segui
1
Vota
1
Forka
0
Codice
Rilasci
0
Attività
A copyright violation detector running on Wikimedia Cloud Services
https://tools.wmflabs.org/copyvios/
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
445
Commit
4
Rami (Branch)
5.6 MiB
Albero (Tree):
1a254822e4
copyvios-ng
main
multi-sources
python3
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da '1a254822e4'
${ noResults }
copyvios
/
.gitignore
.gitignore
92 B
Originale
Vista normale
Cronologia
Build script, project layout
13 anni fa
Add a customizable import config file.
12 anni fa
Some updates for the new version of EarwigBot. Still have to update bigrams to trigrams.
12 anni fa
Fix gitignore for logs.
10 anni fa
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 mese fa
1
2
3
4
5
6
7
8
9
10
*.pyc
*.egg
*.egg-info
.DS_Store
__pycache__
.earwigbot
logs/*
!logs/.gitinclude
config.py