Git Product home page Git Product logo

github-follow-bot's Introduction

GitHub-Follow-Bot

๐Ÿค– GitHub Follow Bot to Get More Followers via Follow 4 Follow.

Running the Tool

  1. Install the required Python packages/dependencies (requirements.txt).
  2. Set the appropriate configuration parameters, in the file /config/config.ini, using the following format:
[DEFAULT]
access_token =
operation = follow
followers_count = 1000
interval = 2
active_since = 8
verbosity = DEBUG
projects = python/cpython php/php-src ruby/ruby golang/go openjdk/jdk JetBrains/kotlin nodejs/node rust-lang/rust elixir-lang/elixir django/django laravel/laravel spring-projects/spring-boot spring-projects/spring-framework gin-gonic/gin labstack/echo rails/rails nodejs/node
blacklist =
whitelist = 

[Settings]
access_token =
operation = follow
followers_count = 100
interval = 4
active_since = 3
verbosity = INFO
projects = python/cpython php/php-src ruby/ruby golang/go openjdk/jdk JetBrains/kotlin nodejs/node rust-lang/rust elixir-lang/elixir django/django laravel/laravel spring-projects/spring-boot spring-projects/spring-framework gin-gonic/gin labstack/echo rails/rails nodejs/node
blacklist = data/follow_log.csv
whitelist = jacquev6 sfdye

access_token : A GitHub access token, created at https://github.com/settings/tokens/new with required user permissions (read:user, user:email, user:follow).

operation : Choose the mode to execute, either follow or clean.

followers_count : Choose the number of users to follow.

interval : The bot interval in seconds.

active_since : Filter accounts to be followed based on when they were last active. Represents number of weeks since last profile update.

verbosity : Set loglevel verbosity, possible values are NOTSET, DEBUG, INFO, WARNING, ERROR and CRITICAL.

projects : A set of github repositories which the bot will utilize in order to fetch usernames to be followed.

blacklist : If set, defines a filename to be used in order to save usernames as a Blacklist to avoid re-following the same accounts in the future. A simple .CSV file with the following header is required username,followed_at.

whitelist : A set of GitHub usernames seperated by space, which will not be unfollowed during the clean operation.

  1. Run the Python script:
python main.py

Credits

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.