Skip to content

A project for a friend to get stock information from multiple sites

Notifications You must be signed in to change notification settings

Pjmcnally/ticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Ticker will be a simple Python app that, when executed, will ask for a stock symbol. It will then open search pages in several pre-specified websites.


Sites:

  • zacks.com
  • finviz.com
  • openinsider.com
  • earningswhispers.com
  • shortsqueeze.com
  • insidercow.com -- This one could be tricky. Due to how the site works I can't build the search url. I am ignoring this one for now.

Goals

To do this project I am going to need to learn a couple new things.

I will need to build a simple ui. I am currently using tkinter to do this. I may do some research on other options.

I will also need to learn how to package this up into an executable. I plan to use pyinstaller for that. As part of this I will also need to make a Mac version. I may need either access to a Mac computer or a VM to run Mac OS on my computer.

Resources:

List of blog posts, websites, or other resources consulted while making this.

tkinter

User sortable list box in tkinter:

Kivy

MVC discussions:

Info on config file:

PyInstaller:

Issue with Selenium and PyInstaller

For creating Mac executable or installer and testing.

For code signing final exe.

About

A project for a friend to get stock information from multiple sites

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages