User:PangolinMexico/Outreachy 2

From Wikidata
Jump to navigation Jump to search

I managed to complete all tasks in Task 2, as well as the bonus... I also did another 'bonus' script that does quite a lot! As it's by far the most complex contribution I've made so far, I talk through it in the README of my github repository. See my repository here: https://github.com/colonelsheep/Outreachy_wikidata

  • task_two.py fulfills all requirements of task 2
  • auto_add_name.py searches through all scientific articles that have author statements in them, goes to the author page, and tries to add given names or family names if they are missing from the page.
  • the output text files show example output of the aforementioned two programs. For more proof of auto_add_name working, just go to my contributions page!

I am really starting to love working with WikiData! I would really appreciate your thoughts on auto_add_name, as well as ways that I can improve on it. My own thoughts on it are in the README of my repository.