flyingclimber/wikimedia
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A simple script to find out what mobile main pages don't exist yet. Outputs a wikitext-formatted list of Wikimedia project sites that have a mobile domain following the pattern http://<lang code>.m.<project name>.<tld> and whether or not that project has a mobile-version of the main page configured. == Usage == $ python check_wiki_main_page.py == Requirements == * Python 2 (2.6+) * BeautifulSoup4 - http://www.crummy.com/software/BeautifulSoup/