Skip to content

Corrlinks has a 13000 character, 100 line limit for each email. Each email costs 0.25 USD to send. This script is intended to ease the process of splitting emails

Notifications You must be signed in to change notification settings

jamesdesmond/corrlinks-text-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is hosted online at my website HERE

Corrlinks Text Splitter

I created this script because I have been involved in a program called Donate Your Vote

I typically use email to communicate with my penpal at MCI-Norfolk. Inmates are not allowed typical email access. A service, Corrlinks, provides an emai like service, for a per-email fee. Corrlinks also has a maximum character and line limit.

Corrlinks charges $0.25 for each email sent by a person on the outside, or inside.

  • Character cap: 13000 characters (including newlines)
  • Line cap: 100 lines

Frequently my replies would go well over the line and character maximums, which would cause me to then need to manually slice my messages to fit.

I saw an opportunity to script, and took it.

Prereqs

  • Python 3.7 minimum
  • Pip

Installation

pip install -r requirements.txt

Running the script

python3 src\corrlinks-text-splitter (in root repo directory)

Output

Output will be in separate text files in corrlinks-text-splitter\output\

About

Corrlinks has a 13000 character, 100 line limit for each email. Each email costs 0.25 USD to send. This script is intended to ease the process of splitting emails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages