In main.py there is a bunch of variables any user has to manually fill in right now. This is not an ideal solution. It would be much better if this configuration would be read from file (which would be ignored by git to prevent leaking private credentials).
In
main.pythere is a bunch of variables any user has to manually fill in right now. This is not an ideal solution. It would be much better if this configuration would be read from file (which would be ignored by git to prevent leaking private credentials).