Sanketwable / Follow_Everyone_On_GITHUB

Golang script to follow everyone on GitHub
9 stars 3 forks source link

Follow_Everyone_On_GITHUB

Golang script to follow everyone on GitHub/ Remember to update the oauth token in main.go you will find instructions to do so as comments inside the script (line 14)

1. RUN Locally

  1. You can run it locally you need to have golang in your machine.
  2. Run go run main.go


2. ON Server

  1. Install Docker on Server using sudo yum install docker on CentOS.
  2. Clone the repo.
  3. After RUN sudo docker build -f Dockerfile -t DockerImageName .
  4. RUN sudo docker run DockerImageName

Thanks