Sajgon Posted May 8, 2021 Share Posted May 8, 2021 Hello guys, Im kind of wondering if some of you could help me to build a workflow using for checking a vendor based on the MAC address of device. I was trying to do it by myself but did not have much of success. They have some kind of API, Im not quite sure if its gonna be even possible ... https://macvendors.com/api Thanks for info Link to comment
giovanni Posted May 8, 2021 Share Posted May 8, 2021 hi @Sajgon welcome to the forum. if your goal is to enter a MAC address and get what it corresponds to, it looks like you can just append it to the URL like this: https://api.macvendors.com/[myMACaddress] and see the output in a webpage. that can be done easily in Alfred. If your goal is to have the output in Alfred, that is also possible by using the php code they provide. if you can clarify your goal I am sure somebody will be able to help Link to comment
giovanni Posted May 8, 2021 Share Posted May 8, 2021 this should do what you want, reusing code Meister @deanishe provided on here the other day https://www.dropbox.com/s/9au7a4h3s057l3x/MAC.alfredworkflow?dl=0 Sajgon 1 Link to comment
Sajgon Posted May 8, 2021 Author Share Posted May 8, 2021 2 hours ago, giovanni said: this should do what you want, reusing code Meister @deanishe provided on here the other day https://www.dropbox.com/s/9au7a4h3s057l3x/MAC.alfredworkflow?dl=0 Thanks a lot, this is what i was looking for! Link to comment
Alan He Posted May 10, 2021 Share Posted May 10, 2021 (edited) The workflow has been posted above, and the query API is posted here. https://macvendors.com/query/{The first 6 digits of the Mac address} Edited May 10, 2021 by Alan He Link to comment
Sajgon Posted November 29, 2021 Author Share Posted November 29, 2021 Hey guys, after upgrading to new m1 macbook pro I have this kind of error message. Any idea how to fix it? I've tried to remove workflow and re-import it but that did not work. Thanks for any advice Link to comment
deanishe Posted November 29, 2021 Share Posted November 29, 2021 @Sajgon You need to install PHP. https://www.alfredapp.com/blog/releases/alfred-4-6-ready-for-macos-monterey/ Link to comment
Sajgon Posted November 29, 2021 Author Share Posted November 29, 2021 1 minute ago, deanishe said: @Sajgon You need to install PHP. https://www.alfredapp.com/blog/releases/alfred-4-6-ready-for-macos-monterey/ I've latest version Link to comment
deanishe Posted November 29, 2021 Share Posted November 29, 2021 7 minutes ago, Sajgon said: I've latest version I said PHP, not Alfred. Read the link. Link to comment
Sajgon Posted November 29, 2021 Author Share Posted November 29, 2021 1 hour ago, deanishe said: I said PHP, not Alfred. Read the link. Sorry, my mistake, now its working perfectly. Thanks deanishe 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now