Skip to content

Instantly share code, notes, and snippets.

View alxgmpr's full-sized avatar
:shipit:

Alex Gompper alxgmpr

:shipit:
  • TryNow Inc
  • Colorado Springs
View GitHub Profile
@alxgmpr
alxgmpr / pynode-dashe.md
Last active May 17, 2019 09:05
Best practices for using PyNode proxies in Dashe

Intro

This is a guide for the best practices and uses for PyNode proxies in combination with Shopify Dashe bot. This guide will hopefully help you better understand good proxy/task ratios. There are two scenarios to consider when setting up tasks and proxies. This is monitor mode and restock mode. Most of this file will be about the best ratios, but I'll add a few notes and tips in here in addition.

While monitoring

When Dashe is monitoring a website (that is, you are using keywords or a link to look for a product which is not currently

Keybase proof

I hereby claim:

  • I am alxgmpr on github.
  • I am edzart (https://keybase.io/edzart) on keybase.
  • I have a public key ASDkYqkGtmzZoV0G93d1_PA6qG7HECEr_lcB7w_Z97xt6Qo

To claim this, I am signing this object:

@alxgmpr
alxgmpr / target.py
Last active May 15, 2019 17:54
Hunting around with Target's e-comm
import requests
from datetime import datetime
from time import sleep
import threading
class Target(threading.Thread):
def __init__(self, tid):
self.tid = tid
threading.Thread.__init__(self)
self.slackhook = 'https://hooks.slack.com/services/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'
@alxgmpr
alxgmpr / install.sh
Last active July 12, 2017 18:42 — forked from kilfu0701/install.sh
Install PyQt5 with Python2.7 on Mac
cd ~
mkdir dev_tools
cd dev_tools
## download SIP source code
wget http://sourceforge.net/projects/pyqt/files/sip/sip-4.19.3/sip-4.19.3.tar.gz
tar zxf sip-4.19.3.tar.gz
cd sip-4.19.3
python configure.py
make
#!/bin/bash
############################################################################
# Squid Proxy Installer (SPI) #
# Version: 2.0 Build 2017 #
# Branch: Stable #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# Author: Hidden Refuge (© 2014 - 2016) #
# License: MIT License #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#