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

7tv

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

7tv

Unofficial 7TV API Wrapper.

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
43
decreased by-35.82%
Maintainers
1
Weekly downloads
 
Created
Source

💬 7TV API

Unofficial 7TV API Wrapper for Node.js

⚙️ Installation

# With YARN:
yarn add 7tv

# With NPM:
npm install 7tv

📚 Usage

Get user data and emotes

import SevenTV from "7tv";

SevenTV.getTwitchUser('280803646')
    .then(console.log);
// Returns Connection interface,

📦 Interfaces

Collection

{
  "id": string,
  "platform": "DISCORD" | "TWITCH" | "YOUTUBE",
  "username": string,
  "display_name": string,
  "linked_at": number,
  "emote_capacity": number,
  "emote_set_id": number,
  "emote_set": EmoteSet,
  "user"?: User,
}

❤️

Made with Love by Sammwy, Donate at PayPal

Keywords

FAQs

Package last updated on 15 May 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