Skip to content

A simple self-bot that automatically replies to and talks on any discord server, based on a list of words and IA-generated phrases.

License

Notifications You must be signed in to change notification settings

NoIdeaIndustry/Talker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talker

Talker is very simple user bot made to automatically answer and talk by itself on any discord servers.
This project was made during the NFT boom and the need of leveling accounts to certain levels which was time consuming.

Installation

First of all you need to install npm.
Then you need install all of the dependencies using the packages files.
Finally you can must fill the ".env" file inside the folder with all the informations required.

Run

node app/talker.js

You can also use a session manager to make the bot run 24h/24.
A good tool called tmux (only working on linux OS) -> https://tmuxcheatsheet.com/.

Configuration

This is how the configuration looks like.

You have two exemples:

  • on the left, the default configuration that you will have to fill up with your informations.
  • on the right, a custom configuration (without bot token for security reasons).

The configuration is pretty self-explanatory:

  • channel: the channel you want the bot to send messages to.
  • token: your client/user token.
  • min: minimum amount of time before sending a new message.
  • max: maximum amount of time before sending a new message
  • key: OpenAI api key.

Other information

Looking to get more details? Please refer to

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.

About

A simple self-bot that automatically replies to and talks on any discord server, based on a list of words and IA-generated phrases.

Topics

Resources

License

Stars

Watchers

Forks