py3-pinterest icon indicating copy to clipboard operation
py3-pinterest copied to clipboard

Simple Desktop GUI (Initial Version)

Open bstoilov opened this issue 5 years ago • 4 comments

Create a basic GUI that can be run under Windows, MacOs and Linux.

The following UI panels are requested by users of py3-pinterest

  • login -> basic user information to be displayed and GUI way to add more pinterest accounts to the client
  • Follow/Unfollow -> provides an easy way to take advantage of this functionality. It should be able to accept line separated list of users to follow/unfollow. Small delay between operations should be included so accounts don't get suspended.
  • Board management -> panel that is able to list all boards and allow editing, deleting and creating.
  • Pin management -> panel that can list all pins of a board and provide means to bulk edit and delete pins
  • Search panel -> provides access to the search api of pinterest in the form of result list, from the list you should be able to create a list of pins to be repined (repin can be separate panel or maybe there is a better way)

bstoilov avatar Aug 11 '20 09:08 bstoilov

@elmissouri16 hey this is the list of the highly requested features for the GUI. If you can create the basic project structure for the GUI. I will tag along and start helping as much as I can. Probably it is best to create a new folder with the UI stuff inside? A lot of people are also requesting scheduler. I can see this project as prerequisite for the schedulers as they will be easier to implement once we have some sort of UI.

bstoilov avatar Aug 11 '20 09:08 bstoilov

@bstoilov yes new folder with all the UI stuff on it will be good I will start working on it next few days ,

elmissouri16 avatar Aug 11 '20 10:08 elmissouri16

can u make a branch with the UI?

imgVOID avatar Jan 06 '21 19:01 imgVOID

@imgVOID There already is but not much progress has been made https://github.com/bstoilov/py3-pinterest/tree/gui-initial-version-setup

bstoilov avatar Jan 07 '21 11:01 bstoilov