Skip to content

Pyhton based code to receive email alerts to your chartink based strategy

License

Notifications You must be signed in to change notification settings

ankur0101/chartink-strategy-mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chartink Strategy mailer

A utility that sends an email alert about the stocks listed on Chartink strategy pages. You can trigger this automatically using linux cronjobs. I have integrated the given utility to work with AWS SES for mail sending which you can easily use with AWS Lambda, hence you are required to have AWS account. If not, you may tweak the code and add SMTP configuration.

Installation

Python 3.6+ is required to run on your machine (Windows/Linux). Following commands will install dependencies

pip3 install pyquery
pip3 install botocore

Usage

python run3.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GNU

About

Pyhton based code to receive email alerts to your chartink based strategy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages