Skip to content

Instantly share code, notes, and snippets.

@dharmesh-hemaram
Last active March 21, 2023 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dharmesh-hemaram/86e62fa0fbf045c5730556723e8b4a53 to your computer and use it in GitHub Desktop.
Save dharmesh-hemaram/86e62fa0fbf045c5730556723e8b4a53 to your computer and use it in GitHub Desktop.
opensea.io - Azuki

opensea.io - Azuki

Automatically place bid of NFT on opensea site. You can import this configuration and it will automatically place bid on NFT of Azuki . You can change the url in configuration of other collection where you like to place bid.

Youtube

It has following actions

Click on Place Bid Button Fill Amount in popup Click on terms and condition check box Click Place Bid Button As our extension works when page is loaded you can need to refresh the page in order for it to work. You can also map this configuration with Hotkey by using same you can place bid e.g. Ctrl + P . You need to change the Hotkey before setting this up.

Links https://getautoclicker.com/docs/3.x/configuration-settings/hotkey/

How to use

  • Download configuration.json below
  • Import into below extension
  • Refresh Page

Auto Clicker Auto Fill Extension


tags

#opensea.io #opensea.io-azuki #azuki #autoclickerextension #autoclicker #autofill

{
"name": "opensea.io - Azuki",
"url": "https://opensea.io/assets/0xed5af388653567af2f388e6224dc7c4b3241c544/",
"initWait": 0,
"startTime": "",
"enable": true,
"startType": "auto",
"loadType": "window",
"hotkey": "Ctrl + Shift + A",
"batch": {
"refresh": false,
"repeat": 0,
"repeatInterval": 0
},
"actions": [
{
"name": "",
"initWait": 1,
"elementFinder": "//button[contains(text(),\"Place bid\")]",
"value": "",
"repeat": 0,
"repeatInterval": 0,
"addon": {
"elementFinder": "",
"value": "",
"condition": "",
"valueExtractor": "",
"recheck": 0,
"recheckInterval": 0,
"recheckOption": "stop"
}
},
{
"name": "",
"initWait": 0,
"elementFinder": "//input[@placeholder=\"Amount\"]",
"value": "2",
"repeat": 0,
"repeatInterval": 0,
"addon": {
"elementFinder": "",
"value": "",
"condition": "",
"valueExtractor": "",
"recheck": 0,
"recheckInterval": 0,
"recheckOption": "stop"
},
"focus": true
},
{
"name": "",
"initWait": 0,
"elementFinder": "#tos",
"value": "",
"repeat": 0,
"repeatInterval": 0,
"addon": {
"elementFinder": "",
"value": "",
"condition": "",
"valueExtractor": "",
"recheck": 0,
"recheckInterval": 0,
"recheckOption": "stop"
},
"focus": true
},
{
"name": "",
"initWait": 0,
"elementFinder": "//button[contains(text(),\"Place Bid\")]",
"value": "",
"repeat": 0,
"repeatInterval": 0,
"addon": {
"elementFinder": "",
"value": "",
"condition": "",
"valueExtractor": "",
"recheck": 0,
"recheckInterval": 0,
"recheckOption": "stop"
},
"focus": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment