https://github.com/pippinmole/opspy-job-scraper
https://github.com/pippinmole/opspy-job-scraper
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pippinmole/opspy-job-scraper
- Owner: pippinmole
- Created: 2024-04-29T00:19:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T11:13:36.000Z (4 months ago)
- Last Synced: 2025-02-17T23:06:14.995Z (3 months ago)
- Language: Python
- Size: 646 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Opspy.dev Job Scraper
A dockerized Python project designed to scrape LinkedIn and insert the results into a database
Request Feature
## Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.### Prerequisites
This project is designed to run in Docker, so install Docker [here](https://docs.docker.com/engine/install/).
### Installation
1. Clone the repo
```sh
git clone [email protected]:pippinmole/opspy-job-scraper.git
```
2. Navigate to the project folder
```
cd opspy-job-scraper
```## Usage
1. Build a docker image:
```
docker build -t opspy-job-scraper .
```
2. Run the image:
```
docker run -d \
-e DATABASE_URL='postgres://user:password@host:port/database_name' \
-e NAMESPACE_ID='...' \
-e ACCOUNT_ID='...' \
-e API_KEY='...' \
opspy-job-scraper
```## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE.txt` for more information.