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

tneb-shutdown-scrapper

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tneb-shutdown-scrapper

## Disclaimer: This package is developed solely for educational purposes and is not in any way affiliated with, endorsed by, or related to the Tamil Nadu Electricity Board (TNEB) or the Government of Tamil Nadu. The information obtained through this packa

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

TNEB-SHUTDOWN-SCRAPPER

Disclaimer:

This package is developed solely for educational purposes and is not in any way affiliated with, endorsed by, or related to the Tamil Nadu Electricity Board (TNEB) or the Government of Tamil Nadu. The information obtained through this package is collected from publicly accessible websites, and the package's purpose is to demonstrate web scraping techniques for educational and learning purposes only.

The creators and developers of this package do not assume any responsibility for the accuracy, reliability, or legality of the data obtained through this package. Users of this package are encouraged to use the data responsibly and in compliance with all applicable laws and regulations.

By using this package, you acknowledge that it is not an official TNEB or government package, and any actions or decisions made based on the data obtained through this package are at your discretion and risk.

Please note that web scraping may be subject to legal restrictions and terms of use imposed by websites, and it is essential to respect the terms and policies of websites you access.

Introduction

This is a simple node package that allows fetching the planned shutdown schedule from TNEB's website. This is a demonstration of how easily data can be scrapped while bypassing the basic captcha mechanisms these websites use.

Usage

import { fetchCircles, fetchShutdownSchedule } from "tneb-shutdown-scrapper";

const circles = await fetchCircles();

fetchShutdownSchedule(circles[0].value).then(schedule => {
    console.log(schedule)
});

FAQs

Package last updated on 16 Sep 2023

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