A tool to search new listed items on ebay

Power wheelchair board for REAL info!

POWERCHAIR MENU! www.wheelchairdriver.com/powerchair-stuff.htm

A tool to search new listed items on ebay

Postby snaker » 04 Feb 2023, 11:02

I am searching a good used chair to use as a barebone (frame?) for my 48v powerchair project. I hate to have to access ebay everyday for searching. So I write a simple tool that does this searching job automatically. I set it run at a specific time (e.g at 6AM everyday). So if there are new listed items on ebay, the tool will automatically notify me through email. E.g I receive an email as underneath when looking for a "roho cushion QS910C".

This tool can be compiled and deployed to all platforms even MAC. Actually I tested it Ok on windows, linux-amd64, linux-armv7 (orange pi, raspberry pi). It should be used in a low energy machine that runs 24/7. I recommend using orange pi or raspberry pi. If anyone is interested, I will upload it later.

If you see a good used RWD chair at a sensible price by chance, please let me know. I only need a basic chair with sturdy frame, suspension. I will not use power options like lift, powered recline, powered tilt etc
Attachments
2023-02-03_14-59-50.png
User avatar
snaker
 
Posts: 1195
Joined: 23 May 2015, 10:45
Location: Vietnam

Re: A tool to search new listed items on ebay

Postby shirley_hkg » 04 Feb 2023, 15:06

Look for a QUICKIE 6X6 series .

The most sensible placement of the shock absorber, between drive axle and pivot .

shirley_hkg
 
Posts: 3957
Joined: 31 Dec 2010, 13:42

Re: A tool to search new listed items on ebay

Postby slomobile » 06 Feb 2023, 17:40

I'm interested in both the ebay search tool and the 48v chair.

Ebay search using a compiled language? Interesting.

48v, what would you like to use for motors and controller?
I'm curious what mode typical 24v motors fail in when used at 48v and how much sooner they fail. That cumulative failure info is hard to gather by a single person with a single setup. So anyone doing higher voltage setups ought to share their experience. Thanks for sharing.
slomobile
 
Posts: 719
Joined: 16 Aug 2018, 20:40
Location: Memphis TN, United States of America

Re: A tool to search new listed items on ebay

Postby Burgerman » 07 Feb 2023, 00:34

I an tell that from a physics standpoint the rpm should make little difference as long as nothing flys apart. Easy to test.

But if you dont control the watts going in, then you will have a problem. Because twice the volts means 4x the watts. Doubling the volts me and double the current. Thats just mr Ohm and his law. So in simple terms with simple numbers thats 4A x 4V = 16 Watts. but 8A x 8V =64 watts.

Now how that relates to a powerchair is not so simple. Because while the motors can take the RPM at least mine were OK at 60V and run at 45V, they cant take 4x the watts. But they dont have to. Because while a typical powerchair motor has a stall current of maybe 300 plus amps, its limited by the max amps of the controller when its loaded up by acceleration or load. So at stall it has the same 100A limit (for e.g) regardless of the battery voltage or battery current. This is done by reducing the motors pulsewidth or if you prefer voltage. At stall it may be limited to an effective 5 volts for e.g. Regardless of battery voltage.

The danger comes as you speed up. Now even if going at say 8mph, (24V - pulsewidth) - flat out on a 24V chair. My 45V chair can still apply another 21V... So it can still draw way above the maximum ams the controller can provide. So it will wheelie and accelerate very hard and spit you out of the back, or accellerate up a steep hill at speed. THIS is where you overload the motor, too many watts over a long time. And burn its armature or brushes and destroy it. You cant realistically do that with 24V.

Doubling the voltage has a similar affect to halving the impedance. If you understand this, then ts easy to run on 45V safely. If nt and you fly up a hill faster than you would in a 24V chair, then you will fry the motors. Larger wattage motors would be required if you ignore this. Watts doesent determine motor power. Impedance does. It determines the approx AVERAGE heat loss capability before demise.
User avatar
Burgerman
Site Admin
 
Posts: 65400
Joined: 27 May 2008, 21:24
Location: United Kingdom

Re: A tool to search new listed items on ebay

Postby ex-Gooserider » 07 Feb 2023, 01:02

Assuming the tool allows you to put in different items, I'd also be interested.... I've tried using the eBay tools a few times and found them annoying in that they got way to many hits on stuff I wasn't looking for, and kept showing me the same listings over and over....

Snaker's tool sounds like it is worth a try to see if it does a better job.

ex-Gooserider
T-5, ASIA-B
Jazzy 1100
Jazzy Select 6
Quickie Q-7
Invacare Mariner
Want to make / get a better chair, ideally one that stands.
User avatar
ex-Gooserider
 
Posts: 5972
Joined: 15 Feb 2011, 06:17
Location: Billerica, MA. USA

Re: A tool to search new listed items on ebay

Postby snaker » 07 Feb 2023, 11:10

I uploaded the tool on google drive by the link below
https://drive.google.com/drive/folders/ ... share_link

There are 2 folders "bin" and "config":
- The bin folder contains the executable apps for each platform. Actually it supports win-x64, linux-amd64, linux-armv7.
- The config folder contains 2 template file query.json, mailing.json that will be used for searching and sending notification mail.

To use the tool you put the executable and config files in a folder as below. When running it will create a data folder to track notified items. At the first run, it will send you ALL found items. Then at next runs, it will only send new listed items. If there is no listed item, it will not send notification email.
your-folder
|__config
| |__mailing.json
| |__query.json
|__itemcrawler


I explain a bit about mailing.json and query.json.

The mailing.json is like below. It's used to send notification email. If you use a free gmail account as sender you have to create an App Password and use it in place of login password. Because since June 1rst 2022, gmail does not allow using login password to send mail. If you use other email service as sender, you will have to change smtp and port accordingly.
Code: Select all
{
   "Subject": "Powerchair build",
   "Sender": {
      "UserName": "yoursendingemail@gmail.com",
      "Password": "p@ssw0rd",
      "Smtp": "smtp.gmail.com",
      "Port": 587
   },
   "Recipients": [
      "youremail1@gmail.com",
      "youremail2@gmail.com"
   ]
}


The query.json is like below. it supports multiple queries. The url is copied from ebay. The ebay search result is not very accurate, e.g I search "Quickie power wheelchair", the result might contains items that are not related to powerchair. So "Keywords" and "Patterns" will be used to filter the search result. Normally, you only need "Keywords". "Patterns" are RegEx patterns and serve for 'advanced' use.
Code: Select all
[
   {
      "Title": "A TITLE OF YOUR SEARCHING",
      "Url": "SEARCH URL COPIED FROM EBAY",
      "Keywords": [
         "WORDS MUST BE INCLUDED IN THE ITEM TITLE"
      ],
      "Patterns": [
         "REGEX PATTERN FOR ADVANCED USE"
      ]
   },
   {
      "Title": "A TITLE OF YOUR SEARCHING",
      "Url": "SEARCH URL COPIED FROM EBAY",
      "Keywords": [
         "WORDS MUST BE INCLUDED IN THE ITEM TITLE"
      ],
      "Patterns": [
         "REGEX PATTERN FOR ADVANCED USE"
      ]
   }]


You can refer config files in the test below for more details.
https://drive.google.com/file/d/1euDhef ... share_link
User avatar
snaker
 
Posts: 1195
Joined: 23 May 2015, 10:45
Location: Vietnam

Re: A tool to search new listed items on ebay

Postby shirley_hkg » 08 Feb 2023, 02:21

snaker wrote:If you see a good used RWD chair at a sensible price by chance, please let me know.
Seller ships worldwide . cheers

https://www.ebay.com/itm/275082184047?m ... media=COPY
shirley_hkg
 
Posts: 3957
Joined: 31 Dec 2010, 13:42

Re: A tool to search new listed items on ebay

Postby snaker » 08 Feb 2023, 09:30

I saw this chair through the tool too. But I only need a basic chair without power options at a cheaper price.
User avatar
snaker
 
Posts: 1195
Joined: 23 May 2015, 10:45
Location: Vietnam

Re: A tool to search new listed items on ebay

