Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux support #3

Open
2 tasks
c4l1c0 opened this issue May 21, 2021 · 1 comment
Open
2 tasks

Linux support #3

c4l1c0 opened this issue May 21, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@c4l1c0
Copy link

c4l1c0 commented May 21, 2021

Seems like the only thing holding the script to run on linux is the scheduler.

I propose these changes to add linux compatibility:

  • detect if os is linux
  • if true then either run it periodically with cron or add an entry to current user's crontab

I heard that python-crontab works on windows too, but i'm not sure.
But idk if this is necessary, since on linux i can just edit my crontab to run your script everyday with the "-R" argument.

@darkGrimoire
Copy link
Owner

Thank you for your test with linux! I'm sorry the scheduler for linux hasn't finish yet, as I have little time to research this (I want it to be compatible with mac and linux), but I think I'll try it once the holiday starts.

@darkGrimoire darkGrimoire added the enhancement New feature or request label Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants