Skip to content
View marcuth's full-sized avatar
😜
Os guri
😜
Os guri

Organizations

@DC-Highs@xcrap-dev@Afilimax

Block or report marcuth

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
marcuth/README.md

Hi 👋, I'm Marcuth

FullStack Developer & Indie Hacker

  • 🔭 I’m currently working on Xcrap

Connect with me:

marcuth.devmarcuthdevk5UmyAMcft

Languages and Tools:

bashbootstrapcss3djangodockerelectronexpressfigmafirebaseflaskgitgoherokuhtml5javascriptjestmongodbnestjsnextjsnodejsphotoshoppostgresqlpostmanpuppeteerpythonreactreactnativeredisrustsassseleniumsqlitetailwindtypescript

marcuth

My packages 📦

NameURLDescription
xpicthttps://www.npmjs.com/package/xpictA library for generating standardized images from declarative templates based on @napi-rs/canvas
@marcuth/movie.jshttps://www.npmjs.com/package/@marcuth/movie.jsA library for generating standardized videos from declarative models based on fluent-ffmpeg
@marcuth/jpexs-decompilerhttps://www.npmjs.com/package/@marcuth/jpexs-decompilerA fork of jpexs-flash-decompiler rewritten in TypeScript and modern Node.js
@marcuth/mediafirehttps://www.npmjs.com/package/@marcuth/mediafireA simple library for performing operations on the Mediafire API
adlinkflyhttps://www.npmjs.com/package/adlinkflyA wrapper library for communicating with URL shortener APIs based on the AdLinkFly script
encurtanethttps://www.npmjs.com/package/encurtanetA wrapper library for communicating with the EncurtaNet API
@marcuth/dds-to-pnghttps://www.npmjs.com/package/@marcuth/dds-to-pngA simple converter for DDS texture files to PNG images
afilimaxhttps://www.npmjs.com/package/afilimaxA library encompassing the main Brazilian marketplaces with affiliate programs, combining API strategies with web automation
bigjpghttps://www.npmjs.com/package/bigjpgA library for enhancing images using the https://bigjpg.com API
@xcrap/corehttps://www.npmjs.com/package/@xcrap/coreBase library for the Xcrap web scraping framework with a basic client using Node.js Core
@xcrap/parserhttps://www.npmjs.com/package/@xcrap/parserA package of the Xcrap framework, it was developed to take care of the data extraction part of text files (currently supporting only HTML, Markdown and JSON) using declarative models.
@xcrap/axios-clienthttps://www.npmjs.com/package/@xcrap/axios-clientA package of the Xcrap framework that implements an HTTP client using the Axios library.
@xcrap/puppeteer-clienthttps://www.npmjs.com/package/@xcrap/puppeteer-clientA package of the Xcrap framework that implements an HTTP client using the Puppeteer library.
@xcrap/got-scraping-clienthttps://www.npmjs.com/package/@xcrap/got-scraping-clientA package of the Xcrap framework that implements an HTTP client using the Got Scraping library.
@xcrap/puppeteer-extra-clienthttps://www.npmjs.com/package/@xcrap/puppeteer-extra-clientA package of the Xcrap framework that implements an HTTP client using the Puppeteer Extra library.
@xcrap/image-text-extractorhttps://www.npmjs.com/package/@xcrap/image-text-extractorA package of the Xcrap framework that abstracts the extraction of texts from images using the node-tesseract-ocr library.
@xcrap/factoryhttps://www.npmjs.com/package/@xcrap/factoryA set of utilities for dynamically creating instances of clients, extractors, and parsing models, making it easier to configure and extend scraping and parsing pipelines.
@xcrap/transformerhttps://www.npmjs.com/package/@xcrap/transformerIt is the data transformation package for data extracted from the Xcrap web scraping framework
@xcrap/puppeteer-real-browser-clienthttps://www.npmjs.com/package/@xcrap/puppeteer-real-browser-clientIs an Xcrap framework package that implements an HTTP client using the Puppeteer Real Browser library
@xcrap/apihttps://www.npmjs.com/package/@xcrap/apiIs a package for the Xcrap Cloud service, designed for communicating with the API and handling authentication, management, and execution of scrapers and clients.
@xcrap/impit-clienthttps://www.npmjs.com/package/@xcrap/impit-clientIs a package within the Xcrap framework that implements an HTTP client using the Impit library.
@xcrap/decryptorhttps://www.npmjs.com/package/@xcrap/decryptorThis is the web scraping framework package for handling the decryption of the body content of requests
@xcrap/domhttps://www.npmjs.com/package/@xcrap/domXcrap DOM is a package from the Xcrap framework, designed to handle DOM data extraction (client-side) using declarative models. It is perfect for use in web scraping extensions and TamperMonkey user scripts.
@dchighs/dc-corehttps://www.npmjs.com/package/@dchighs/dc-coreA collection of settings, static data, and calculation functions related to Dragon City
@dchighs/dc-assetshttps://www.npmjs.com/package/@dchighs/dc-assetsA library for downloading static files related to Dragon City
@dchighs/dc-localizationhttps://www.npmjs.com/package/@dchighs/dc-localizationA library for downloading, searching, and comparing data about Dragon City localization
@dchighs/dc-confighttps://www.npmjs.com/package/@dchighs/dc-configA library for retrieving game configuration data
@dchighs/dc-config-mapperhttps://www.npmjs.com/package/@dchighs/dc-config-mapperA library designed to restructure and populate specific parts of the configuration to make them ready for use
dragon-city-utilshttps://pypi.org/project/dragon-city-utils/Dragon City Utils, a collection of tools and utilities for managing static assets and performing calculations related to the Dragon City game.

Pinned Loading

  1. xcrap-dev/html-parserxcrap-dev/html-parserPublic

    Xcrap HTML Parser is an experimental library written in Rust, built with the NAPI-RS framework for compatibility with Node.js. Its goal is to be fast, lightweight, and support both CSS and XPath qu…

    Rust 7

  2. movie.jsmovie.jsPublic

    Movie.js is a library built on top of fluent-ffmpeg designed to create templates for generating standardized videos with data—which can be static or dynamic. It simplifies the process of sequencing…

    TypeScript 2

  3. xpictxpictPublic

    Xpict is a library for generating standardized images from declarative templates based on `@napi-rs/canvas`.

    TypeScript 2

  4. xcrap-dev/corexcrap-dev/corePublic

    Xcrap Core is the core package of the Xcrap framework for web scraping, offering tools such as HttpClient, BaseClient, Randomizer, Rotator, and support for proxies and pagination.

    TypeScript 1

  5. xcrap-dev/extractorxcrap-dev/extractorPublic

    Xcrap Parser is a parsing package for the Xcrap framework that handles things like HTML and JSON with declarative models.

    TypeScript 2