Skip to content
/ g-trans Public

This script is a Telegram bot that translates text between multiple languages using the Google Translate API. The user can specify the source and target languages along with the text to be translated. For educational purposes only. Unauthorized or illegal use is strictly prohibite.

License

Notifications You must be signed in to change notification settings

SCSEA/g-trans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This script is a Telegram bot that translates text between multiple languages using the Google Translate API. The user can specify the source and target languages along with the text to be translated. For educational purposes only. Unauthorized or illegal use is strictly prohibite

Installation

Installation and Setup Instructions

Follow these steps to set up the project:

  1. Update the system:

    apt update && apt upgrade -y
  2. Update Termux packages:

    pkg update && pkg upgrade -y
  3. Install Python and Git:

    pkg install python
    pkg install python3
    pkg install git
  4. Clone the repository:

    git clone https://github.com/SCSEA/g-trans.git
  5. Navigate to the project directory:

    cd g-trans
  6. Install required Python modules:

    pip install -r requirements.txt
    pip install pyTelegramBotAPI
    pip install requests
    pip install colorama

    For Python3:

    pip3 install pyTelegramBotAPI
    pip3 install requests
    pip3 install colorama
  7. Run the script:

    python google-trans.py

    or use Python3:

    python3 google-trans.py

Note:

Make sure to enter your Telegram Bot API Token in the script when you run

Visitor Count

About

This script is a Telegram bot that translates text between multiple languages using the Google Translate API. The user can specify the source and target languages along with the text to be translated. For educational purposes only. Unauthorized or illegal use is strictly prohibite.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages