Пожалуйста, включите JavaScript.
Главная
Помощь
Вход
ben
/
copyvios
зеркало из
https://github.com/earwig/copyvios
Следить
1
В избранное
1
Форкнуть
0
Код
Релизы
0
Активность
A copyright violation detector running on Wikimedia Cloud Services
https://tools.wmflabs.org/copyvios/
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
445
коммитов
4
Ветки
1.4 MiB
Дерево:
1a254822e4
copyvios-ng
main
multi-sources
python3
Ветки
Теги
${ item.name }
Создать ветку
${ searchTerm }
из '1a254822e4'
${ noResults }
copyvios
/
.gitignore
.gitignore
92 B
Исходник
Обычный вид
История
Build script, project layout
13 лет назад
Add a customizable import config file.
12 лет назад
Some updates for the new version of EarwigBot. Still have to update bigrams to trigrams.
12 лет назад
Fix gitignore for logs.
10 лет назад
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 месяц назад
1
2
3
4
5
6
7
8
9
10
*.pyc
*.egg
*.egg-info
.DS_Store
__pycache__
.earwigbot
logs/*
!logs/.gitinclude
config.py