Eatcha created this task.
Eatcha added a project: Pywikibot.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
    # -*- coding: utf-8 -*-
    import pywikibot
    from pywikibot import pagegenerators
    
    def main():
        SITE = pywikibot.Site()
        cat = pywikibot.Category(SITE, 'License_review_needed')
        gen = pagegenerators.CategorizedPageGenerator(cat)
        for count, page in enumerate(gen, start=1):
            file_name = page.title()
            print("%d - %s" % (count, file_name))
    
    
    if __name__ == "__main__":
        try:
            main()
        finally:
            pywikibot.stopme()
  
  Run at https://repl.it/repls/SeashellHilariousActivecell#main.py
  
  (There are about 11K  files in 
https://commons.wikimedia.org/wiki/Category:License_review_needed)

TASK DETAIL
  https://phabricator.wikimedia.org/T258036

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Eatcha
Cc: Aklapper, pywikibot-bugs-list, Eatcha, JohnsonLee01, SHEKH, Dijkstra, 
Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, JJMC89, Dvorapa, 
Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista, Rxy
_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to