I recently started using discord, and it has got me interested in software dev again. It seems that discord encourage bots and the whole discord thing is an easy way for people to interact. Does anyone knows of any active AI tease-bots? Or have any ideas about such a thing? I'd love to hear from you.
uses pury-fi web service to delete, censor and re-post jpg/png messages
So far everything is python - I'd not used it before, but development has been surprisingly rapid. I'm exploring more of discord's API, but I feel held back by not knowing what's possible with discord in general. Also my python is getting a bit big: I'm worried about it becoming hard to manage.
Not familiar on discord api.
But interesting that you doing this in python.
Ive just started making a virtual domme in python.
Uses a bunch of randomness, pulls up vids gives audio commands
Im just working on some gui for it now.
Be interesting to see what youve worked on and maybe share some ideas.
virtual domme in python ... Uses a bunch of randomness, pulls up vids gives audio commands
This is exactly the sort of thing I am thinking of. And I think there is great potential for interacting with and tracking subs through discord - you may not need to write a GUI.
Basic tracking of subs is something my prototype does, but I have so far delayed any detailed design (how is a sub's rating represented in code, how actions affect ratings affect actions...). Also the chat AI (NLTK) is stateless for now - this will need to change in order to provide a good enough conversation experience.