tonythomas01 / gdrive-to-commons

Tool to upload pictures from Google Drive to Wikimedia Commons ⚠️ Moved to Wikimedia Gerrit, so this repo is read only.
https://gdrive-to-commons.toolforge.org/
Apache License 2.0
9 stars 10 forks source link

Ask for more information for uploaded files (comment) #8

Open srish opened 5 years ago

srish commented 5 years ago

There is a bit more information that https://commons.wikimedia.org/wiki/Special:UploadWizard asks for at the time of uploading a file. We have not considered this in the tool as of now.

It might be useful to allow users to choose, for example, a license, category, date work was created or published, etc.

tonythomas01 commented 5 years ago

Exactly. We need to see what mwclient supports. From the docs, I see:

            filename (str): Destination filename, don't include namespace
                            prefix like 'File:'
            description (str): Wikitext for the file description page.
            comment (str): Upload comment. Also used as the initial page text
tonythomas01 commented 5 years ago

We have filename and description now. Comments need to be supported.

tonythomas01 commented 5 years ago

Sounds like we are missing license details, which seems to be a problem.

NdibeRaymond commented 4 years ago

Hello, I am an outreachy intern and would love to take up this task @srish @tonythomas01