I am trying to post a message in the index_talk page to inform other contributors. But facing attribution error?
Terminal : // AttributeError: module 'pywikibot' has no attribute 'talk'//
My attribute (page = pywikibot.Page(site, booktitle)) for a page works fine for a wiki page. Like, what is the attribute for talk page?
(talkpage = pywikibot.?????(site, booktitle))