Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (24 loc) · 646 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 646 Bytes

depop-auto-refresher

A simple bot designed to auto-refresh depop items on store pages without getting the account banned. Designed for Linux/MacOS

Setup

  1. Clone github repo:
git clone https://github.com/mdberkey/depop-auto-refresher
  1. setup python3 virtual environment.
cd depop-auto-refresher && python3 -m venv ./venv
  1. install modules
source venv/bin/activate && python3 -m pip install -r requirements.txt

Use

  1. Start up program
cd depop-auto-refresher && . venv/bin/activate && python auto_refresher_UI_V1.py
  1. Enter login and frequency
  2. Click on 'Accept Cookies" button when prompted

Enjoy :)