• A friendly and supportive community, register today. Our forums use a separate account system.

Clinics Medicann UK

Right I think we can all agree we're due a break now? We have the formulary of all formularies... enjoy folks 🔥 🫶

I'm happy to hand the reigns over If anyone enjoys doing spreadsheets/data entry and has time to do the occasional update get in touch and I'll give you rights to the sheet

I'm going to attempt to take a break from this for a while and get back to some sort of normality
 
Last edited:
@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:
1762365942360.png

Interested in testing and making your life easier 'till we get API access?
 
@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:
1762365942360.png

Interested in testing and making your life easier 'till we get API access?
I would appreciate any help atm thanks mate 🔥 🫶 How come that list is showing Cali-x zkittlez as no stock? 👀
 
@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:
1762365942360.png

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
 
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
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.
I would appreciate any help atm thanks mate 🔥 🫶 How come that list is showing Cali-x zkittlez as no stock? 👀
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 STOCKCLX-2 CALIX ZKITTLES THC 26% CBD <1% CANNABIS FLOWER 10G Zkittlez | Hybrid10.00GRAMS80.00261

TO

IN STOCKCLX-3 CALIX XKITTLES THC 26% CBD <1% CANNABIS FLOWER 10G Zkittlez | Hybrid10.00GRAMS80.00261

And as all "software" goes... I need time to test it, I literally just finished this a minute ago:)
 
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.
ah ok fair enough that was a long shot to be fair 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 from

IN STOCKCLX-2 CALIX ZKITTLES THC 26% CBD <1% CANNABIS FLOWER 10G Zkittlez | Hybrid10.00GRAMS80.00261

TO

IN STOCKCLX-3 CALIX XKITTLES THC 26% CBD <1% CANNABIS FLOWER 10G Zkittlez | Hybrid10.00GRAMS80.00261

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
 
If we could keep track of the total quantities for each strain that would be check mate total game changer

If you could link your script to the existing spreadsheet to show stock levels + status that would be insane

The script in theory would need to filter out any new strains that have been added or removed and either list them in a new row or change the status depending if the item already exists or not?
 
Last edited:
if product.exist = false then
Addrow (stock, product, THC,CBD,packsize,type,irradiation,price)
else
Product.stock = "In Stock"
end if

something like that...

My programming skills are very low atm apologies I'm 15 years out of practice
 
Last edited:
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
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.
 
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.
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 it
 
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
Same here mate. I'm not a programmer but if I have to build a POC I usually get something going.
Anyway.. if you want you can join my Discord (Don't ban me pls) and I'll share my screen and show you what I got.
 
Knowledge transfer complete ;) from here we should be up to date with everything. I'll think about changes and optimizations and maybe cook something new
Ive had a busy ass day today but I plan to try and connect directly to their API.
@joint_account what API bro? gimme gimme gimme... API access would be a dream and make everything so simple.
 
Modified Gas arrived yesterday, want to give it some time with the Broveda, especially because of the price. But had to try a bit and really enjoying it so far. Feels very clean and a smooth vape. Good for sleep. Very tasty.

Pink Kush arrived today, surprised it came with a broveda, but good to see. Haven’t tried anything irradiated yet so curious to see how it is. Doesn’t smell super strong but still nice, I don’t remember pink Kush being a super stinky strain anyway.

Also noticed the pink Kush forum is not available atm?

Jet pilot also arrived today, smells kinda like grass, we’ll see how it is after some broveda. Looking like a backup/edible option. Wouldn’t pay full price but for £30 it’s what I expected.
 
Knowledge transfer complete ;) from 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.
I haven't had time to look at any of it properly yet mate.

My hope is that because the script assist team are largely quite thick they may have left their API accessible. From the little scanning I did in dev tools I did notice there were a few API connections, what they pull I don't know. I had planned to take a look at them but then life gets in the way a bit.

Seems like you've pulled together a pretty nice solution here so fair play! That's going to be a huge help for inventory management!
 
Back
Top