This is the fourth task for T276329, Synchronising Wikidata and Wikipedias using pywikibot, aimed at getting you familiar with adding info to Wikidata items.
1. You should already have a Wikimedia account and set up pywikibot (if not, do Tasks 1 and 2 first).
2. Find some pieces of information to add to a Wikidata item. You should have at least one QID, one image filename, one date, and one numerical ID (you can take these from task 1, or find new ones if you want). If possible, use the script you wrote for Task 3 to find these, or you can define them manually in the code. Ideally they should not already be on Wikidata.
3. Set up a script that connects to Wikidata, loads the target item, adds the pieces of information, and saves it back to Wikidata. Use the sandbox to start with: if the data is not already on Wikidata, then use the live item.
4. Bonus: also add a reference.
5. Bonus: also add a qualifier.
Save your code to a repository, or create a page like https://www.wikidata.org/wiki/User:Mike_Peel/Outreachy_2 (under your username - and change the ending to '4'.) Add the links to the edits at the end of the code as a comment.
Once you are happy, send me a link to your page (by email, on my talk page, or replying to this ticket as you prefer). Make sure to also register it as a contribution on the Outreachy website (https://www.outreachy.org/outreachy-may-2021-internship-round/communities/wikimedia/synchronising-wikidata-and-wikipedias-using-pywiki/contributions/)!
Hints:
* You can probably reuse code for earlier tasks to do this