Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@kelseykm kelseykm released this 06 Nov 22:44
· 5 commits to main since this release
1799de7
  • Initial release of the Gatekeeper Python script.

Features

  • List followers (--list_followers)
  • List users you're following (--list_following)
  • List users you're following but aren't following you back (--list_crooks)
  • Unfollow users who aren't following you back (--unfollow_crooks)
  • List users following you but you're not following them back (--list_niceys)
  • Follow users who are following you but you're not following back (--follow_niceys)

Configuration

  • config.toml file to store your GitHub API_KEY and exceptions for crooks and niceys.
  • Example example.config.toml included to guide the creation of config.toml.

Command-Line Interface (CLI)

  • Arguments for each feature with usage examples in the README.