Skip to main content

Bot Integrations with various platforms to send latest ngork links

Project description

Ng-Bot

Ngrok Bot (Ng-Bot) publishes updated ngrok URLs to telegram chat ids and restricts other users to access the bot or on discord using webhook url.

Note: This bot may be used for malicious purposes too. Its upto users how they use this tool/bot. Author is not responsible for user's action in any manner.

Installation

  • Clone repo

    git clone --depth=1 https://github.com/dmdhrumilmistry/ng_bot.git
    
  • Change directory

    cd ng_bot
    
  • Install requirements

    python3 -m pip install -r requirements.txt
    

Usage

  • Create Ngrok account

  • Complete Sign Up process

  • Add new AUTH TOKEN from dashboard

  • Store variables in .env file

    NGROK_AUTH_TOKEN='your_auth_token'
    TELE_BOT_TOKEN='telegram_bot_token'
    ALLOWED_USER_IDS=tele_user_id1, tele_user_id2, tele_user_id3
    DISCORD_WEBHOOK_URL='webhook-url' 
    

    Above variables can also be stored in environment variables

  • Start application

    # for telegram
    python3 -m ng_bot --http 8080 --tcp 22 4444 --platform telegram
    
    # for discord
    python3 -m ng_bot --tcp 22 --platform discord
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ng_bot-1.0.3.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

ng_bot-1.0.3-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page