Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 912 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 912 Bytes

Adoptapedia

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.

History

Past incarnations were written in Java and C++. The program is being currently rewritten in Python.

To-Do List

  • 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