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

TASK DESCRIPTION
  I want the bot to run at https://www.wikifunctions.org/wiki/
  
  I tried with the following file. But it didn't work.
  
    """Family module for Wikifunction."""
    #
    # (C) Pywikibot team, 2005-2023
    #
    # Distributed under the terms of the MIT license.
    #
    from pywikibot import family
    
    
    # The Wikifunctions family
    class Family(family.WikimediaFamily, family.DefaultWikibaseFamily):
    
        """Family class for Wikifunctions."""
    
        name = 'wikifunctions'
        code = 'wikifunctions'
        langs = {
            'wikifunctions': 'www.wikifunctions.org',
        }
    
        def protocol(self, code) -> str:
            """Return the protocol for this family."""
            return 'https'

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

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

To: Euku
Cc: Aklapper, pywikibot-bugs-list, Euku, PotsdamLamb, Jyoo1011, JohnsonLee01, 
SHEKH, Dijkstra, Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, 
JJMC89, Dvorapa, Altostratus, Avicennasis, mys_721tx, Xqt, jayvdb, Masti, 
Alchimista
_______________________________________________
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org

Reply via email to