Diese Webseite funktioniert besser mit JavaScript.
Startseite
Hilfe
Anmelden
ben
/
copyvios
Mirror von
https://github.com/earwig/copyvios
Beobachten
1
Favorisieren
1
Fork
0
Code
Releases
0
Aktivität
A copyright violation detector running on Wikimedia Cloud Services
https://tools.wmflabs.org/copyvios/
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
442
Commits
4
Branches
1.0 MiB
Struktur:
35dee57a41
copyvios-ng
main
multi-sources
python3
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von „35dee57a41“
${ noResults }
copyvios
/
.gitignore
.gitignore
92 B
Originalformat
Normale Ansicht
Verlauf
Build script, project layout
vor 13 Jahren
Add a customizable import config file.
vor 12 Jahren
Some updates for the new version of EarwigBot. Still have to update bigrams to trigrams.
vor 12 Jahren
Fix gitignore for logs.
vor 10 Jahren
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.
vor 1 Monat
1
2
3
4
5
6
7
8
9
10
*.pyc
*.egg
*.egg-info
.DS_Store
__pycache__
.earwigbot
logs/*
!logs/.gitinclude
config.py