Postby snaker » 08 Feb 2023, 09:35

Here is the screenshot when I run the tool to search powerchairs.
2023-02-08_15-20-39.png

And here is the screenshot of the notification email.
2023-02-08_15-24-03.png
User avatar
snaker
 
Posts: 1195
Joined: 23 May 2015, 10:45
Location: Vietnam

Re: A tool to search new listed items on ebay

Postby shirley_hkg » 09 Feb 2023, 02:48

snaker wrote:If you see a good used RWD chair at a sensible price by chance, please let me know.
Seller may not ship worldwide . cheers

https://www.ebay.com/itm/165924527894?m ... media=COPY
shirley_hkg
 
Posts: 3957
Joined: 31 Dec 2010, 13:42

Re: A tool to search new listed items on ebay

Postby snaker » 10 Feb 2023, 08:56

This chair is a good candidate :thumbup:
User avatar
snaker
 
Posts: 1195
Joined: 23 May 2015, 10:45
Location: Vietnam

Re: A tool to search new listed items on ebay

Postby wheelchairer » 17 Jun 2023, 15:35

snaker wrote:I am searching a good used chair to use as a barebone (frame?) for my 48v powerchair project. I hate to have to access ebay everyday for searching. So I write a simple tool that does this searching job automatically. I set it run at a specific time (e.g at 6AM everyday). So if there are new listed items on ebay, the tool will automatically notify me through email. E.g I receive an email as underneath when looking for a "roho cushion QS910C".

This tool can be compiled and deployed to all platforms even MAC. Actually I tested it Ok on windows, linux-amd64, linux-armv7 (orange pi, raspberry pi). It should be used in a low energy machine that runs 24/7. I recommend using orange pi or raspberry pi. If anyone is interested, I will upload it later.

If you see a good used RWD chair at a sensible price by chance, please let me know. I only need a basic chair with sturdy frame, suspension. I will not use power options like lift, powered recline, powered tilt etc
I have set up the files as best I could to the description given, but when I execute the executable file my Gmail account does not receive the email. Any suggestions?

mailing.PNG
Attachments
query.PNG
C4/5 tetra
BM 8 mph 8mph linix R-net 150Ah lith
Tom BM clone needs 8mph linix, R-net odyssey batteries
Lifestand motion tech 5.6 mph R-net 112Ah lith
wheelchairer
 
Posts: 326
Joined: 29 Mar 2021, 18:34

Re: A tool to search new listed items on ebay

Postby snaker » 19 Jun 2023, 01:43

For an outlook email address as a sender:
Smtp = "smtp-mail.outlook.com"
Port = 587

Gmail usually pushes emails sent from outlook into Spam. So check Spam if you do not see emails in Inbox. Then mark them "not spam", next time they will arrive in Inbox.
User avatar
snaker
 
Posts: 1195
Joined: 23 May 2015, 10:45
Location: Vietnam

Re: A tool to search new listed items on ebay

Postby wheelchairer » 19 Jun 2023, 20:27

So I change the things as you said
I've even changet the email account password just to double check
and when I check the sent folder in my mail program, nothing has been sent to the Gmail account.

Changed nothing in the query file
Attachments
mailing.PNG
C4/5 tetra
BM 8 mph 8mph linix R-net 150Ah lith
Tom BM clone needs 8mph linix, R-net odyssey batteries
Lifestand motion tech 5.6 mph R-net 112Ah lith
wheelchairer
 
Posts: 326
Joined: 29 Mar 2021, 18:34

Re: A tool to search new listed items on ebay

Postby snaker » 20 Jun 2023, 01:59

Can you post the screenshot after you run the tool (something like the image underneath).

Can you let me know which OS (linux-armv7, linux-amd64, windows-x64) are you running the the tool? I will create and send you the full app and config files.
Attachments
2023-06-20_07-53-12.png
User avatar
snaker
 
Posts: 1195
Joined: 23 May 2015, 10:45
Location: Vietnam

Re: A tool to search new listed items on ebay

Postby wheelchairer » 20 Jun 2023, 18:46

snaker wrote:Can you post the screenshot after you run the tool (something like the image underneath).

