first commit for cute snep u//w//u

This commit is contained in:
elburg 2023-02-03 22:13:32 -08:00
commit 8ed5644f81
9 changed files with 5204 additions and 0 deletions

7
getpub.py Normal file
View file

@ -0,0 +1,7 @@
def getPub(input):
if fa_category in input or input.category == 'furaffinity':
return 'Furaffinity'
elif input.category == 'deviantart':
return 'DeviantArt'
else:
return 'Unknown'