Skip to content

epfl-dojo/dojo-like-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dojo-like-script

A script to like all repo from a user or an organisation, or follow all users from an organisation on GitHub.

Requirements

Usage

  1. Generate an access token
    • Scope: repo
    • Scope: user
  2. Export the GHTOKEN env var (export GHTOKEN=yourGitHubAccessToken)
  3. Run the script with ./run.sh (the default org is epfl-dojo)

GIF

Demo GIF

Script options

  • Display help: ./run.sh --help
  • You can specify an user with:
    • ./run.sh --user=username
    • ./run.sh -u=username
  • You can specify an organisation with:
    • ./run.sh --organisation=orgname
    • ./run.sh --organization=orgname
    • ./run.sh --org=orgname
    • ./run.sh -o=orgname
  • You can specify organisation members to follow with:
    • ./run.sh --follow-users-from-org=orgname
    • ./run.sh -fufo=orgname

Links

Support

If you like this script, you can show your support by using it with the following usernames/orgs (contributors):

curl -s https://raw.githubusercontent.com/epfl-dojo/dojo-like-script/master/run.sh | bash -s -- --org=epfl-dojo
curl -s https://raw.githubusercontent.com/epfl-dojo/dojo-like-script/master/run.sh | bash -s -- -fufo=epfl-dojo
curl -s https://raw.githubusercontent.com/epfl-dojo/dojo-like-script/master/run.sh | bash -s -- --username=loichu
curl -s https://raw.githubusercontent.com/epfl-dojo/dojo-like-script/master/run.sh | bash -s -- --username=ponsfrilus
curl -s https://raw.githubusercontent.com/epfl-dojo/dojo-like-script/master/run.sh | bash -s -- --username=richmartins
curl -s https://raw.githubusercontent.com/epfl-dojo/dojo-like-script/master/run.sh | bash -s -- --username=Roccom14
curl -s https://raw.githubusercontent.com/epfl-dojo/dojo-like-script/master/run.sh | bash -s -- --username=SaphireVert
curl -s https://raw.githubusercontent.com/epfl-dojo/dojo-like-script/master/run.sh | bash -s -- --username=jaavlex
curl -s https://raw.githubusercontent.com/epfl-dojo/dojo-like-script/master/run.sh | bash -s -- --username=zuzu59

About

A script to like all epfl-dojo repo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages