Skip to content

A Tools For Spoon (https://spooncast.net), to Increase Tap Love, Fans, Viewers Of Fans, Report, and etc.

License

Notifications You must be signed in to change notification settings

princerayz/SpoonTools

Repository files navigation

SpoonTools

A Tools For Spoon, to Increase Tap Love, Fans, Listener Of Cast, Report, and etc.

This Tools required Authentication ID to send TAP LOVE, Fans, Report.

ScreenShoots - LATEST Version

Spoon Tools 1 Spoon Tools 2 Spoon Tools 3

ScreenShoots - OLD Version

Spoon Tools

Installation

Download Repository SpoonTools And Open With Visual Studio

Requirements

  • NET Framework 4.5
  • Microsoft.Net.Http
  • Newtonsoft.Json

Features

  • Send Tap Love For LIVE Stream, Cast.
  • Increase Live Listener (BOT Listener) For Live Stream.
  • Report LIVE Stream, Cast, User.
  • Increase Cast Listener (1 Listener = 3x Listener Spoon NO NEED AUTH ID, JUST INPUT CAST ID).
  • Auto Fans User.
  • Send Impression to User.
  • Batch Load and Get Authentication ID.
  • Profile Editor, Name, Profile Pictures, and Password Change.
  • Application Thread Handler.

Instruction To Add Server

    Private Sub ComboBox1_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ComboBox1.SelectedIndexChanged
        If ComboBox1.SelectedIndex = 0 Then
            Server = "https://api.spooncast.net"
        ElseIf ComboBox1.SelectedIndex = 1 Then
            Server = "https://id-api.spooncast.net"
        ElseIf ComboBox1.SelectedIndex = 2 Then
            Server = "https://jp-api.spooncast.net"
        ElseIf ComboBox1.SelectedIndex = 3 Then
            Server = "https://vn-api.spooncast.net"
        ElseIf ComboBox1.SelectedIndex = 4 Then
            Server = "https://ar-api.spooncast.net"
        ElseIf ComboBox1.SelectedIndex = 5 Then
            Server = "https://us-api.spooncast.net"
        End If
    End Sub

Currently Supported Server [API]

  • Spoon Indonesia
  • Spoon Korea
  • Spoon Japanese
  • Spoon Vietnam
  • Spoon Arab
  • Spoon USA

Instruction To Add Type

        If ComboBox2.SelectedIndex = 0 Then
            LType = "/casts/"
        ElseIf ComboBox2.SelectedIndex = 1 Then
            LType = "/lives/"
        ElseIf ComboBox2.SelectedIndex = 2 Then
            LType = "/users/"
        End If

Currently Supported Type

  • Cast
  • Live
  • Profile / User / Fans

Instruction To Change User / Profile Editor

If You Don't want to change Profile Pictures of List BOT / Users, simply comment at this part

dictData.Add("profile_key", "profiles/2/g3PBq2wSZLz4MV/d08b5331-3bab-4439-9f65-2de05c45ec52.jpg")

Just Read This

Sorry For Messy Coding, I write this project when I'm bored.

Use This At Your Own Risk, If Possible Use Less Report Function !

Authors

License

MIT License

About

A Tools For Spoon (https://spooncast.net), to Increase Tap Love, Fans, Viewers Of Fans, Report, and etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published