Update README.md

main
Graham Helton 2 years ago committed by GitHub
parent 8f08db0a0e
commit 286d358e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,10 @@
# Eart 2 Ground
Ear2Ground is a python learning project that I created to show you new job postings from security websites (or really any site). The idea behind this is not to scrape every *site*, but to provide a framework you can modify for the company's *you're* interested in. This tool comes pre-configured to look at [Dragos](https://www.dragos.com/) and [Scythe](scythe.io) but the real power is adding your own sites! Unfortunetly this is hard to without looking at the code for each site but I've written e2g to be fairly modular and only require a few code changes to add your own.
![e2g](https://user-images.githubusercontent.com/19278569/166077092-19dd1812-293d-4f03-a972-5467406dab0a.gif)
# Installation
## Make sure you're running python version 3.10!
> Make sure you're running python version 3.10!
Installing python3.10
```bash
sudo apt install software-properties-common -y

Loading…
Cancel
Save