3.0.4 • Published 2 years ago

jalter v3.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Jalter is lightweight libs for Discord selfbot, yet it handle the most of Discord endpoint needs.
Automating user is against Discord's Terms of Service. This may result in termination

ContributingDocumentationReport Issues


Features

  • Covers the most endpoints.
  • Non-standard stuff
  • Respect the rate limit
  • Documented and tested
  • Easy to use: check your intelisense

🚀Installation

yarn add jalter / npm i jalter

Prerequisites

User token

Documentation

The documentation can be found https://sinkaroid.github.io/jalter

Example

import Jalter from "jalter";

const jalter = new Jalter("wwgwgwgbadadaadpunopupupuu.X7hb5Q.-ngent00dinaLteer1213ngENt0dCcWW_1M");

jalter.getMe().then((res) => { console.log("me", res); });

CommonJS should do with const Jalter = require("jalter")

Methods

Non standard methods

Example send message or random message every X seconds

Example From array given:

jalter.sendInterval("974918359500075041", 2000, ["hey", "ho", "let's go"])
    .then((res) => { console.log("sendInterval", res); });

If not specified will use random "Hello World":

jalter.sendInterval("974918359500075041", 2000)
    .then((res) => { console.log("sendInterval", res); });

Automated send message and will stop once the count is reached

Desired count is 5, and with 2 second interval

jalter.sendCount("974918359500075041", 2000, "hey", 5)
    .then((res) => { console.log("sendCount", res); });

Limitations

  • There is a hard rate limit every 1 seconds per request

Listen to events

The answer is no, This is intended for something raw and pure HTTP request without extended actions, If you still rely listen events to implement a full-featured bot, use real bot account.

Pronunciation

id_ID/jalter/ — Jalan Alternatif (?) Jadikan ini sebagai jalan alternatif, bukan sebuah tujuan.

Experimental

This library is maintained but i never use it in production. However it is still somewhat experimental, You are encouraged to make your own tests with your specific endpoints and data types.

Automated user accounts (self-bots)

Cc: https://support.discord.com/hc/en-us/articles/115002192352-Automated-user-accounts-self-bots-
The question regarding "self bots" has come up here and there, and we'd like to make our stance clear:

Discord's API provides a separate type of user account dedicated to automation, called a bot account. Bot accounts can be created through the applications page, and are authenticated using a token (rather than a username and password). Unlike the normal OAuth2 flow, bot accounts have full access to all API routes without using bearer tokens, and can connect to the Real Time Gateway. Automating normal user accounts (generally called "self-bots") outside of the OAuth2/bot API is forbidden, and can result in an account termination if found.

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.15

2 years ago

2.0.16

2 years ago

2.0.13

2 years ago

2.0.14

2 years ago

2.0.11

2 years ago

2.0.12

2 years ago

2.0.10

2 years ago

2.0.19

2 years ago

2.0.17

2 years ago

2.0.18

2 years ago

2.0.1

2 years ago

1.0.30

2 years ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.9

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago