automated terminal push
This commit is contained in:
19
.trash/trash.py
Normal file
19
.trash/trash.py
Normal 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)
|
||||
Reference in New Issue
Block a user