There are times you need things to run automatically for you when it comes to deploying websites. It's not that deploying them is hard, it's just r...
For further actions, you may consider blocking this person and/or reporting abuse
I've been coding almost exclusively in Powershell for the last 6 months. I'm an IT tech and I write scripts, modules, and applications for use at work. No prank scripts yet but I have built a neat, little app that will remotely pull memory usage data from all computers listed in a CSV file and format it nicely into an Excel spreadsheet. It runs in the background on my computer pretty much constantly. Powershell is actually quite powerful. I find new things to do with it every day.
What about using Python instead?