bstoilov / py3-pinterest

Fully fledged Python Pinterest client
MIT License
293 stars 104 forks source link

Still active/working? #196

Open TFOTeacher opened 6 months ago

TFOTeacher commented 6 months ago

Hi i want to implement some automation for my pinterest, this library seems interesting but the last release is from a year ago. Does the library still work? Is someone still working on the project?

bstoilov commented 6 months ago

I don't have time to support it that much. But feel free to use the code in any way you like

Palash2368 commented 3 months ago

Hi @bstoilov so it means there won't be any feature updates? If not, can you guide me in any way that helps with scheduling pins with this program? I don't want to keep my pc working just coz I need to upload 2 pins per hour.

What's the best aproach acc. to you? Just a little guidance will do. Thanks for your time.

bstoilov commented 3 months ago

you can host it in a AWS lambda, the code will be simple enough I guess

Another harder solution is to try and integrate the Pinterest scheduled pin functionality, I assume it will be a param to the pin methd, but I haven't checked their website in a while now.

I might come back and tidy things up in the project at some point, but those are 10s of hours that I don't have at the moment unfortunately

Ashad001 commented 3 months ago

I know its old, but you can setup cron job (scheduler) in github actions, pretty simple to setup. checkout here: https://github.com/marketplace/actions/set-cron-schedule