Skip to content

Simple solution to unfollow allies before changing clans on codewars.

Notifications You must be signed in to change notification settings

mandoiwanaga/codewars_unfollow_allies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Codewars: Changing Clans


Contributors: Jacob Crabb & Mando Iwanaga
August 15, 2019

Problem

When you join a clan in codewars.com, you automatically follow everyone in that clan and become allies.
This is very convienient and easy to connect with others and see their progress.

However if you decide to change clans, it becomes a little inconvenient. As of August 15 2019, if you change clans your new allies will be added to your previous clans' allies. In order to update your allies to your new clan, you must manually unfollow everyone in your previous clan, which can be very time-consuming.

Solution

Create a bot to go through and do the work for you.
This bot will go through your allies and unfollow them for you.
BEFORE SWITCHING CLANS you can use this bot to clear your following allies.
Once your following allies are cleared, you can change your clan and your allies will be updated to your new clan.
It's a simple solution and will definitely save some time and energy.

Directions for use

Clone this repo then follow these steps:

  1. Open the codewars.ipynb
  2. Insert e-mail address in the email_address variable
  3. Insert password in the password variable
  4. Run the cells
  5. DO NOT COMMIT OR PUSH as it contains your credentials.

About

Simple solution to unfollow allies before changing clans on codewars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published