All Projects β†’ dzt β†’ Trimalchio

dzt / Trimalchio

CLI Based Shopify Bot (Supports US only right now)

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Trimalchio

Gatsby Starter Storefront Shopify
Starter package for faster setup process of Gatsby Storefront.
Stars: ✭ 41 (-64.66%)
Mutual labels:  shopify
Next Storefront
πŸ›οΈ A dazzlingly fast E-Commerce solution built with Typescript and NextJS.
Stars: ✭ 72 (-37.93%)
Mutual labels:  shopify
Polaris Telescope
A Sketch plugin that lets you quickly search for Polaris guidelines and code snippets.
Stars: ✭ 96 (-17.24%)
Mutual labels:  shopify
Jsx Lite
Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and Liquid.
Stars: ✭ 1,015 (+775%)
Mutual labels:  shopify
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+7754.31%)
Mutual labels:  shopify
Shopify Embedded App Frontend Framework
deprecated - Shopify Embedded App Frontend Framework sponsored by
Stars: ✭ 85 (-26.72%)
Mutual labels:  shopify
Language Liquid
Liquid language support for Atom.
Stars: ✭ 28 (-75.86%)
Mutual labels:  shopify
Shopify Theme Inspector
A Chrome DevTools plugin that visualizes Shopify Liquid render profiling data so you can triage long-running code and reduce server response times!
Stars: ✭ 102 (-12.07%)
Mutual labels:  shopify
Action Shopify
Deploy Shopify theme with Theme Kit on GitHub Actions
Stars: ✭ 67 (-42.24%)
Mutual labels:  shopify
Gatsby Shopify Theme
πŸ›’ Simple theme to build a blazing simple and fast store with Gatsby and Shopify.
Stars: ✭ 95 (-18.1%)
Mutual labels:  shopify
Polaris Icons
A cohesive collection of icons that we use across the Shopify platform.
Stars: ✭ 43 (-62.93%)
Mutual labels:  shopify
Laravel Shopify
Laravel Shopify Package
Stars: ✭ 60 (-48.28%)
Mutual labels:  shopify
Shopify Node App
Skeleton Shopify App for Node.js
Stars: ✭ 88 (-24.14%)
Mutual labels:  shopify
Shopifyscraper
Shopify Scraper (not monitor)
Stars: ✭ 41 (-64.66%)
Mutual labels:  shopify
Quickshot
A Shopify theme development tool.
Stars: ✭ 96 (-17.24%)
Mutual labels:  shopify
Wp Shopify
πŸŽ‰ Sell and build custom Shopify experiences on WordPress.
Stars: ✭ 38 (-67.24%)
Mutual labels:  shopify
Shopify
Shopify PHP SDK to easily interact with the Shopify API.
Stars: ✭ 84 (-27.59%)
Mutual labels:  shopify
Nerys Product Monitor Lite
A universal product monitor. Capable of monitoring any site for products based on keywords. Optimized for Shopify. Sends alerts via Discord when new products are detected.
Stars: ✭ 111 (-4.31%)
Mutual labels:  shopify
Shopify Api Php
πŸš€ Shopify API Client for PHP
Stars: ✭ 100 (-13.79%)
Mutual labels:  shopify
Builder
Drag and drop page building using your code components
Stars: ✭ 1,281 (+1004.31%)
Mutual labels:  shopify

trimalchio

Easy to use Shopify Bot, works for a majority of Shopify websites but still could use some work. This project is still under active development so please do not spam my email <3.

** Note: If you know that a site only supports PayPal as a checkout method, be sure to have OneTouch enabled on your PayPal account to enhance the speed. **

term

Installation

trimalchio requires Node.js. (*Be sure to download the LTS version).

Setup:

$ git clone https://github.com/dzt/trimalchio.git
$ cd trimalchio
$ npm install

Run After Setup:

$ node index.js

Launch Flags (not added yet):

  --restock   Run in Restock Mode with keywords from your config file.

  --new       Picks up newly added items, instead of using keywords.

When you are prompted to set up everything, a config.json file will be generated with all all your configurations allowing you to simply edit the values.

  • [x] Proxy Support
  • [x] General Shopify Support
  • [ ] Time Scheduler
  • [ ] Sitemap Support
  • [x] Better Error Handling
  • [x] Show Stock Count
  • [ ] Queue support
  • [ ] Negative Keywords
  • [ ] Multiple Tasks
  • [x] Custom Menu
  • [ ] Slack Integration
  • [ ] Captcha Harvester
  • [ ] Preset Size and Styling Configurations (adding multiple at once)

Proxies?

Of course Old Sport! Inside the proxies.txt file you can simply add numerous proxies with ease by just adding them in the format provided in the example below. Big thanks to @cameronb23 for adding this feature.

ip:port
ip:port:user:pass

Captcha?

The Captcha feature is currently in the process of being built into Trimlachio and will be taken care of in the coming days with a much more easier solution than other utilizing a custom built Chrome Extension that doesn't require any tampering with the hosts file. For anybody who is wondering the harvester is located on port 7492.

Who

Written by @dzt, made better by you.

License

The MIT License (MIT)

Copyright (c) 2017 Peter Soboyejo <http://petersoboyejo.com/>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].