より多くの信者を得るgithubロボット



Clivern / ghbot
🤖 Githubはより多くの信者を得るためにボットに従ってください.


ギタブボット
Github Follow Bot to Get More Followers in Python

ボットを使用するには、次の手順に従ってください
  • Python仮想環境を作成する
    $ python3 -m venv venv
    $ source venv/bin/activate
    
    1. Install ghbot package with pip
    $ pip install ghbot
    
    1. Create access token https://github.com/settings/tokens/new with required user permissions (read:user, user:email, user:follow)
    2. Run the bot with the access token and the number of followers.
    $ python -m ghbot.cli follow $access-token-here --c 3000 -v
    
    1. Then wait or run as a background process.
    2. To unfollow users that didn't follow you.
    $ python -m ghbot.cli clean $access-token-here -v
    



  • To Use the bot, follow the following steps

    • Create a Python virtual environment.
    $ python3 -m venv venv
    $ source venv/bin/activate
    
    ghbotpipパッケージをインストールする

  • $ pip install ghbot
    
  • は、必要なユーザ許可を有するアクセストークンhttps://github.com/settings/tokens/newを作成する(read:useruser:emailuser:follow)
  • アクセストークンとフォロワーの数でボットを実行します.いくつかの時点でレート制限を打つかもしれないとボットがしばらくの間一時停止します.
  • $ python -m ghbot.cli follow $access-token-here --c 3000 -v
    
    それから、
  • は、バックグラウンド・プロセスとして待つか、走らせる.
  • あなたに従っていないユーザーに従ってください.
  • $ python -m ghbot.cli clean $access-token-here -v