Can you let me know which OS (linux-armv7, linux-amd64, windows-x64) are you running the the tool? I will create and send you the full app and config files.
I can tell you now it fails at "fetching items" so it looks like there is something wrong with the query,

Windows 10 64-bit
Attachments
query.PNG
problem.PNG
problem.PNG (5.96 KiB) Viewed 570 times
C4/5 tetra
BM 8 mph 8mph linix R-net 150Ah lith
Tom BM clone needs 8mph linix, R-net odyssey batteries
Lifestand motion tech 5.6 mph R-net 112Ah lith
wheelchairer
 
Posts: 326
Joined: 29 Mar 2021, 18:34

Re: A tool to search new listed items on ebay

Postby snaker » 21 Jun 2023, 01:38

Yes, you have to remove the regex pattern from the query.json.

Download, unzip the attached file and replace your query.json by the new one.

Code: Select all
[
  {
    "Title": "M8 Countersunk Bolts (UK Ebay)",
    "Url": "https://www.ebay.com/sch/i.html?_from=R40&_trksid=p2380057.m570.l1313&_nkw=m8+countersunk+bolts&_sacat=0",
    "Keywords": ["m8 countersunk bolts"]
  }
]
Attachments
query.zip
(333 Bytes) Downloaded 14 times
User avatar
snaker
 
Posts: 1195
Joined: 23 May 2015, 10:45
Location: Vietnam

Re: A tool to search new listed items on ebay

Postby wheelchairer » 21 Jun 2023, 12:23

It gets stuck here now
Attachments
eBay search.PNG
eBay search.PNG (8.94 KiB) Viewed 554 times
C4/5 tetra
BM 8 mph 8mph linix R-net 150Ah lith
Tom BM clone needs 8mph linix, R-net odyssey batteries
Lifestand motion tech 5.6 mph R-net 112Ah lith
wheelchairer
 
Posts: 326
Joined: 29 Mar 2021, 18:34

Re: A tool to search new listed items on ebay

Postby snaker » 22 Jun 2023, 02:37

It seems there is something wrong in your mailing.json file.

I tried to register a free outlook account (wheelchairer@outlook.com) and I see the tool works fine with this account (see attached images underneath).

Download and unzip the attached config.zip.
Replace your config files by the new ones (the query.json in my previous post used the wrong ebay url).
Replace the text "YOUREMAILADDRESS" in mailing.json by your real email address.
Run the tool, it should work fine.
If you do not see the email in your Inbox. Check the Spam folder, you will see it there. Mark it as "not spam", next time it will arrive in your Inbox.
Code: Select all
{
   "Subject": "M8 Countersunk Bolts",
   "Sender": {
      "UserName": "wheelchairer@outlook.com",
      "Password": "Wc123456$",
      "Smtp": "smtp-mail.outlook.com",
      "Port": 587
   },
   "Recipients": [
      "YOUREMAILADDRESS"
   ]
}
Attachments
config.zip
(798 Bytes) Downloaded 18 times
User avatar
snaker
 
Posts: 1195
Joined: 23 May 2015, 10:45
Location: Vietnam

Re: A tool to search new listed items on ebay

Postby snaker » 22 Jun 2023, 02:39

2023-06-22_08-08-06.png

2023-06-22_08-06-40.png
User avatar
snaker
 
Posts: 1195
Joined: 23 May 2015, 10:45
Location: Vietnam

Re: A tool to search new listed items on ebay

Postby shirley_hkg » 02 Sep 2023, 15:22


I like these motors.
Attachments
IMG-20230902-WA0007.jpg
shirley_hkg
 
Posts: 3957
Joined: 31 Dec 2010, 13:42

Re: A tool to search new listed items on ebay

Postby Burgerman » 02 Sep 2023, 17:13

Those should be more efficient (slightly due to inline layout) and so if low impedance would probably be good motors.
User avatar
Burgerman
Site Admin
 
Posts: 65400
Joined: 27 May 2008, 21:24
Location: United Kingdom


Return to Everything Powerchair

Who is online

Users browsing this forum: rickystyx and 13 guests

 

  eXTReMe Tracker