Skip to content

A simple fun project that automates telegram tapping games such as tapswap, hamsterkombat

License

Notifications You must be signed in to change notification settings

sfsajid91/telegram-tapper

Repository files navigation

Telegram Tapper

Welcome to Telegram Tapper! This is a simple application that allows you to tap into the power of Telegram's API and automate various tasks.

img1

Installation

To get started with Telegram Tapper, follow these steps:

  1. Clone the repository: git clone https://github.com/sfsajid91/telegram-tapper.git
  2. Navigate to the project directory: cd telegram-tapper
  3. Install the dependencies: pnpm install

Obtaining a Telegram API Token

  1. Go to https://my.telegram.org/auth and log in with your Telegram account.

  2. Click on the "API development tools" link.

  3. Fill out the form to create a new application.

  4. Copy the "App api_id" and "App api_hash" values.

  5. Copy .env.example to .env and update the values with the ones you copied.

    TELEGRAM_API_ID=your api id
    TELEGRAM_API_HASH=your api hash

Usage

To use Telegram Tapper, follow these steps:

  1. Build the project: pnpm build
  2. Start the application: pnpm start
  3. Follow the instructions to authenticate your Telegram account.

Proxies

For initial login and authentication, Telegram Tapper uses a proxy server to bypass Telegram's restrictions. If you encounter any issues, you can try using a different proxy server by updating the proxy value in the proxy.json file.

Suggested proxy protocol is socks5.

You can also use proxies for individual sessions by editing the proxy value in the sessions/session.json file.

[
    {
        "name": "session",
        "session": "...",
        "username": "...",
        "proxy": "socks5://username:password@172.0.0.1:6712"
    },
    { "...": {} }
]

Some free proxy servers can be found at: https://free-proxy-list.net/, https://www.proxyscan.io/ or https://www.proxy-list.download/

Features

  • Send messages to Telegram users or groups
  • Receive and process incoming messages
  • Automate tasks based on specific triggers
  • And much more!

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

License

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

About

A simple fun project that automates telegram tapping games such as tapswap, hamsterkombat

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published