I don't know what we did to deserve Scryfall.
https://scryfall.com/blog/the-mtg-wiki-is-now-at-mtg-wiki-hosted-by-scryfall-230
I don't know what we did to deserve Scryfall.
https://scryfall.com/blog/the-mtg-wiki-is-now-at-mtg-wiki-hosted-by-scryfall-230
I made a bit a few months back that posts #magicthegathering cards randomly every hour! Give it a look and follow if you'd like π¬ #scryfall #python #opensource
Alright, so I've been taking a #Python class and I've been learning quite a bit. Tonight, I built a Tkinter GUI application to search the #Scryfall API and display whatever card you're looking for. I'm going to try to build it into an Oracle that can be used during casual play.
This is EXTREMELY alpha. It will grow.
I just released a bot over at https://botsin.space. It's called @dailyscry and will post a random Magic: the Gathering card as an image (with alt-text) and text on a daily basis. It will also be posting the same image to a dedicated telegram channel https://t.me/DailyScry.
It uses @scryfall API to accomplish this.
The code can be found at https://github.com/DerMolly/DailyScry and is written in Rust.
If you like #mtg (Magic the gathering), have an #iphone or #ipad and use #scriptable (https://apps.apple.com/us/app/scriptable/id1405459188) you might like this little widget I made for myself awhile ago. It lets you set a #scryfall query to show a random card from that query. It has little quirks and isnβt perfect but I enjoy it.
https://gist.github.com/cwagdev/448dbe5acd758ae20d83010436bf155f
You can supply your own background image. I use this one. Place it in a backgrounds folder in the scriptable folder named 3.jpeg (I know, you can edit that in the code)
TIL: There is a tag in scryfall tagger that only shows artworks in which someone is screaming. The tag name is βaaaβ and the description 'aaaaaahhh!!' and I like this very much.
https://tagger.scryfall.com/tags/artwork/aaa
#magicthegathering #scryfall
We need a #scryfall for #Lorcana
It is such a useful resource for us in the #magicthegathering space. If you havenβt already, consider donating to Scryfallβs Patreon. They make life so much easier for a lot of folks.
... okay, i may be good at #scryfall now #magicthegathering #mtg
#EnchantWorldle #482 3/20
https://enchantworldle.com
β¬β¬β¬π¨π¨β¬
π¨β¬π©π¨β¬β¬
π©π©π©π©π©π©
In my quest to learn #Blazor I am creating a Blazor app called MTG Valut. It will consume the #Scryfall API to help manage/track my #magicthegathering card collection.
I know there are lots of other tools/sites out there that does that but I wanted to take this as a nice learning opportunity.
For budgeting, we use TCGPlayer prices because that's included in #scryfall data.
First thing is to narrow down the card pool for our format:
```
f:c cheapest:usd usd>=0.01 usd<=0.50
```
https://scryfall.com/search?q=f%3Ac+cheapest%3Ausd+usd%3E%3D0.01+usd%3C%3D0.50
Broken down:
- f:c (format commander)
- cheapest:usd (show the cheapest printing of cards)
- usd>=0.01 (don't show cards that have no price on tcgplayer)
- usd<=0.50 (show cards that are less than $0.50)
Some friends and I created a new budget #MagicTheGathering #Commander / #edh format and it's been a blast to brew for and play. Here's a quick thread π§΅
We're calling it "10$.50" (ten-fifty), or similar.
The format rules are:
- Deck total budget is $10
- No single card can be worth more than $0.50
- Once built, price fluctuations don't matter as long as you don't edit the deck.
Here's how to use #scryfall to brew for this format...