automated terminal push

This commit is contained in:
Software Shinobi
2025-03-10 10:38:18 -04:00
parent 6a06716248
commit b502971a89
11 changed files with 154 additions and 2172 deletions

0
.trash/publisher.py Normal file
View File

19
.trash/trash.py Normal file
View File

@@ -0,0 +1,19 @@
def generate_urlsdddd(channel_name):
base_url = "https://sullygnome.com/channel/{}/{}/games"
for year in range(2024, 2025):
print("year / ",year)
for month in range(1, 13):
print("month / ",month)
month_str = utils.convertMonthNumberMonthLong(month)
customURL = base_url.format(channel_name, f"{year}{month_str}")
print("url / ", customURL)
writeToJMS(customURL)