/TelegramRedirect

:arrow_right_hook: URL Redirect based on Telegram Bot command

Primary LanguageJavaScriptMIT LicenseMIT

↪️ TelegramRedirect

URL Redirect based on Telegram Bot command


❓ What does it do?

It's an express server that redirects to a custom URL specified by a telegram bot command.
Originally made for @FunkoLive


🔧 Installation / Setup

  1. Open up your favourite terminal (and navigate somewhere you want to download the repository to)

  2. Make sure you have NodeJS installed. Test by entering
    $ node -v
    If this returns a version number, NodeJS is installed. If not, get NodeJS here.

  3. Clone the repository and navigate to it. If you have Git installed, type
    $ git clone https://github.com/NullDev/TelegramRedirect.git && cd TelegramRedirect
    If not, download it here and extract the ZIP file.
    Then navigate to the folder.

  4. Install all dependencies by typing
    $ npm install

  5. Now Configure the app inside the config.json file.

  6. Finally: Start the app by typing
    $ npm start