Skip to content

Python script written using Selenium and BeautifulSoup to add people from a codeforces group as friends.

Notifications You must be signed in to change notification settings

doltonfernandes/CF_Friend_Maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

CF Friend Maker

Script to add everyone in a codeforces group as your friend. Done using Selenium and BeautifulSoup libraries in python 3.

Before running the script:

Change the following variables

  1. username to your codeforces handle
  2. password to your account password
  3. groupID to the ID of the group from where you want to add friends. e.g: 'abc' in the case of https://codeforces.com/group/abc

To run the script:

Type the following command

  • python3 script.py

About

Python script written using Selenium and BeautifulSoup to add people from a codeforces group as friends.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages