- Messages
- 3,675
- Likes/Reactions
- 5,283
- Clinic
- 🏴 Medicann
I need Lassoed and dragged outa this thread
Its only just dawned on me that you post like 70% in this thread. There's so many conversations across this platform I struggle to keep up.I need Lassoed and dragged outa this thread
Thats it just send them all over ere we'll deal with emJust merging threads to keep it all in one place
MEDICAN SCOTLAND NEW CLINIC, REVIEWS ANYONE?
Medicann UK
Anyone with this new clinic? Hows the experience?
- NAKIAS
- Replies: 28
- Forum: Clinics & Prescribing

I would appreciate any help atm thanks mate@Scriptoh I scripted something to help with the automation and easy visualization. I would say quick and dirty but it takes a minute to run due to the delays caused by the ui on the website loading. I get the following results:
Interested in testing and making your life easier 'till we get API access?
Can I ask where your from mate? I had an old mate called Stefan from college when we were doing HNC Software development course your reminding me of him lol@Scriptoh I scripted something to help with the automation and easy visualization. I would say quick and dirty but it takes a minute to run due to the delays caused by the ui on the website loading. I get the following results:
Interested in testing and making your life easier 'till we get API access?
I don't think I'm him my man, I'm from Ro moved here about 10 years ago and didn't go to college here unfortunately.Can I ask where you from mate? I had an old mate called Stefan from college when we were doing HNC Software development course your reminding me of him lol
the script compares 2 lists and takes the name from the website, if they changed something I'm not sure, but on a closer inspection the script was doing what I asked, basically on the website it changed fromI would appreciate any help atm thanks mate![]()
How come that list is showing Cali-x zkittlez as no stock?
![]()
|
| IN STOCK | CLX-3 CALIX XKITTLES THC 26% CBD <1% CANNABIS FLOWER 10G Zkittlez | Hybrid | 10.00 | GRAMS | 80.00 | 26 | 1 |
ah ok fair enough that was a long shot to be fair lolI don't think I'm him my man, I'm from Ro moved here about 10 years ago and didn't go to college here unfortunately.
the script compares 2 lists and takes the name from the website, if they changed something I'm not sure, but on a closer inspection the script was doing what I asked, basically on the website it changed from
IN STOCK CLX-2 CALIX ZKITTLES THC 26% CBD <1% CANNABIS FLOWER 10G Zkittlez | Hybrid 10.00 GRAMS 80.00 26 1
TO
IN STOCK CLX-3 CALIX XKITTLES THC 26% CBD <1% CANNABIS FLOWER 10G Zkittlez | Hybrid 10.00 GRAMS 80.00 26 1
no tags, nothing that's not visible on the page. I am just scrapping the info on the page at the moment so there's no interacting with the page elements, basically loaded the page, looked for the first element that had the list and ran with that data .. some "pandas fu" later I had a working spreadsheet. I am sure here's way better solutions than mine but I cooked this in a few hours of wasting time and it works. Happy to share the script, It's python so should be easy to understand what's happening + I used playwright with chrome to mimic human behaviour and to see if the pages/products list loads properly.ah ok fair enough that was a long shot to be fair lol
is there a data tag you can capture for the quantity available or is that getting too complicated? i.e cali-x Zkittlez has 136 available atm
Yeah fire it over and lemme know how I get it running - dummy it right down for me as I say I'm kinda lacking in that department atm so might need a quick refresher to get me back into itno tags, nothing that's not visible on the page. I am just scrapping the info on the page at the moment so there's no interacting with the page elements, basically loaded the page, looked for the first element that had the list and ran with that data .. some "pandas fu" later I had a working spreadsheet. I am sure here's way better solutions than mine but I cooked this in a few hours of wasting time and it works. Happy to share the script, It's python so should be easy to understand what's happening + I used playwright with chrome to mimic human behaviour and to see if the pages/products list loads properly.
Same here mate. I'm not a programmer but if I have to build a POC I usually get something going.if product.exist = true then
Addrow (stock, product, THC,CBD,packsize,type,irradiation,price)
else
Product.stock = "In Stock"
something like that...
My programming skills are very low atm apologies I'm 15 years out of practice
@joint_account what API bro? gimme gimme gimme... API access would be a dream and make everything so simple.Ive had a busy ass day today but I plan to try and connect directly to their API.
I haven't had time to look at any of it properly yet mate.Knowledge transfer completefrom here we should be up to date with everything. I'll think about changes and optimizations and maybe cook something new
@joint_account what API bro? gimme gimme gimme... API access would be a dream and make everything so simple.