You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ideally the aim is for every script to possibly be able to be called from another python script, since we are also python developers and hope to use python itself with systemd to schedule all jobs rather than using cron or bash scripts.
ideally the aim is for every script to possibly be able to be called from another python script, since we are also python developers and hope to use python itself with systemd to schedule all jobs rather than using cron or bash scripts.
https://github.com/bibanon/BASC-py4chan/blob/master/basc_py4chan/file.py
here is a really good example to follow
so instead of using global variables like you did before, you can call from self.config which is a python dict that could be imported from yaml
The text was updated successfully, but these errors were encountered: