
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
This is a son-of-IoBot project, taking the best things about Io and turning them into a monster.
A picture is worth 1000 words:
100Bot is powered by the Watson Tone Analyzer service. Each message is carefully parsed for emotional significance and response, so that the perfectly appropriate reaction emoji can be chosen.
The bot requires three very specific parameters:
username
credentialpassword
credentialThe easiest way to get 100bot up and running with dependencies is by using the docker service file included: docker-compose.yml
. Modify the supplied .env-sample
to provide credentials for the Watson Tone Analyzer and a Slack bot. Then build and start the service with:
docker-compose up -d
Pip modules slackclient
and requests
must be installed. Use virtualenv to make your life easier. Passing of credentials can be done with argparse:
python3 100bot.py \
--bx-username "user" \
--bx-password "verysecret" \
--slack-token "xoob-137138657231-2ReKEpxlvWwe6vDBripOs7sR"
but can also be done with environment variables:
export BLUEMIX_USERNAME=user
export BLUEMIX_PASSWORD=verysecret
export SLACK_TOKEN="xoob-137138657231-2ReKEpxlvWwe6vDBripOs7sR"
python3 100bot.py
(yes, these are all fake credentials don't try them...)
FAQs
Spice up your Slack-life with emojis!
We found that 100bot demonstrated a healthy version release cadence and project activity because the last version was released less than 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
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.