Strona działa najlepiej z włączonym JavaScript.
Strona główna
Pomoc
Zaloguj się
ben
/
copyvios
kopia lustrzana
https://github.com/earwig/copyvios
Obserwuj
1
Polub
1
Forkuj
0
Kod
Wydania
0
Aktywność
A copyright violation detector running on Wikimedia Cloud Services
https://tools.wmflabs.org/copyvios/
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
442
Commity
4
Gałęzie
1.0 MiB
Drzewo:
35dee57a41
copyvios-ng
main
multi-sources
python3
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z '35dee57a41'
${ noResults }
copyvios
/
.gitignore
.gitignore
92 B
Czysty
Zwykły widok
Historia
Build script, project layout
13 lat temu
Add a customizable import config file.
12 lat temu
Some updates for the new version of EarwigBot. Still have to update bigrams to trigrams.
12 lat temu
Fix gitignore for logs.
10 lat temu
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 miesiąc temu
1
2
3
4
5
6
7
8
9
10
*.pyc
*.egg
*.egg-info
.DS_Store
__pycache__
.earwigbot
logs/*
!logs/.gitinclude
config.py