Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

so-comment-hellban

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

so-comment-hellban

  • 0.8.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Stack Overflow Comment-Hellban Calculator

The copyright for the software, documentation, and associated files are held by the author.

Copyright 2012 Todd A. Jacobs
All rights reserved.

The AUTHORS file is also included in the source tree.

Software License

GPLv3 Logo

The software is licensed under the GPLv3. The LICENSE is also included in the source tree.

README License

Creative Commons BY-NC-SA
Logo

This README is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License.

Purpose

This is a calculator for determining how close a user is to being comment-hellbanned on Stack Overflow. You can find your flag counts at http://stackoverflow.com/users/flag-summary/<stackoverflow_userid>.

Caveats

  • The flag weight calculation is subject to change, so don't bet the farm on it.

  • The flag counts are only visible to logged in users, and (generally) only your own flag counts. Without authentication, this calculator can't scrape the values for you; you have to enter them on the command line. Patches welcome.

Supported Ruby Versions

  • The software was tested against Ruby 1.9.3-p194.
  • Ruby 1.8.x is unsupported.

Usage

so-comment-hellban <declined_flags> <helpful_flags>

Examples

These are examples of what you might see when running the tool from the command line. Runtime results may vary.

With 10 "declined" flags and 90 "helpful" flags:

$ so-comment-hellban 10 90
# Stack Overflow Comment-Hellban Calculator

  - Current Flag Weight: 90
  - Hellban Status: You aren't banned...yet.

With 11 "declined" flags and 1 "helpful" flag:

$ so-comment-hellban 11 1
# Stack Overflow Comment-Hellban Calculator

  - Current Flag Weight: 0
  - Hellban Status: You are hellbanned.

See http://meta.stackoverflow.com/questions/82445/comment-hellban
for more information.

Project Home Page

FAQs

Package last updated on 08 Jun 2012

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc