/codewars-unfollow

Unfollow all of your allies/following on Codewars

Primary LanguagePythonMIT LicenseMIT

codewars-unfollow

Unfollow all of your allies/following on Codewars

How to use

  1. Clone this repository
git clone https://github.com/ngntrgduc/codewars-unfollow.git
  1. Open the folder you have just cloned. Then create the .env file with the structure:
USER_NAME = <Your codewars username>
MAIL = <Your email>
PASSWORD = <Your password>
  1. Open the terminal in that folder and install all dependencies:
pip install -r requirements.txt
  1. Run the script
python main.py

Note

  • I use selenium with Microsoft Edge. If you want to use another browser, please check out webdriver_manager.
  • There may be slow because needs 4 seconds to remove 1 following. You can delete sleep command to make it faster. But you may not unfollow some users, and the codewars site may block you.
  • When the following is less than 15, you have to remove them by yourself. (Sorry for that :<)