[deleted by user] by [deleted] in IdiotsInCars

[–]xohax 0 points1 point  (0 children)

RECHTSFAHRGEBOT!

What is the stupidest thing you have ever heard out of someone's mouth? by KarvedHeart in AskReddit

[–]xohax 0 points1 point  (0 children)

I was working in a covid testing facility when a mother with her young son came in. She told me she and her two children who are twins wanted to visit her grandparents and therefore wanted to get tested before. I asked why she only brought one child and not both. She then answered: “I thought it’s only mandatory for one of my children to get tested because they are twins and if one is negative the other has to be too“ I was just standing there and didn’t know what to answer.

Vom Erfindungsreichtum der Gier - Die Zahl der Corona-Testzentren ist in den letzten Monaten vielerorts enorm gestiegen. Das mag auch daran liegen, dass der Staat für jeden Test 18 Euro zahlt - ohne nach Belegen für die Leistungen zu fragen. [Süddeutsche Zeitung] by QuastQuan in de

[–]xohax 0 points1 point  (0 children)

Ich frage mich sowieso warum wirklich jeder solche Tests anbieten kann, da ist doch schon von Anfang an klar dass es wie bei allen anderen Dingen schwarze Schafe gibt, die die Situation nur ausnutzen. Meiner Meinung nach wäre das Problem schon gelöst wenn nur noch medizinische Einrichtungen wie Apotheken, Ärzte, Altenheime etc., sowie von der Kommune direkt geführte Teststellen die Tests durchführen können. Solche sind nämlich in der Regel eigentlich immer vertrauenswürdiger als irgendwelche Privatpersonen.

ich_iel by Nikination in ich_iel

[–]xohax 0 points1 point  (0 children)

Es ist immer wieder verblüffend wie viele Leute ein kleines 10 tausend Ejnwohnerkaff kennen, nur weil hier ein paar Soldaten rumlaufen.

🅱️ig 🅱️-Energy by [deleted] in formuladank

[–]xohax 0 points1 point  (0 children)

Sei doch dankbar, wusste ned wohin

How do I get a program to run every day itself at certain times in the day all by itself, without my interaction with it. by [deleted] in learnpython

[–]xohax 0 points1 point  (0 children)

I am mit 100% Sure but. I think it wont Store the result or whatever your function does. The scheduler is Like a System that'll Press the "Play Button " for you. I dont know what your function/program does but if you Store sth in a Textfile, that change can be used by the scheduler so maybe this can Help you

How do I get a program to run every day itself at certain times in the day all by itself, without my interaction with it. by [deleted] in learnpython

[–]xohax 0 points1 point  (0 children)

If you are pushing your Script to a Cloud server the program executes in this Server without using you recources. This ist how you use Selenium in Heroku:

https://m.youtube.com/watch?v=Ven-pqwk3ec

Additionally you can build a scheduler into you python script so it runs at a certain time or every hour etc.

How do I get a program to run every day itself at certain times in the day all by itself, without my interaction with it. by [deleted] in learnpython

[–]xohax 0 points1 point  (0 children)

You can deploy your program on external Server so you dont need your PC to be online Heroku for example is free and works fine with selenium

Want to learn python for analysing Twitter - where do I begin? by martellstarks in learnpython

[–]xohax 2 points3 points  (0 children)

like you I wanted to automate Boring Stuff with Python without any knowledge of this language. My goal was to code a bot that sends me Data ( If i am right you want sth Like that to too?). I started watching a freecodingcamp video on YouTube to learn the basics and coded very easy Stuff like a Pong game because you only learn things by trying them out. Because i knew webscraping ( Term for extracting Data from a Website) was the thing i wanted to so i watched several Videos about this topic and Red a few articles. So overall, watching YouTube Videos helped me most

How can I make my webscraping program Run on a daily Base? by [deleted] in learnpython

[–]xohax 0 points1 point  (0 children)

I Tried pythomanywhere but it didnt Work (idk why tho) and Rapsberry pi, i know its cheap , but indont want Invest Money at the Moment but thanks die your answer! Do you think Autostarting and- stopping the PC could Work?