github-follower-bot

command module
v0.0.0-...-c1f3050 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2021 License: MIT Imports: 14 Imported by: 0

README

github-follower-bot

Follows random people exponentially

Usage

  1. Rename the .env.example file to .env and then edit it, filling the blank fields.
ACCESS_TOKEN={{your github access token}}
MONGODB_URI=mongodb://localhost:27017
  1. Build the included docker image. docker build -t github-follower-bot .
  2. Start a container with the previously built image it. docker run -d --name github-follower-bot --restart on-failure github-follower-bot:latest

The mongodb connection is not optional. It uses database github and will insert a new document {value: "followed_user"} into the collection named following for every successfully followed user.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL