Farming TIC tokens from TIC TON oracle with no risk & effort.
-
Install docker desktop
This website provides instructions for installing docker desktop on your machine.
-
Install Python
-
Clone this repo
git clone https://github.com/alan890104/ticker.git
-
Copy
.env.example
to a.env
file and fill in the required fieldsHint: get "TESTNET" ton center api key from telegram bot
cp .env.example .env
-
Start the docker container
docker compose up -d
-
Create virtual environment
python3 -m venv venv
-
Activate virtual environment
-
Windows
venv\Scripts\activate
-
Mac / Linux
source venv/bin/activate
-
-
Install requirements
pip install -r requirements.txt
-
Periodically get free TON from this bot
-
Go to this app and get some free USDT
-
Run the script
```bash
python main.py
```