Skip to content

This project investigates building a program that will evaluate a code base and determine whether it passes the Bechdel test for software.

Notifications You must be signed in to change notification settings

coriography/bechdel_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bechdel Code Tester

About this project.

Getting started:

  1. Create a clone of this repository: (only do 1st time)
git@github.com:coriography/bechdel_tester.git
  1. Set current working directory to repository:
cd bechdel_tester
  1. create a virtual environment (only do 1st time)
python3 -m venv venv
  1. activate the virtual environment
source venv/bin/activate
  1. install requirements (only do 1st time)
pip install -r requirements.txt
  1. Generate a github access token:

Note: Keep the value of this token a secret! Definitely make sure that it is never included in a commit anywhere.

  1. Save that access token as an environment variable AUTH_TOKEN:
# secrets.sh
export AUTH_TOKEN='the_code_just_generated'
  1. Go and run the code!
python3 main.py

About

This project investigates building a program that will evaluate a code base and determine whether it passes the Bechdel test for software.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages