Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/austintackaberry/hn-scraper-bot
scrapes hacker news who is hiring, parses the data, and stores it in AWS MySQL database
https://github.com/austintackaberry/hn-scraper-bot
Last synced: 25 days ago
JSON representation
scrapes hacker news who is hiring, parses the data, and stores it in AWS MySQL database
- Host: GitHub
- URL: https://github.com/austintackaberry/hn-scraper-bot
- Owner: austintackaberry
- License: mit
- Created: 2017-12-22T00:28:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T08:46:28.000Z (almost 6 years ago)
- Last Synced: 2024-10-28T15:25:41.731Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hacker News: Who is hiring Scraper
This is a node app that scrapes the latest hacker news: who is hiring, parses the data, gets coordinates for each job location, and stores all the data in a MySQL database hosted on AWS
## Getting Started
In order to run a dev server on your local host, you will need to first install all the required npm packages.
`npm install`
Next you will need to navigate to the bin folder...`cd hn-scraper-bot/bin`
And run the bot...
`node app.js`
## Built With
* Nodejs
* Express
* Cheerio
* MySQL
* AWS## Authors
Austin Tackaberry
## License
This project is licensed under the MIT License - see the LICENSE.md file for details