Skip to content

jackzzjack/PTT.CC-AutoLogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PTT.CC-AutoLogin

PTT.CC AutoLogin

Usage:

  1. From CLI: python telnet.ph userid_1 userid_2 ... password

  2. From Python Interpreter:

    • First, go to python interpreter:

      python

    • Second, type them:

      import sys

      import subprocess

      subprocess.call([sys.executable, 'telnet.py', 'userid_1', ('userid_2'), ..., 'password'])

Every userid's password should be same.

Releases

No releases published

Packages

No packages published

Languages