https://github.com/fastestmolasses/pennystockschecker
Searches for penny stocks that analysts have put a "buy" rating on
https://github.com/fastestmolasses/pennystockschecker
Last synced: 11 months ago
JSON representation
Searches for penny stocks that analysts have put a "buy" rating on
- Host: GitHub
- URL: https://github.com/fastestmolasses/pennystockschecker
- Owner: FastestMolasses
- Created: 2018-12-17T12:19:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T17:24:46.000Z (over 7 years ago)
- Last Synced: 2025-07-15T06:57:37.241Z (11 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 4
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Penny Stocks Checker
This bot will look up trending penny stocks under $5, and then find the anaylst ratings for them.
## Setup
Run this inside the project folder in order to install dependencies (BS4 and Requests)
```
$ pip3 install -r requirements.txt
```
Then you can run:
```
$ python3 main.py
```
----
Running the main file will take a little time, depending on your internet speed and server speeds. Once it is finished running, it will output a .csv file listing the penny stocks along with their recommended trading advice.