Skip to content

adjisoft/textcraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textcraft Scraper

Base: www.textcraft.net

You can download the font here: https://textcraft.net/download-fonts.php (not my own site, please be respectful to the site owners)

Features

  • Input batch from JSON file
  • JSON output
  • Direct request to /gentext3.php as the main path
  • Fallback to Android headless browser per item if direct request fails
  • Download result images to output folder
  • Optional HTML summary

Example

{
  "defaults": {
    "font_style": "font1",
    "font_size": "x",
    "bgcolour": "#2C262E"
  },
  "items": [
    {
      "id": "hero-title",
      "text": "Adjisoft"
    },
    {
      "id": "tagline",
      "text": "Batch Mode",
      "font_style": "font6"
    }
  ]
}

Usage

go run . -mode single -text "Adjisoft" -output-json result.json -output-dir outputs
go run . -mode batch -input batch.json -output-json result.json -output-dir outputs
go run . -mode batch -input batch.json -output-json result.json -output-dir outputs -summary-html summaries
go run . -mode batch -input batch.json -force-browser

Output JSON

Root object:

  • version
  • started_at
  • finished_at
  • mode
  • source
  • success_count
  • failure_count
  • results
  • id
  • status
  • method
  • request
  • artifacts
  • remote
  • image
  • errors
  • notes

About

textcraft.net scraper make a minecraft title like fonts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors