Page 1 of 1
discord as a platform for AI tease-bot
Posted: Thu Jul 02, 2020 2:58 pm
by WhagTayil
Hi all,
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.
More (tech) details:
- Spoiler: show
- I have a simple prototype that
- uses NLTK to chat
- plays a mystery-box chastity game
- 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.
Thanks <3
Re: discord as a platform for AI tease-bot
Posted: Fri Jul 03, 2020 3:58 pm
by Renee
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.
Re: discord as a platform for AI tease-bot
Posted: Sun Jul 05, 2020 8:58 am
by WhagTayil
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.
I'm DM-ing you more detail - hope that's ok.
Re: discord as a platform for AI tease-bot
Posted: Thu Oct 29, 2020 3:03 am
by zaeryolo
I love this idea, it sounds so awesome, i messes around with the discord api abit, but i didnt quite unserstand how to get it working.