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
I have been banging my head against the wall off and on for months trying to figure out how to write a script that reads from the sqlite database where my reading data is stored (thanks koreader!) and then push that data to bookwyrm as status updates on what page I am up to. I can read and access all the data i want to see from my family using bookwyrm thanks to the rss feeds, but I almost never post myself unless I go out of my way to use a work computer in a way its not supposed to be used.
I am not a programmer, but this is the first time in a very long time I have not been able to use https://curlconverter.com/ to automate some basic website stuffs with a python script and i am very confused. I dont know why the python it spits out never actually works and I dont know enough about python to be able to figure it out.
after a lot of trial and error I was able to get a bash script working at one point, but it no longer does for reasons I dont understand (i dont expect people to parse this its a huge friggen mess, but at one point believe it or not it actually did work. but after i put it down for a week and came back to replace the hard coded variables with data from the sqlite database it stopped working and I really dont know why. )
Yes the bash script worked by echoing that curl command to a new script and running it. it 2was the only way I could figure out how to make it work. again, not a programmer. I just want to automaticially sync my reading progress and am willing to keep plugging away at this if it means I dont have to boot up my work computer and see all my work notifications just to update my family of my reading progress.
It would be really helpful if anyone had a simple bash python script I could iterate off of.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been banging my head against the wall off and on for months trying to figure out how to write a script that reads from the sqlite database where my reading data is stored (thanks koreader!) and then push that data to bookwyrm as status updates on what page I am up to. I can read and access all the data i want to see from my family using bookwyrm thanks to the rss feeds, but I almost never post myself unless I go out of my way to use a work computer in a way its not supposed to be used.
I am not a programmer, but this is the first time in a very long time I have not been able to use https://curlconverter.com/ to automate some basic website stuffs with a python script and i am very confused. I dont know why the python it spits out never actually works and I dont know enough about python to be able to figure it out.
after a lot of trial and error I was able to get a bash script working at one point, but it no longer does for reasons I dont understand (i dont expect people to parse this its a huge friggen mess, but at one point believe it or not it actually did work. but after i put it down for a week and came back to replace the hard coded variables with data from the sqlite database it stopped working and I really dont know why. )
Yes the bash script worked by echoing that curl command to a new script and running it. it 2was the only way I could figure out how to make it work. again, not a programmer. I just want to automaticially sync my reading progress and am willing to keep plugging away at this if it means I dont have to boot up my work computer and see all my work notifications just to update my family of my reading progress.
It would be really helpful if anyone had a simple bash python script I could iterate off of.
Beta Was this translation helpful? Give feedback.
All reactions