Skip to content

RobinKa/discord-bttv-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord BTTV Emote Tracker Bot

Lets users track new Better Twitch TV emotes in different discord channels.

Commands

All commands require the "Manage Messages" permission.

  • !add <regex>: Tracks emotes matching the regular expression in the channel
  • !remove <regex>: Stops tracking emotes matching the regular expression in the channel
  • !list: Lists all tracked emotes in the channel
  • !clear: Removes all tracked emotes from the channel
  • !reloaddb: Reloads the database from the database file

Install

  • Install python and run pip install -r requirements.txt
  • Create a bot on the Discord API page if you haven't and add it to a server
  • Rename the template .env.example to .env to hold your Discord API token or pass your token with --bot-id
  • Start the bot python bot.py
  • Type python bot.py --help for more information about the arguments

Technical

  • Using a simple json file as database
  • Uses Discord.py for the Discord API

About

Discord bot that lets users track new Better Twitch TV (BTTV), FrankerFaceZ and 7tv emotes

Topics

Resources

License

Stars

Watchers

Forks