Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Easygettext | 67 | 24 | 12 | 2 years ago | 34 | March 30, 2021 | 6 | JavaScript | ||
Simple gettext tokens extraction tools for HTML and Jade files. | ||||||||||
Pug Lexer | 40 | 77 | 19 | 4 years ago | 9 | November 14, 2015 | 8 | mit | JavaScript | |
The pug lexer (converts a string into an array of tokens) | ||||||||||
Pugbot | 8 | 6 years ago | 1 | mit | Python | |||||
Discord WoW Pug Checking Bot | ||||||||||
Reactify Ls | 5 | 2 | 1 | 6 years ago | 125 | December 29, 2017 | LiveScript | |||
Reactify mixed react and pug code into coffee, livescript syntax | ||||||||||
Pugbot | 4 | 3 years ago | 9 | mit | JavaScript | |||||
A Discord bot for organising pickup games. | ||||||||||
Koa Mongo Starter | 2 | 5 years ago | JavaScript | |||||||
A basic koa setup with libraries I commonly use | ||||||||||
Nest Botbuilder Webchat | 2 | 6 months ago | 19 | TypeScript | ||||||
#PugBot
PugBot is an open source Discord bot (built off of the amazing work of discord.py) that gives you a quick glance at a World of Warcraft character. Use it to get a quick summary of any character (like Pugs!).
Example: Screenshot
!pug name server
Example: !pug Basimot Lightbringer
I (Reznok) am not currently hosting PugBot. Please either self host it, or find someone who is hosting it.
If you need help with setup, feel free to message me on reddit (/u/xeznok), and I will be happy to help.
If you are hosting PugBot and want to spread the love, submit a PR with your Bot invite link or send me a reddit message, and I'll add him here!
If you want to download PugBot and host him yourself, you will need the following:
Add the token and api key to config.json and run pugbot.py
Once you have a Discord Bot Token and WoW API Key, simply:
docker run --name pugbot -e DISCORD_TOKEN=<your token> -e BLIZZARD_API_KEY=<your key> jadametz/wow-pugbot
This can be used to run your own PugBot on any laptop or server running Docker.