DESCRIPTION: This is the program I use to update the deviantArt adoptable group I run called Adoptapedia (found at adoptapedia.deviantart.com). It contains a directory of adoptable groups that have been sorted into categories so artists can submit their art to several groups within a genre.
Past incarnations were written in Java and C++. The program is being currently rewritten in Python.
- Finish basic design of the GUI.
- delete_groups() - Create function that deletes groups from the object_list variable
- add_groups() - Create function that adds groups to the object_list variable with complete specs
- updateWC() - function currently bipasses 403 errors, but still returning nulls for groups that display watch counts
- saveAndQuit() - quitting portion of function completed. Specifications for saving the data to .txt files required