8000 GitHub - AndrewCopeland/substack-automation: Automating substack for fun
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AndrewCopeland/substack-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

substack-automation

Automating substack for fun

install

Create your virtual environment, clone the repo and execute the following command:

pip install -r ./requirements.txt

usage

To run the application make sure all of the environment variables are set:

export SUBSTACK_EMAIL="test@gmail.com"
export SUBSTACK_PASSWOD="something"
export SUBSTACK_PUBLISH_URL="https://codingforfun.substack.com/publish?utm_source=menu"
export SUBSTACK_TITLE="My first automated post"
export SUBSTACK_SUB_TITLE="My first automated post using python and selenium"
echo "My first file\n I hope new lines work\n :D" > message.txt
export SUBSTACK_MESSAGE_FILE="./message.txt"

python main.py

About

Automating substack for fun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0