kijijiapi icon indicating copy to clipboard operation
kijijiapi copied to clipboard

Robot to post ads on Kijiji

Results 6 kijijiapi issues
Sort by recently updated
recently updated
newest added

Does this library still work? The code isn't returning any errors but nothing is posting to Kijiji either. Can you confirm you're still able to use it?

It didnt work for me! File "", line 1 ./kijijiapi.py list ^ SyntaxError: invalid syntax

I am not sure if i am doing everything correct, i am not a python guy. I installed python on windows and tried to run it but i get this...

I'm having a bit of trouble saving the post-vars file from kijiji, would you be able to post a full sample file that we can edit? Thanks! Julian

File "C:\Users\HP\Desktop\adpost\kijijiapi.py", line 400, in main() File "C:\Users\HP\Desktop\adpost\kijijiapi.py", line 337, in main args.func(args) File "C:\Users\HP\Desktop\adpost\kijijiapi.py", line 383, in main_post kijapi.post_ad(args.p) File "C:\Users\HP\Desktop\adpost\kijijiapi.py", line 221, in post_ad f = urllib.request.urlopen(url, params)...

Hi, I tried kijijiapi on Arch Linux / Python 3.5.1: ``` ./kijijiapi.py list ``` But I got this error: ``` [ ] Connecting to Kijiji... [ ] Signing in... Traceback...