Chat telegram bot @fykxt_bot with message /viewkey. Copy the API key.
- Update & Upgrade Termux
apt update && apt full-upgrade
- Install Git
pkg install git
- Install Python
pkg install python
- Clone this repo
git clone https://github.com/angga0x/myxl-cli
- Open the folder
cd myxl-cli
- Install dependencies
pip install -r requirements.txt
- Run the script
python main.py
- Input your API key when prompted
-
Create a
.envfile: Create a file named.envin the root of the project and add the following content:TELEGRAM_BOT_TOKEN=YOUR_TELEGRAM_BOT_TOKEN REDIS_HOST=your_redis_host REDIS_PORT=your_redis_port REDIS_PASSWORD=your_redis_passwordReplace the placeholder values with your actual Telegram Bot Token and Redis credentials.
-
Install dependencies:
pip install -r requirements.txt -
Run the bot:
python telegram_bot.py -
Start a chat: Open Telegram and start a chat with your bot.