I'm getting a bit tired of the repetitive tasks, and it got me thinking about automating what I can.
Anyone knows some good resources, or ideas, where people smarter than me (probably 90% of the population) thought of automating? I'm placing the python limit there to make it easier for me, but if you have something else feel free to drop it too!
Thank you for your (future) help! (I hope)! :)
I'd be happy to thank you with a warm welcome in my coworking space if you happen to be in Budapest! (https://theotherworkspace.com)
What specifically are you trying to automate with Python?
It could be anything that would make sense to automate. Of course I was thinking about some social media automation (scheduled posting for example), or scraping, but I'm interested in what I haven't thought of! :D
the thing with scheduling posts is that a tool like hootsuite is already much more powerful and at the same time easier to use than to build a python tool for it.
on the other hand, i've seen some people using python (and pandas, which I don't really know a lot, actually) to scrape pages, process and generate keywords, and also do reports, find links without descriptions, etc.
Yes I figured, but as long as I'm going to use python for some other stuff I was thinking about using it to schedule posting too. Of course probably still use some tools like hootsuite as you mentioned, but for twitter for example it might as well be easier to use python rather than replicating everything on the user interface of a webapp. :)