Metadata-Version: 2.1
Name: mtc-cli
Version: 0.0.1
Summary: A simple CLI tool for moving enwp files to Commons
Home-page: https://github.com/fastily/mtc-cli
Author: Fastily
Author-email: fastily@users.noreply.github.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/fastily/mtc-cli/issues
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md

# mtc-cli
[![Python 3.9+](https://upload.wikimedia.org/wikipedia/commons/4/4f/Blue_Python_3.9%2B_Shield_Badge.svg)](https://www.python.org)
[![MediaWiki 1.35+](https://upload.wikimedia.org/wikipedia/commons/b/b3/Blue_MediaWiki_1.35%2B_Shield_Badge.svg)](https://www.mediawiki.org/wiki/MediaWiki)
[![License: GPL v3](https://upload.wikimedia.org/wikipedia/commons/8/86/GPL_v3_Blue_Badge.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)

mtc-cli is a command line tool that helps simplify and automate file imports from Wikipedia to Commons.

This is the rewritten, spiritual successor to the original [MTC!](https://github.com/fastily/mtc) tool.

```
usage: __main__.py [-h] [-u username] [-f] [-d] [-t] [--wgen] [titles ...]

mtc CLI

positional arguments:
  titles       Files, usernames, templates, or categories

optional arguments:
  -h, --help   show this help message and exit
  -u username  the username to use
  -f           Force (ignore filter) file transfer(s)
  -d           Activate dry run/debug mode (does not transfer files)
  -t           Add a Now Commons tag to the enwp file
  --wgen       run wgen password manager
```

Note: you must run this program with the `--wgen` flag to authenticate yourself before you can perform any transfers.

