Skip to content

Releases: jaseva/GithubFollowerChecker

New Functionality: Analytics, Segmentation, and AI Generate Summary

02 Sep 03:07
Compare
Choose a tag to compare

Github Follower Checker v1.1.0

We're pleased to announce the release of Github Follower Checker v1.1.0! This update builds upon the functionalities of the previous version and introduces exciting new features.

What's New

Enhanced Analytics (Optional): (New Feature):
Track follower growth over time by generating visual charts.
Analyze follower demographics through segmentation based on repository contributions or activity levels. (Note: This requires additional setup, refer to the updated documentation.)

Improved User Experience

Generate summaries of user profiles using OpenAI's powerful language models. (New Feature)
Improved output formatting for better readability.

Existing Features

Track your Github followers and identify who has unfollowed or followed you back.
Fetch the list of followers for a given user using the Github API.
Compare the current list of followers to the previous check for insights.
Output follower changes to a text file.

Getting Started

For existing users, refer to the updated documentation for details on new features. New users can follow the instructions in the README file to set up the application.

Contributing

We encourage contributions! Submit pull requests for bug fixes or new features.

Thank you for using Github Follower Checker!

License

This project remains under the MIT License (refer to LICENSE.md for details).

What's Changed

New Contributors

  • @jaseva made their first contribution in #2

Full Changelog: v1.0...v1.1.0

Initial Release

23 Mar 19:46
73e5820
Compare
Choose a tag to compare

Github Follower Checker v1.0.0

We're excited to announce the release of Github Follower Checker v1.0.0! This is a Python script that allows you to check your Github followers, track who has unfollowed you, and who has followed you back.

Features

Fetches the list of followers for a given user using the Github API.
Compares the current list of followers to the list from the previous check to determine who has unfollowed and who has followed you back.
Outputs the changes in the follower count and status to a text file.

Getting Started

To get started, clone this repository to your local machine and follow the instructions in the README file to install the required dependencies and authenticate your requests to the Github API.

Contributing

Contributions are always welcome! If you find a bug or want to add a new feature, feel free to submit a pull request. To get started, fork this repository and create a new branch for your changes. Make your changes and submit a pull request with a brief description of your changes.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Thank you for using Github Follower Checker!