trusty-cogs
A variety of utility cogs and fun cogs including Hockey information from the NHL, badge creation from discord user information, starboard for use on Redbot, twitch follow notifications and more.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Keywords
Repository
A variety of utility cogs and fun cogs including Hockey information from the NHL, badge creation from discord user information, starboard for use on Redbot, twitch follow notifications and more.
Basic Info
Statistics
- Stars: 180
- Watchers: 1
- Forks: 121
- Open Issues: 19
- Releases: 2
Topics
Metadata Files
README.md
Trusty-cogs V3




TrustyJAID's Cogs for Red-DiscordBot.To add the cogs to your instance please do: [p]repo add Trusty-cogs https://github.com/TrustyJAID/Trusty-cogs/
About Cogs
| Name | Status/Version | Description (Click to see full status) | Authors |
|-----------------|------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
| AddImage | 1.3.5 | Add images for direct upload per guild and globally.
Add image for the bot to directly upload similar to alias.Receive notifications from adventure activities!
Receive notifications from adventure activities!Create an alignment chart!
Generate an alignment chart from users!Automatically filter animated PNG's.
Automatically filter animated PNG's.Discord Automod
A cog to interact with Discord Automod.Create your own badge!
Create your own badge with your discord info.Play Bingo!
Generate a bingo card to play on your server!Cards Against Humanity
Play Cards Against Humanity!Create your own PapersPlease citation!
Make your own Papers Please citationTalk with Cleverbot!
Have your bot respond with cleverbot responses. Supports tweaks to customize the responses!Compliment people in a creative way
Compliment people in a creative wayConversions for currencies, crypto-currencies, and stocks.
Conversions for currencies, crypto-currencies, and stocks.Make Crab rave videos, in discord!
Create your very own Crab Rave videos with custom text! This cog requires FFMPEG, moviepy (https://github.com/Zulko/moviepy), and imagemagick to work. This cog downloads a template video and font file which is then saved locally and generates crab rave videos from the template. Old videos are deleted after uploading. This cog may consume heavy resources rendering videos.Thanks for installing
Periodic table of elements
Get a plethora of information about elements on the periodic table.Encode messages into various types of encoding.
Encode messages into various types of encoding. Encoding types include: DNA, binary, Caeser cipher, hex, base 64, character, and braille.Admin approved announcments/events
Allow users to setup and host events to be approved by admins.ExtendedModLog, track changes made in the server.
Log changes within the server using extended modlogs, an extension of RedBot cores modlog.Give users the option to kick, ban, or insult themselves via reactions.
Create reaction messages to kick or ban users! https://tenor.com/view/order66-gif-9116581Various fun commands like react, textflip, and regional
All sorts of commands that users may find fun or usefulHockey commands
A cog to gather hockey scores, schedules, player data and more!Control your philips hue lights with redbot!
Lets you control your philips hue lights with redbot.Create your own feels!
Show how you really feel. Make someone beautiful. Make something illegal.Recreation of Red v1 meme generator
Recreation of Red v1 meme generatorInsult people in a creative way
Insult people in a creative way 
Block or Allow invite links based on guild ID. Accepts invite links to extract guild ID's.
Automatically delete discord invite links from specific guilds or allow only specified guild invites to be posted.This cog allows ping the bot to see the prefixes available.
This cog allows ping the bot to see the prefixes available.Mock another user!
Mock another user! If you need the core dev commands start the bot without the --dev flag and install the loaddev cog in my repo that allows you to replace mock with whatever you choose.Cog for getting info from NASA's API
Get information from NASA's APISome working commands from NotSoBot
Magick, trigger and manipulate images with many commands from NotSoSuper's NotSoBot. This cog has a lot of requirements, view the cog README.md for details. A cog to post updates from reddit.
Reddit commands for getting updates on specified subreddits.Get REKT
Are you REKT?Trigger events via Regular Expressions!
Trigger events based on regex! Check out https://regex101.com/ and https://github.com/TrustyJAID/Trusty-cogs/blob/master/retrigger/README.md for help setting up the cog. Note: This cog can become quite resource heavy. Optional features are available if the requirements are present such as pillow for image resizing and pytesseract to scan images for text (OCR).Various role related tools.
Various role utility commands. Including Reaction roles, Sticky roles, and Auto role.Show your Runescape stats in discord!
A cog to grab Runescape and OSRS stats and profile information.A plethora of potentially useful commands for any bot owner.
A plethora of potentially useful commands for any bot owner. Includes a way to track the bot joining new servers, find cheaters on global economies, get user avatars and even larger emojis.Control Spotify through Discord!
This cog allows you to control Spotify via OAuth through the bot on discord. Use [p]spotify to see available commands.Starboard
Create a starboard channel to save those amazing posts!General commands
Find your tarot reading, your life reading, or pull a random tarot card!Discord Timestamp Generator
A cog to generate discord timestamps!Translate messages using google translate!
Add flag emojis to messages to translate to that language or translate messages by command.Relive that 90's computer feel with turbo mode on any command!
Add turbo mode to all your commands!Cog for getting info from Twitter
Gets the latest Tweet from twitter accounts and posts them in the specified channelsGet basic twitch account information.
Get notified of new twitch followers and get basic profile info.Show the current weather in specified locations!
Check the current weather in many cities around the world including in Kelvin.Welcome new users to the server
Welcome new users to the server or say goodbye when they leave.
Any questions you can find TrustyBot and myself over on my server or on the Redbot Cog Support server.
Credits
Thank you to everyone who has pushed me to think about new ideas and implement them. Including but not limited to: - Airen - Appu - Aziz - Bruno Lemos (isnowillegal.com) - Cards Against Humanity - DankMemer Team - Draper - Ivan Seidel (isnowillegal.com) - JennJenn - Joo Pedro (isnowillegal.com) - NeuroAssassin - NotSoSuper - Preda - RePulsR - Saphire - Sinbad - Soulrift - Twentysix - crhallberg - irdumb - palmtree5 - thisisjvgrace
Owner
- Name: TrustyJAID
- Login: TrustyJAID
- Kind: user
- Location: Canada
- Website: https://trustyjaid.com
- Twitter: TrustyJAID
- Repositories: 29
- Profile: https://github.com/TrustyJAID
I am a Materials Engineering Technologist that Programs and produces music.
Citation (citation/__init__.py)
import json
from pathlib import Path
from .citation import Citation
with open(Path(__file__).parent / "info.json") as fp:
__red_end_user_data_statement__ = json.load(fp)["end_user_data_statement"]
async def setup(bot):
cog = Citation(bot)
await bot.add_cog(cog)
GitHub Events
Total
- Issues event: 9
- Watch event: 20
- Issue comment event: 9
- Push event: 43
- Pull request event: 8
- Fork event: 8
Last Year
- Issues event: 9
- Watch event: 20
- Issue comment event: 9
- Push event: 43
- Pull request event: 8
- Fork event: 8
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| TrustyJAID | T****D@g****m | 1,769 |
| PredaaA | 4****A | 45 |
| jack1142 | 6****2 | 18 |
| aikaterna | 2****a | 15 |
| Jyu Viole Grace | 2****e | 10 |
| Slave In Utero | 2****4 | 6 |
| Asoci | x****o@g****m | 5 |
| Ben Armstrong | s****g@d****g | 4 |
| Draper | 2****r | 4 |
| Kreusada | 6****a | 4 |
| Flame442 | 3****2 | 3 |
| flare - Jamie | f****9@g****m | 3 |
| Trent Kable | t****t@k****m | 3 |
| PhenoM4n4n | 6****n | 3 |
| Henri Kuittinen | h****n@s****i | 2 |
| Honkertonken | 9****n | 2 |
| Nate Book | n****k@g****m | 2 |
| Adam Schachne | a****e@l****m | 2 |
| Nathan | n****3@y****m | 2 |
| kreusada | 6****7 | 2 |
| zawnk | z****k | 2 |
| Lucina | l****a@m****o | 1 |
| Kennnyshiwa | k****n@k****s | 1 |
| Eternalll | 4****d | 1 |
| spiltcoffee | s****e | 1 |
| kennnyshiwa | 4****a | 1 |
| XxInvictus | 3****s | 1 |
| Xanawatt | s****0@g****m | 1 |
| Vexima | 5****a | 1 |
| Vexed | g****d@g****m | 1 |
| and 15 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 78
- Total pull requests: 92
- Average time to close issues: 3 months
- Average time to close pull requests: 6 days
- Total issue authors: 31
- Total pull request authors: 18
- Average comments per issue: 1.15
- Average comments per pull request: 0.18
- Merged pull requests: 80
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 5
- Pull requests: 4
- Average time to close issues: about 12 hours
- Average time to close pull requests: about 4 hours
- Issue authors: 5
- Pull request authors: 4
- Average comments per issue: 1.6
- Average comments per pull request: 0.25
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Jackenmen (5)
- designbyadrian (5)
- Kovaelin (3)
- Skyridr (3)
- Cabbidachi (3)
- JamsRepos (3)
- aikaterna (2)
- lisbonjoker (2)
- Menteroth (2)
- fixator10 (2)
- LGACode (2)
- Deanosim (1)
- cyberofficial (1)
- twilwa (1)
- spiltcoffee (1)
Pull Request Authors
- PredaaA (23)
- Jackenmen (11)
- aikaterna (6)
- qenu (3)
- kennnyshiwa (3)
- T14D3 (2)
- EternalllZM (2)
- Stonedestroyer (2)
- danishduckling (2)
- adamschachne (1)
- nmbook (1)
- Dezyox (1)
- AAA3A-AAA3A (1)
- Vexed01 (1)
- spiltcoffee (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- Unidecode *
- mendeleev *
- moviepy *
- numpy *
- opencv-python *
- pillow *
- pyfiglet *
- python-dateutil *
- pytz *
- rapidfuzz *
- reactivepy >=1.9.0.dev0
- tabulate *
- tekore *
- tweepy >=4.0.0,<=4.4.0
- unidecode *
- wand *
- youtube-dl *
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v1 composite
- actions/setup-python v1 composite