Skip to content

Latest commit

 

History

History
118 lines (105 loc) · 2.79 KB

README.md

File metadata and controls

118 lines (105 loc) · 2.79 KB

Github-Unfollow-Pulse

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.

Table of Contents

PowerShell 🖥️

How to Run 🏃

  1. Open a PowerShell terminal.
  2. Navigate to the directory containing the PowerShell script.
  3. Run the script using the following command:
    .\FollowPulse.ps1

Follow the on-screen prompts to interact with the FollowPulse GitHub Relationship Manager.

Python 🐍

How to Run 🏃

Make sure you have Python installed on your system. Open a terminal.

clone repo

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.

Ruby 💎

How to Install and Run 🏃

How to Install Ruby on Linux 🐧

  1. Open a terminal.

clone repo

https://github.com/CHEGEBB/Github-Unfollow-Pulse.git

Navigate to the directory containing the Python script.

cd Github-Unfollow-Pulse.git
  1. 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.

Shell 🐚

How to Run 🏃

Open a terminal.

clone repo

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.

Author 👨‍💻

CHEGEBB

Feel free to contribute or report issues on GitHub. Happy coding! 🚀