Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2.83 KB

README.md

File metadata and controls

65 lines (47 loc) · 2.83 KB

English | Рortuguês

Follcker

Follcker (follower tracker)

GitHub license Codacy Badge GitHub languages top GitHub contributors GitHub stars

Follcker is a GitHub follower analytics browser extension, working in the ?tab=following tab. There is an interface where you enter your Github user name and a token with the minimum permissions user:read, and user:follow, from this, when you enter the GitHub following page, for each user followed it will be displayed if they follow you or not. It works by calling the github API with your credentials and checking whether a user from the displayed list is also on your follower list.

Follcker in Firefox extensions

Features

  • Displays if users you follow on GitHub follow you back.
  • Uses GitHub API for accurate data.
  • Easy setup with a GitHub token.

Installation

  1. Download Follcker from Firefox Add-ons.
  2. Install the extension in your browser.
  3. Create a GitHub token here with this scope:
    • user
      • user:read
      • user:email
      • user:follow
  4. Open the extension popup and save your username and token.
  5. Ensure the extension is turned on.

How to Use

  • Enter your GitHub username and token in the extension settings.
  • Visit your GitHub following page.
  • See who follows you back.

Warning

You need to check as true only user:read and user:follow for secure, becase the token will be stored in your browser's public storage

Support

If you have any questions or issues, please open an issue on GitHub.

Contributing

Contributions to this project are welcome. Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes.
  4. Push to the branch.
  5. Submit a pull request.