linux - Trying to update twitter using twidge in python -


i trying tweet python using twidge. script looks
import subprocess subprocess.call(["sudo", "twidge", "update", "trying tweeting linux python - twidge."])
getting error
twidge: user error (no config file found @ /root/.twidgerc run twidge setup configure twidge use.)
, have configured twidge , works in bash.
sorry if unspecific please ask if have questions.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -