User Tools

Site Tools


forbidden_list

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
forbidden_list [2025/09/04 16:42] – Add script to check for itch takedowns 109.154.205.96forbidden_list [2025/09/04 16:45] (current) 109.154.205.96
Line 65: Line 65:
  
 **Script to check itch takedowns** **Script to check itch takedowns**
-Working as of Thu Sep  4 17:35:03 +  * Working as of Thu Sep  4 17:35:03 
-You need a csvs folder containing lists from "Collections" which still list removed games +  *  
-You can find an itch csv export at https://github.com/abraxas86/tampermonkey-scripts/blob/main/itch.io/CollectionToCSV.user.js +  * You need a csvs folder containing lists from "Collections" which still list removed games 
-You can find the folder of csvs used for this at {{ :csvs.zip }} +  *  
-''+  * You can find an itch csv export at https://github.com/abraxas86/tampermonkey-scripts/blob/main/itch.io/CollectionToCSV.user.js 
 +  *  
 +  * You can find the folder of csvs used for this at {{ :csvs.zip }} 
 +  * No extra takedowns from 2025/07/27 to 2025/09/04 
 + 
 +<code>
 #!/usr/bin/env python #!/usr/bin/env python
 import csv import csv
Line 137: Line 142:
         continue         continue
 json.dump(Return, open(OUT_FILE, "w"), indent=4) json.dump(Return, open(OUT_FILE, "w"), indent=4)
-''+</code>
forbidden_list.1757004129.txt.gz · Last modified: 2025/09/04 16:42 by 109.154.205.96