Denna sida fungerar bättre med Javascript igång.
Startsida
Hjälp
Logga in
ben
/
copyvios
spegling av
https://github.com/earwig/copyvios
Bevaka
1
Stjärnmärk
1
Förgrening
0
Kod
Släpp
0
Aktiviteter
A copyright violation detector running on Wikimedia Cloud Services
https://tools.wmflabs.org/copyvios/
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
445
Incheckningar
4
Grenar
5.6 MiB
Träd:
1a254822e4
copyvios-ng
main
multi-sources
python3
Grenar
Taggar
${ item.name }
Skapa branchen
${ searchTerm }
från '1a254822e4'
${ noResults }
copyvios
/
.gitignore
.gitignore
92 B
Rå
Normal vy
Historik
Build script, project layout
13 år sedan
Add a customizable import config file.
12 år sedan
Some updates for the new version of EarwigBot. Still have to update bigrams to trigrams.
12 år sedan
Fix gitignore for logs.
10 år sedan
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ånad sedan
1
2
3
4
5
6
7
8
9
10
*.pyc
*.egg
*.egg-info
.DS_Store
__pycache__
.earwigbot
logs/*
!logs/.gitinclude
config.py