Giter Site home page Giter Site logo

devtracker's Introduction

DevTracker - Discord Bot

Features

  • Tracking Messages of a specific Role Name or ID
  • Post Messages of tracked roles in channel(s) you like!
  • Blacklist Channels you do not want to be tracked
  • Use Keyword to make sure, only important messages are tracked

Example

Example

Setup / Requirements

https://pypi.org/project/discord.py/

Usage

1. Replace <Token here> with your Discord Bot Token without <> in bot.py
2. Modify rolesToWatch to your needs
3. Set useRoleIds to either True or False, depending on your rolesToWatch Setup.
4. Change the Icon URL on Line 74
5. Set Keyword to true/false and add the Keyword you like.
6. Modify the Channel Blocklist, to stop tracking Private channels.
For more Details, check examples.

Examples

TOKEN = '12512515.5125125' # example
useRoleIds = True
rolesToWatch = [{'role': 1088148992514338836, 'channels': [ 1088231599025422356, 1088231613298647101], 'blacklistedChannels':[]}]

keyword = '!dt' # example
useKeyword = True

TOKEN = '12512515.5125125' # example
useRoleIds = False
rolesToWatch =[{'role': 'Developer', 'channels': [ 1088231599025422356, 1088231613298647101]},{'role': 'TestRole', 'channels': [ 1088231599025422356], 'blacklistedChannels':[]}]

Others

If you want to modify the Message of the Bot, I recommend reading: https://python.plainenglish.io/python-discord-bots-formatting-text-efca0c5dc64a

Credits

inspired by https://github.com/OniSensei/Role-Message-Tracker Who got inspired by me ^.^

Wanted to give it a shot myself, to get an Open Source Version up and running in Python.

devtracker's People

Contributors

dastano avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.