#scryfall

Caleb 🦈cfultz@cfultz.com
2024-05-24

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

cfultz.com/@RandomMagic

Caleb 🦈cfultz@cfultz.com
2024-03-08

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.

github.com/cfultz/Desktop-Scry

#magicthegathering #gametool

2024-02-27

I just released a bot over at 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 t.me/DailyScry.

It uses @scryfall API to accomplish this.

The code can be found at github.com/DerMolly/DailyScry and is written in Rust.

#bots #rust #MagicTheGathering #scryfall

The profile picture of the DailyScry bot. A crystal ball with an blurry rendition of a Magic: the Gathering card in it.
2023-09-24

If you like #mtg (Magic the gathering), have an #iphone or #ipad and use #scriptable (apps.apple.com/us/app/scriptab) 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.

gist.github.com/cwagdev/448dbe

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)

2023-09-17

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.
tagger.scryfall.com/tags/artwo
#magicthegathering #scryfall

Beyond the Deck Boxfds_mtg@kind.social
2023-08-22

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.

2023-07-15

... okay, i may be good at #scryfall now #magicthegathering #mtg

#EnchantWorldle #482 3/20
enchantworldle.com

β¬›β¬›β¬›πŸŸ¨πŸŸ¨β¬›
πŸŸ¨β¬›πŸŸ©πŸŸ¨β¬›β¬›
🟩🟩🟩🟩🟩🟩

2023-01-18

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.

Jonathan πŸ—‘πŸ–€(🦌)daggerhart@fosstodon.org
2022-11-15

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
```

scryfall.com/search?q=f%3Ac+ch

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)

Jonathan πŸ—‘πŸ–€(🦌)daggerhart@fosstodon.org
2022-11-15

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...

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst