Skip to content

metaperl/lead-king-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lead-king-dl

automatically download leads from Lead King

This software logs into Lead King and downloads the leads for the day. It is designed to be run once per day. It retrieves the daily file and creates a weekly file of all files retrieved per week.

Installation

Get the software

git clone https://github.com/metaperl/lead-king-dl.git

Build

pip install -r requirements.txt
cd lead-king-dl/src; mkdir data/weekly; mkdir data/daily

Configure login

Copy src/credentials-sample.py to src/credentials.py and put in your username and password.

Setup a cron job

you can of course run the software manually and locally, but the ideal is to run it automatically every day.

# LEAD KING
@daily cd $HOME/prg/lead-king-dl/src python main.py

ACKNOWLEDGEMENTS

This code was written by Bartosz Kolodziej

In response to my request, he did a great job. He can be reached at: