New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

blobby-bot

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blobby-bot

Blobby Bot

1.0.35
latest
npm
Version published
Weekly downloads
8
-50%
Maintainers
1
Weekly downloads
 
Created
Source

Blobby Bot

Prefix: - Type: AI/troll/leveling bot

Usage

configure the run script (sh):

timestamp=$(date +%s%3N)
while [ true ] do
  printf '\\033c'
  node -e 'require(`blobby-bot`)' $timestamp
  if [ \"$?\" -eq \"37\" ] then
    npm install blobby-bot@latest
  fi
done

You'll also need to configure your .env:

token=YOUR_BOT_TOKEN
fire=FIREBASE_TOKEN
shard=SHARD_ID
shardcount=SHARD_COUNT

Note: if the shard count isn't specified. it will use the original bot's shard count (which is not what you want)

This is a private project. If you want to use it, you can but it is not made for such purpose. If you would like to help in hosting the bot, DM BlobKat#0388 on discord.

FAQs

Package last updated on 22 Sep 2021

Did you know?

Socket

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.

Install

Related posts