https://github.com/dtcarls/ftx-nft-arb
https://github.com/dtcarls/ftx-nft-arb
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dtcarls/ftx-nft-arb
- Owner: dtcarls
- License: mit
- Created: 2021-12-21T18:07:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T01:45:34.000Z (over 3 years ago)
- Last Synced: 2025-02-01T15:44:43.022Z (3 months ago)
- Language: Jupyter Notebook
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ftx-nft-arb
# FTX NFT - Monitor## Installation :
pip install -r requirements.txt
## Configuration :
**Edit : _config.json_**
Exemple :
```
{
"collections": [
{
"collection": "",
"price": 1,
"webhooks": [
{
"name": "",
"url": "",
"footer_name": "",
"footer_image_url": ""
},
{
"name": "",
"url": "",
"footer_name": "",
"footer_image_url": ""
}
]
},
{
"collection": "",
"price": 1,
"webhooks": [
{
"name": "",
"url": "",
"footer_name": "",
"footer_image_url": ""
},
{
"name": "",
"url": "",
"footer_name": "",
"footer_image_url": ""
}
]
}
],
"avatar_url": "https://pbs.twimg.com/profile_images/1420493756726272002/S0sQq2-t_400x400.png"
}
```You can find collection name at the end of : https://ftx.us/nfts/collection/Solstead
#### Warning !
At the end of the last "}" or "]" do not put a ","
Exemple :
```
{
"collections": [
{
"collection": "",
"price": 1,
"webhooks": [
{
"name": "",
"url": "",
"footer_name": "",
"footer_image_url": ""
} !!!
]
} !!!
],
"avatar_url": "https://pbs.twimg.com/profile_images/1420493756726272002/S0sQq2-t_400x400.png"
}
```## Execution :
python ftx.py