Skip to content

Messing around with Telegram API; testing out a bot to calculate the tip amount based on a cost

License

Notifications You must be signed in to change notification settings

isaacwashere/telegram-tip-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Tip Bot

This is just supposed to be a fun little open source Telegram Bot to help calculate the tip for a user, given a total cost in USD. To use the production bot, download Telegram and search for CalculateTipBot.

Contents

Installation

Notable Technologies

Installation

  1. Clone repo

  2. Create a .env file at the root and put the Bot tokens in there

  3. Install node modules

yarn install
  1. Install the relevant bot in the Telegram App

  2. Run yarn dev:start in the terminal to start the app listening

Notable Technologies

Technology/Function Purpose
TypeScript For Types, because ofc
Telegraf Package to help with handling and using Telegram's Bot API

Roadmap

  • Allow users to specify certain percent
  • Make sure README is comprehensive, and up to date, for contributing

About

Messing around with Telegram API; testing out a bot to calculate the tip amount based on a cost

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published