Giter VIP home page Giter VIP logo

net.tsinghua's Introduction

net.tsinghua CLI

What's this

This is a Command Line program writen in bash using Curl. You can use it to log in & out net.tsinghua.edu.cn

First time you use it, it will require your username and password. Then it saves the information in ~/.TsinghuaNet/netTHUservice and next time you are able to use short commands to control your status(login or logout).

Install

In one line:

sh -c "$(wget https://raw.githubusercontent.com/SuXY15/net.tsinghua/master/install.sh -q -O -)"

Or download and add excutable permission by youself:

wget https://raw.githubusercontent.com/SuXY15/net.tsinghua/master/netTHU -O /usr/local/bin/netTHU
chmod +x /usr/local/bin/netTHU

Usage

netTHU -o #log in
netTHU -d #log out
netTHU -h #help
netTHU -r #remove account info

uninstall

In one line:

sh -c "$(wget https://raw.githubusercontent.com/SuXY15/net.tsinghua/master/uninstall.sh -q -O -)"

Or remove data and script by yourself:

rm -r ~/.TsinghuaNet/netTHUservice
rm /usr/local/bin/netTHU

##TODO

  • fix small bugs, recognize error type
  • store password at other position
  • added function: check current data usage
  • write a install and uninstall script
  • encrypt the information in netTHUservice for security

net.tsinghua's People

Contributors

guzhaoyuan avatar suxy15 avatar

Stargazers

 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.