Coder Social home page Coder Social logo

github-following-app's Introduction


github-following-app

Functional scripts for following users with the GitHub API



In order to use this scripts, you need to have Node.JS runtime and some JavaScript package manager installed on your system


Once you have them, clone this repository to your preferred location by running the following commands:

cd c:/projects

git clone https://github.com/knopmickael/github-following-app.git

cd github-following-app


To make it work, you'll need to install the dependencies and also set envinroment variables:

npm install


Then, create a .env file and write on it your GitHub PERSONAL-ACCESS-TOKEN:

echo PAT=here-goes-your-token > .env


To make sure the file has been created:

cat .env

If everything goes well, it will output your token


Docs


- followFollowers

This script fetches all the followers of a specific GitHub user and starts following them one by one. It can take a GitHub username as an argument, or it will use the authenticated user if none is provided

- unfollowWhoDoesNotFollowsMe

This script unfollows every GitHub user who is not following you (the authenticated user)

- purgeFollowing

This script unfollows every GitHub user who the authenticated user is actually following



To use any of the scripts, simply run the following command in your terminal:

node scriptName.mjs

github-following-app's People

Contributors

knopmickael avatar

Stargazers

jist avatar Stephen Whitlock avatar Maciel Ribeiro de Oliveira avatar Gábor Mihálcz avatar

Watchers

 avatar

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.