Giter Club home page Giter Club logo

simple-telegram-message's Introduction

simple-telegram-message

โ€ฆ aims to be a simple, dependency-less module that does one thing, and it does it well

send a telegram message to yourself, a friend or a channel with node.js

requirements

to get a your user id, search on telegram for the bot @userinfobot.

to get the telegram bot token, create a bot with the help of @BotFather and he will provide you with all the information you need :)

two step usage

npm i simple-telegram-message
const { sendMessageFor } = require('simple-telegram-message')
const sendMessage = sendMessageFor(process.env.TELEGRAM_TOKEN, 'user_id|channel_id')
sendMessage(`Hi from bot!`)

api

sendMessageFor

this function is the only one exported by simple-telegram-message, and it is used to create a new function (see sendMessage)

sendMessage

sendMessage is the function returned by sendMessageFor.

it returns a promise that resolves when the message has been successfully sent, or rejects if the message failed.

help

reach out on twitter @christian_fei!

simple-telegram-message's People

Contributors

christian-fei avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

budarin ivoputzer

simple-telegram-message's Issues

Migrating to TypeScript

Hey there! Thanks for making this :)

What are your thoughts on TypeScript?

Would you welcome a PR if I migrated this to TypeScript?

Or if not that, possibly adding a TypeScript definition file for types?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.