gitfluencer


Namegitfluencer JSON
Version 0.1.4.1 PyPI version JSON
download
home_pagehttps://github.com/jjoeldaniel/gitfluencer
SummaryUtility tool for interacting with the GitHub platform
upload_time2023-04-18 09:40:07
maintainer
docs_urlNone
authorjjoeldaniel
requires_python
license
keywords github social
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # gitfluencer

This is a simple Python script designed to identify non-mutual followers
and allows for a quick, mass-unfollow solution, saving you the hassle
of manually identifying and unfollowing each account individually.

![image](https://user-images.githubusercontent.com/100006388/232710218-0fee7061-3291-4fbc-b453-e43776c2bab4.png)

## Features

* Fetches the list of GitHub accounts that you are following.
* Identifies the non-mutual followers who are not following you back.
* Provides the option to unfollow all the non-mutual followers in one go.

## Requirements

* Python 3.x
* GitHub account with valid credentials

## How to Use

1. Clone or download the script to your local machine

2. Install the required dependencies with 

    ```terminal
    pip install -r requirements.txt
    ```

3. Create a `.env` file according to the [.env.example](/.env.example)

4. Run the script with 

    ```terminal
    python3 src/main.py
    ```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jjoeldaniel/gitfluencer",
    "name": "gitfluencer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "github,social",
    "author": "jjoeldaniel",
    "author_email": "joeldanielrico@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fa/5f/6966639e2c933ec87073bdae66ca30088b8cbb8ce1daba2a3bb754837c91/gitfluencer-0.1.4.1.tar.gz",
    "platform": null,
    "description": "# gitfluencer\n\nThis is a simple Python script designed to identify non-mutual followers\nand allows for a quick, mass-unfollow solution, saving you the hassle\nof manually identifying and unfollowing each account individually.\n\n![image](https://user-images.githubusercontent.com/100006388/232710218-0fee7061-3291-4fbc-b453-e43776c2bab4.png)\n\n## Features\n\n* Fetches the list of GitHub accounts that you are following.\n* Identifies the non-mutual followers who are not following you back.\n* Provides the option to unfollow all the non-mutual followers in one go.\n\n## Requirements\n\n* Python 3.x\n* GitHub account with valid credentials\n\n## How to Use\n\n1. Clone or download the script to your local machine\n\n2. Install the required dependencies with \n\n    ```terminal\n    pip install -r requirements.txt\n    ```\n\n3. Create a `.env` file according to the [.env.example](/.env.example)\n\n4. Run the script with \n\n    ```terminal\n    python3 src/main.py\n    ```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Utility tool for interacting with the GitHub platform",
    "version": "0.1.4.1",
    "split_keywords": [
        "github",
        "social"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94b6cee4e090be9514137a4b0e2cf765a2942c381689bde765cdb2ec5d3c206b",
                "md5": "1f35544bcb997ef48f86dd2d274a0563",
                "sha256": "6c10cd83a057f6a8e7199293d0b070d2e10173bb50e571a555e4bd3123cf58bf"
            },
            "downloads": -1,
            "filename": "gitfluencer-0.1.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1f35544bcb997ef48f86dd2d274a0563",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3448,
            "upload_time": "2023-04-18T09:40:05",
            "upload_time_iso_8601": "2023-04-18T09:40:05.448852Z",
            "url": "https://files.pythonhosted.org/packages/94/b6/cee4e090be9514137a4b0e2cf765a2942c381689bde765cdb2ec5d3c206b/gitfluencer-0.1.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa5f6966639e2c933ec87073bdae66ca30088b8cbb8ce1daba2a3bb754837c91",
                "md5": "e2955302004c56bde197a89cb96d5462",
                "sha256": "e139bf157ba9e3a878d488a90438d02b69c47a62197bbb75a5a781892fb72be1"
            },
            "downloads": -1,
            "filename": "gitfluencer-0.1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e2955302004c56bde197a89cb96d5462",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3097,
            "upload_time": "2023-04-18T09:40:07",
            "upload_time_iso_8601": "2023-04-18T09:40:07.206201Z",
            "url": "https://files.pythonhosted.org/packages/fa/5f/6966639e2c933ec87073bdae66ca30088b8cbb8ce1daba2a3bb754837c91/gitfluencer-0.1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-18 09:40:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jjoeldaniel",
    "github_project": "gitfluencer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "gitfluencer"
}
        
Elapsed time: 0.05566s