FollowPulse is a GitHub Relationship Manager,written in four different scripting languages that helps you keep track of your followers and those you follow on GitHub. It allows you to identify people who don't follow you back and provides options to unfollow them. Additionally, you can follow users who are likely to follow you back.Use the script of your choice,with powershell running in windows and the rest can run in linux os.
- PowerShell π₯οΈ
- Python π
- Ruby π
- Shell π
- Open a PowerShell terminal.
- Navigate to the directory containing the PowerShell script.
- Run the script using the following command:
.\FollowPulse.ps1
Follow the on-screen prompts to interact with the FollowPulse GitHub Relationship Manager.
Make sure you have Python installed on your system. Open a terminal.
https://github.com/CHEGEBB/Github-Unfollow-Pulse.git
Navigate to the directory containing the Python script.
cd Github-Unfollow-Pulse.git
Run the script using the following command:
pip install -r requirements.txt
python3 FollowPulse.py
Follow the on-screen prompts to interact with the FollowPulse GitHub Relationship Manager.
- Open a terminal.
https://github.com/CHEGEBB/Github-Unfollow-Pulse.git
Navigate to the directory containing the Python script.
cd Github-Unfollow-Pulse.git
- Update the package list:
sudo apt update
sudo apt install ruby-full
ruby --version
Install the required gems by running:
gem install octokit --user-install
gem install tty-prompt --user-install
gem install octokit tty-prompt pastel
Navigate to the directory containing the Ruby script. Run the script using the following command:
ruby FollowPulse.rb
Follow the on-screen prompts to interact with the FollowPulse GitHub Relationship Manager.
Open a terminal.
https://github.com/CHEGEBB/Github-Unfollow-Pulse.git
Navigate to the directory containing the Python script.
cd Github-Unfollow-Pulse.git
Run the script using the following command: Make script executable:
sudo apt-get install curl
sudo apt-get install jq
chmod +x FollowPulse.sh
./FollowPulse.sh
Follow the on-screen prompts to interact with the FollowPulse GitHub Relationship Manager.
CHEGEBB
Feel free to contribute or report issues on GitHub. Happy coding! π