Fintopio Telegram Mini App Bot
For README in Bahasa Indonesia:
- Auto Claim Daily Check-in
- Auto Farming
- Auto Clear Mission / Tasks
- Auto Play Diamond
Name | Description | Default |
---|---|---|
API_KEY | Custom API KEY | |
POINTS | Randomize score for each game | [500, 800] |
USE_REF | Use refferall code | False |
REF_ID | Referral code | "" |
USE_PROXY_FROM_FILE | For using proxy | False |
Make sure you already install:
- Python version 3.10
https://irhamdz.notion.site/Tutorial-Get-Query-ID-f415621d4a9843d2a7a9ad2cfb9abeb4?pvs=74
This script use custom API KEY, The API KEY itself is for rent only
you can chat me, Irham to ask how much the rent price !
Clone to your PC / VPS:
git clone https://github.com/dzuhri-auto/fintopio.git
Go inside to the folder:
cd fintopio
Then use this command for automatic install:
Windows :
windows\install.bat
Mac / Linux / VPS :
sudo chmod +x ubuntu/install.sh ubuntu/run.sh
source ./ubuntu/install.sh
note : dont forget to edit file .env
After install we can update using API KEY:
Windows :
$filePath = ".env"
$searchPattern = "^API_KEY="
$replacement = 'API_KEY="YOUR API KEY"'
(Get-Content $filePath) -replace $searchPattern + '.*', $replacement | Set-Content $filePath
Mac / Linux / VPS :
sed -i~ '/^API_KEY=/s/=.*/="YOUR API KEY"/' .env
# example if your API KEY = "aisjiqiqssq"
# sed -i~ '/^API_KEY=/s/=.*/="aisjiqiqssq"/' .env
For run the bot:
Windows :
windows\run.bat
Mac / Linux / VPS :
./ubuntu/run.sh