
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
👻 Slack bot designed to mess with your team in a fun, random and non-malicious way
trollmoji is a cli-based tool with the ability to change things like status emojis and messages, give them a new nickname or anything else you dream up by creating your own trigger or action - more on those later.
Because.
Before getting started you will need to have nodejs (>=6) & npm. You will also need to get a Slack API key for your team. If you'd like to recieve notifications detailing your teams despair then you'll need to add your Pushover keys.
Why a legacy token? These allow you to interact with the Slack Realtime API without adding a bot user.
$ npm i -g trollmoji
Note: On first run a .env file, data directory and config files will be created, as well as downloading the required emoji data and then closing. Please add your Slack/Pushover keys to the .env file before running again.
trolmoji is a fire-and-forget tool designed to sit and quietly do its thing, and as such once configured and run there isn't any further input from the user; other than turning it off when your team have had enough of course.
$ trollmoji
Once run, the tool will run setup, download available emojis, and get team users before moving on to waiting for incoming events from Slack.
Note: You can add either a
-vor--verboseflag to the command to get more detailed information.
There are two configuration files located in the data directory in the root of this project - actions.json and blacklist.json.
Actions allows you to setup which triggers and actions are bound, the actions they trigger, and the run conditions for them. Check the default configuration for an idea of how to configure or add new methods.
Blacklist contains a list of the user ids or names that you would like to not run this list against; some poeple may not want to mess with bots or their boss. Any time a trigger is about to be run the incoming data is validated and one of the checks will be to ensure the user is not restricted or on the blacklist.
[
"jholdroyd",
"U32N242K3"
]
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
FAQs
Slack bot for having some fun with your team
We found that trollmoji demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.