Tech & Profession
Latest Articles
-

Setting up an automated daily posting Twitter-Bot in Python
UPDATE: The developer access was widely withdrawn from many accounts since Elon Musk bought Twitter (now “X”). So did it happen to my Twitter-Bot, therefore the account is not posting anymore automatically. Python is a powerful programming language suitable for most tasks one can think of. Most platforms offer easily applicable APIs accessed through Python…
-

How you increase the maximum upload filesize in WordPress within your Apache / PHP configuration
Recently, I set up a server backend where I ran into a common problem of WordPress installations: It was surprisingly complicated to change the maximum upload size for adding new media via the website’s frontend. The consequence is that you cannot upload files larger than the standard setting (2 MB), which is highly problematic for…
-

How you easily scrape websites using Python
In my last blog post about Hypothesis testing on football players consciously getting yellow cards to be suspended for the next away match, I scraped the website of the German Bundesliga to reach out for the necessary data. This post will describe how we can easily fetch any data from the web and apply it…

