| Pandoras_box | 09-25-2023 05:43 PM | Re: Account management service recommendation please? You're better off getting a freelance developer to build you a bot.
You can join ebay's developer program here: Code:
https://developer.ebay.com/signin?tab=register and use access tokens to supress incessant authentication and 2FA
Or you can have the bot do it the dirty way; using the user interface that regular users see on eBay and avoid joining the dev program altogether.
The latter is messy, will require you to log IPs (if your accounts are stealth) and may need you to authenticate access every time.
Python paired with CSV/SQL will suffice. |