Skip to content

rbakersm/Reputation-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reputation Bot

This is a Discord bot that stores, updates, and fetches user information community reported feedback for marketplace transactions. Utilizes the Discord.py library to interact with the users and the discord api. Utilizes Mongodb to host the database

Technologies used

-Python 3.11 -Discord.py -Mongodb

How to use

  1. Install Python 3.11
  2. Install discord.py
  3. Install pymongo
  4. Create a new discord bot application
  5. Install dotenv
  6. In a .env file, assign your discord bot auth token as TOKEN={token}, the mongodb client connection link as CLIENT={client}, and your 18-digit discord id as ADMIN_ID={admin_id}
  7. Set Message Content Intent in your application to on
  8. Replace the database and collection name with your names

About

Discord bot to track user integrity in marketplace transactions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages