rileypeterson / Depop

Program to follower and unfollow users.
MIT License
11 stars 8 forks source link

Discord Chat

Depop

Program to follower and unfollow users

Status

As recently as November 2019, it has become apparent that Depop is not allowing users to follow other users via their online website. Unfortunately as a result, there is really nothing to be done to fix what was once working and this repository has become somewhat of an artifact.

Unable to follow

Warning

My account was deleted 5/9/2018 citing a violation of the terms of service "8. misuse the Service by knowingly introducing viruses, Trojans, worms, logic bombs or other material which would harm the Service or any user of the Service's own equipment;" I don't think this program falls under that category, but nevertheless I cannot advise anyone use this code. See Note.

Steps/Requirements to use this code:

Please read this in its entirety.

  1. Install Python (get any recent version of python3) (https://www.python.org/downloads/). Personally I use Spyder IDE through Anaconda (https://www.anaconda.com/download/). Be sure to pip install selenium or with conda: conda install selenium

  2. Install chromedriver (https://sites.google.com/a/chromium.org/chromedriver/downloads). You might be able to use PhantomJS or others, but this is set up for Chrome.

  3. Fork, clone, or copy/paste the code into a Python script. Starring this repo would also be appreciated :)

  4. Define the variable chrome_path to be the path to your chromedriver executable. E.g. chrome_driver = r"C:\Users\John_Doe\Downloads\chromedriver_win32\chromedriver.exe"

  5. Change the variable home_user to be your Depop username.
    E.g. home_user = "johndoesclothes"

  6. Run the script (e.g. python3 depop_github.py).

You will first be prompted to login with your depop credentials. Once you logged in press enter in the Python prompt to continue running the script. You will then be prompted whether you want to follow or unfollow users.

Mode

Following

If you want to follow users type "following" at the Python prompt and press enter. You will then be prompted to give the name of a user which will establish a list of people to follow. Type the name of a user (can be any user, e.g. gsvwear) and press enter. Due to time considerations, only a limited number of users are followed from any particular user. Once this number is reached or there are no more users to follow a new user will be chosen. This method propagates onward until you have followed 7,500 users.

Unfollowing

If you want to unfollow users (Depop only lets you follow 7,500 users) type "unfollowing" into the Python prompt. This will unfollow all the users you are currently following.

Note

It is possible evidently the case (as of 5/9/2018) that using this program violates the terms of service for Depop, though I can find no explicit mention of this practice. I am not responsible for any resulting action that comes from using this script (such as the suspension of your account or legal action). I wrote this to see if it would work and so I wouldn't have to personally follow users in order to attract traffic to my account. I should also say that using this will not necessarily increase the sale of your products (though it will probably increase your follower count). Use at your own risk and do not abuse.

depop2 depop1