public class Profile extends GithubProfile {
private boolean shouldFollow;
private boolean shouldCheckRepositories;
@Override
public void onLoad(){
this.shouldFollow = true;
this.shouldCheckRepositories = true;
if(this.shouldFollow && this.shouldCheckRepositories){
System.out.println("You are epic, thank you <3");
}else{
System.out.println("Thats ok! Enjoy your stay!");
}
}
}
Pinned Loading
-
Exodus-AutoUpdater
Exodus-AutoUpdater PublicThis simple Python Script Auto-Updates your Exodus on Linux
Python 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.