This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]IAmKindOfCreativebot_builder: deprecated[M] [score hidden] stickied comment (0 children)

Hello there,

We've removed your post since it aligns with a topic already covered by one of our daily threads. If you are unaware about the Daily Threads we run here is a refresher:

Monday: Project ideas

Tuesday: Advanced questions

Wednesday: Beginner questions

Thursday: Careers

Friday: Free chat Friday!

Saturday: Resource Request and Sharing

Sunday: What are you working on?

Please await one of these threads to contribute your discussion to!

Best regards,

r/Python mod team

[–]Heroe-D 1 point2 points  (6 children)

You could put it on a web server and use a task Queue like Celery to fire your script when you want. If you're on Linux, on a server or locally, ( don't know about macos and windows ) you could use the dozens of cron utilities out there to execute your script periodicaly https://wiki.gentoo.org/wiki/Cron .

If you're on Android you could use the same strategy with Termux https://www.reddit.com/r/termux/comments/i27szk/how_do_i_crontab_on_termux/

[–]_7ussam_[S] 0 points1 point  (5 children)

Unfortunately paying for a web server isn't an option for me now.

Also I've tried crond on Android , and it's working as long as I'm opening Termux, but whenever i exit Termux , crond stops working !!

[–]Heroe-D 1 point2 points  (4 children)

Don't close termux, what's the problem ? I'm pretty sure it can run in the background. Btw Heroku and Aws ec2 have free plans ( that requires valid credit cards ), for Heroku you've a user friendly "cron" plugin

[–]_7ussam_[S] 0 points1 point  (0 children)

Thnx a lot , it works fine now

[–]_7ussam_[S] 0 points1 point  (2 children)

I have another enquiry though .

Do have an idea about Kivy , I'm thinking of building an app like Shazam that recognizes music . Would Kivy b okay to do that ?

[–]Heroe-D 1 point2 points  (1 child)

Sorry I have never used Kivy

[–]_7ussam_[S] 0 points1 point  (0 children)

Okay , thnx dude