.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
codecov.yml
pyproject.toml
tox.ini
.github/workflows/mirror.yml
.github/workflows/release.yml
.github/workflows/test.yml
docs/args.rst
docs/cli.rst
docs/conf.py
docs/index.rst
docs/install.rst
docs/requirements.txt
docs/usage.rst
examples/check_duplicate.json
examples/filter_all.json
examples/filter_new.json
qiuwenbot/__init__.py
qiuwenbot/__main__.py
qiuwenbot/argparse.py
qiuwenbot/bot.py
qiuwenbot/qwfamily.py
qiuwenbot/qwlogger.py
qiuwenbot/user-config.py
qiuwenbot/utils.py
qiuwenbot.egg-info/PKG-INFO
qiuwenbot.egg-info/SOURCES.txt
qiuwenbot.egg-info/dependency_links.txt
qiuwenbot.egg-info/entry_points.txt
qiuwenbot.egg-info/requires.txt
qiuwenbot.egg-info/top_level.txt
qiuwenbot/entrypoints/__init__.py
qiuwenbot/entrypoints/submit.py
qiuwenbot/filter/__init__.py
qiuwenbot/filter/clean_refs.py
qiuwenbot/filter/common.py
qiuwenbot/filter/deprecated_tags.py
qiuwenbot/filter/expired_templates.py
qiuwenbot/filter/filter.py
qiuwenbot/filter/gov.py
qiuwenbot/filter/history.py
qiuwenbot/filter/hk.py
qiuwenbot/filter/ref_blacklist.txt
qiuwenbot/filter/roc_flag.py
qiuwenbot/filter/roc_year.py
qiuwenbot/filter/tw.py
qiuwenbot/filter/wg.py
qiuwenbot/task/__init__.py
qiuwenbot/task/duplicate.py
qiuwenbot/task/filter.py
qiuwenbot/task/task.py
tests/test_cli.py
tests/test_examples.py
tests/test_filter.py
tests/test_task.py
tests/test_utils.py