Hi everybody,
Since this is a great scripting and design community, visual- and coding-wise, I would ask you guys, if there are any useful and/or fun scripts that you use regularly, maybe daily, and make your digital life easier?
This is meant to be a free, meta-discussion first and foremost, and I invite you to share ideas that can go even beyond Rhino and Grasshopper. You don’t have to share your scripts, but you might, if you want to!
Let’s go!
I have a small Python script that manages my Downloads folder and some other directoriesI It basically sorts files by file type, name and some other specific characteristics into a predefined folder structures. It also renames selected folders to show how many new, unrevised files have been added lately. For instance, I have a folder ‘Inbox’ in my ‘Finances’ directory that gets renamed to ‘Inbox (2)’, if two new bank statements have been added that I still need to review.
Furthermore, I have another Python script that is scheduled to run 4 times a day on a web server. I checks selected RSS feeds for new content and downloads it, if it matches certain criteria. A database keeps track of the recent downloads to the server and prevents fetching duplicate or similar files. The script also monitors server space and purges older, tagged files, if it runs out of space, or even halts all operations and messages me.
I have another Python script, that I use once or twice a year. It scrapes my entire amazon order history, parses the data, saves it to a CSV file and outputs some fun diagrams, like spending per month and so on.
Unfortunately, this script doesn’t work anymore, since amazon has somehow made it harder to remotely login to your account with a script. I haven’t managed to fix it so far.