New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

appebayrd

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appebayrd

A Node.js module for generating random user accounts and sending data to Telegram.

latest
npmnpm
Version
2.2.2
Version published
Maintainers
1
Created
Source

My Node Module

This is a Node.js module that provides functionality for generating random user accounts and sending data to Telegram. It can be used in various applications where random user data is needed.

Installation

To install the module, use npm:

npm install my-node-module

Usage

After installing the module, you can require it in your application:

import { generateAccount, sendToTelegram } from 'my-node-module';

// Generate a random account
const account = generateAccount();
console.log(account);

// Send data to Telegram
sendToTelegram('Your message here');

Functions

generateAccount()

Generates a random user account with the following properties:

  • First Name
  • Last Name
  • Email
  • Password
  • Gender
  • Date of Birth
  • Address
  • Social Security Number (SSN)

sendToTelegram(message)

Sends a message to a specified Telegram chat using the bot API. Make sure to set the TELEGRAM_TOKEN and TELEGRAM_CHAT_ID environment variables.

Environment Variables

To use the Telegram functionality, you need to set the following environment variables:

  • TELEGRAM_TOKEN: Your Telegram bot token.
  • TELEGRAM_CHAT_ID: The chat ID where messages will be sent.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Keywords

random

FAQs

Package last updated on 20 Aug 2025

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