synchronized awesome list (https://github.com/radek-sprta/awesome-game-remakes) and sourceforge member pages and some inspiration wikipedia links

This commit is contained in:
Trilarion
2021-09-28 13:42:58 +02:00
parent 0daac9c31e
commit e7ea8fc6ab
67 changed files with 607 additions and 129 deletions

View File

@@ -5,6 +5,7 @@ Maintenance of inspirations.md and synchronization with the inspirations in the
# TODO search fandom
# TODO which inspirations have wikipedia entries with open source games category but aren't included
# TODO if update included entries are included, update entries with media too
# TODO series always with lowercase
import time
from utils import osg, osg_ui, osg_wikipedia, constants as c
@@ -76,6 +77,9 @@ class InspirationMaintainer:
print('missed inspirations checked')
def check_for_wikipedia_links(self):
"""
Check the inspirations that haven't yet have a Wikipedia link in their Media field by searching for them on Wikipedia.
"""
if not self.inspirations:
print('inspirations not yet loaded')
return