If you own LKMEX and you want to:
- cash out 💸
- or simply swap them 🔄 for
EGLD
orMEX
one way of doing it is by using the 2 telegram bots, one for EGLD swaps and one for MEX swaps.
- your telegram api_id
The main.py
script will impersonate your telegram account to get the latest LKMEX
rates from the following two LKMEX Trading Bots:
You can play with the online version of the script here.
Remember to add your API_ID
and API_HASH
secrets to the replit project.
For local development, you can use this Dockerfile to build your image:
docker build --tag telegram-lkmex-rates:0.1.0 .
docker run \
--env API_ID=foo \
--env API_HASH=bar \
--tty \
--interactive \
telegram-lkmex-rates:0.1.0
Please enter your phone (or bot token): +123456789012
Please enter the code you received: 12345
Signed in successfully as the JoKer
1 LKMEX = 0.369 MEX
1m LKMEX = 0.545 EGLD
💰 You can also check the exchange way of swapping LKMEX
to EGLD
or MEX
.