All Projects → dwy6626 → ftx-lending-bot

dwy6626 / ftx-lending-bot

Licence: MIT license
Renew lending amount on FTX

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ftx-lending-bot

ftx-keep-lending
FTX - lending all available balance(USD/USDT) per hour using crontab
Stars: ✭ 18 (-67.27%)
Mutual labels:  lending, ftx
add-tradingview-alerts-tool
Automated entry of TradingView alerts for bot trading tools such as 3Commas, Alertatron, CryptoHopper, etc.
Stars: ✭ 467 (+749.09%)
Mutual labels:  ftx
goftx
FTX exchange golang library
Stars: ✭ 28 (-49.09%)
Mutual labels:  ftx
lndr-mobile
LNDR mobile app in React Native
Stars: ✭ 14 (-74.55%)
Mutual labels:  lending
iou-slack-bot
💸 IOU Slack Bot - Keep track of your debts with your peers.
Stars: ✭ 13 (-76.36%)
Mutual labels:  lending
django-crypto-trading-bot
Multi-Account simple trading bot
Stars: ✭ 36 (-34.55%)
Mutual labels:  cctx
moon-doge
Buy DogeCoin automatically when Elon Musk tweet about it, and sell after profit
Stars: ✭ 20 (-63.64%)
Mutual labels:  ftx
cryptogalaxy
Get any cryptocurrencies ticker and trade data in real time from multiple exchanges and then save it in multiple storage systems.
Stars: ✭ 96 (+74.55%)
Mutual labels:  ftx
ftx-api-wrapper-python3
FTX Exchange API wrapper in python3
Stars: ✭ 31 (-43.64%)
Mutual labels:  ftx
FTX.Net
No description or website provided.
Stars: ✭ 31 (-43.64%)
Mutual labels:  ftx
ftx-php
PHP wrapper for FTX.com REST API
Stars: ✭ 17 (-69.09%)
Mutual labels:  ftx
MT5-TradingToolCrypto
All the tradingtools: crypto integration to metatrader including cryptobridgepro, crypto charts, paymentbot, indicators, robots are located here. Just download the zip folder, drag and drop into Metatrader 5 directory
Stars: ✭ 70 (+27.27%)
Mutual labels:  ftx

(Archived) Farewell FTX.

FhDdJpZakAEw81E


FTX Lending Bot

Renew margin lending amount.

demo

Note for who want to fork this repo

Usage

Show usage:

python main.py -h

Example:

python main.py -a "My Sub-Account" -c "USDT" -r "1e-6"

Local Setup

please use Python 3.7+

pip install -r requirements.txt

copy .env.sample to .env and add your API key and secret

Automatically renew

Use GitHub Action

  • clone this repo
  • add FTX_API and FTX_API_SECRET to repo > settings > secret.
  • modify the sub-account, coin and lending rate in .github/workflows/cron.yml

Disable Renew Schedules

Manual dispatch the workflow disable.yml on GitHub website.

Re-enable

Because scheduled workflow are automatically disabled after 60 days inactivity, there is another workflow reenable.yml run monthly to automatically re-enable the workflows

This workflow also provides manual dispatch on GitHub website for re-enabling.

Disclaimer

Do not upload / commit your API key and secret to internet! Keep them in private.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].