Skip to content

A more human-like chatbot for Discord. Uses the libraries behind Replika.

Notifications You must be signed in to change notification settings

trinh-hoang-hiep/valerie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

valerie

Prerequisites:

Directions

    1. Download cakechat and install its requirements
    1. Place therapy.py in cakechat/tools/
    1. Create a Discord Developer account: https://discordapp.com/developers/docs/intro
    1. Create an application at https://discordapp.com/developers/applications/
    1. Create a bot for said application in the bots section of your application's settings.
    1. Copy the bot's token.
    1. Replace CLIENT-TOKEN in therapy.py (the file you placed in cakechat/tools/) with your bot's token. For example:
    client.run('CLIENT-TOKEN')
    
    client.run('NTYxMjkNTANjExODAMjU.XKAVw.VS')
    
    1. Go to the OAuth2 section of your bot's application settings.
    1. Do this: Example
    1. Copy link below scope and add bot to your server.
    1. Run therapy.py from inside cakechat/tools/

About

A more human-like chatbot for Discord. Uses the libraries behind Replika.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%