Skip to content

AH's version of CipherText. Python 3. *Updates in progress*

Notifications You must be signed in to change notification settings

Astute-Hero/CipherText-AH

 
 

Repository files navigation

Astute-Hero's version of CipherText, Python 3

CipherText-AH source code

Click here for CipherText in Python 2

###Git Fork & Clone

  1. Set up your SSH Key if you'd like to contribute to this code and have been invited as a collaborator

  2. To copy the file into your local system, open the Terminal and run the following commands:
    cd
    cd Documents
    git clone git@github.com:Astute-Hero/CipherText-AH.git

  3. Change into the directory which has the local file containing your clone:
    cd CipherText-AH

  4. Check that git is working:
    git status

###Install Dependencies

  1. Make sure pip is updated:
    pip3 install --upgrade pip

  2. Run these commands to install the following dependencies:

###How to run the main program

cd CipherText-AH
python3 main.py

###How to run Twilio

  1. Rename AUTHKEY_TEMPLATE.py to AUTHKEYS.py and enter your own credentials
  2. Run
    python3 twilio_sms.py

About

AH's version of CipherText. Python 3. *Updates in progress*

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%