https://github.com/danzeeeman/ice-ice-baby
If GitHub takes this down I'm suing....If you wanna try me...come at me Github
https://github.com/danzeeeman/ice-ice-baby
freespeech fuck github
Last synced: 2 months ago
JSON representation
If GitHub takes this down I'm suing....If you wanna try me...come at me Github
- Host: GitHub
- URL: https://github.com/danzeeeman/ice-ice-baby
- Owner: danzeeeman
- Created: 2018-06-20T00:32:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:13:55.000Z (over 2 years ago)
- Last Synced: 2025-01-26T01:20:00.248Z (4 months ago)
- Topics: freespeech, fuck, github
- Language: HTML
- Homepage:
- Size: 40.3 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkedIn members who work for ICE
Browse it here: https://antiboredom.github.io/ice-linkedin/
Please note that this script requires a LinkedIn account with a premium membership
In order to run the code, first clone the repository, then install requirements:
```
pip install -r requirements.txt
```Next, you'll need to edit `header.py` with info about your linkedin account. This is a bit tedious.
1. Log in to your linkedin account in Chrome
2. Go to the sales navigator page for ICE: https://www.linkedin.com/sales/search?pivotType=EMPLOYEE&pivotId=533534
3. Open your browser's development tools, and then click on the `network` tab, and then select `XHR`
4. Scroll to the bottom of the page and click the `Next` button
5. You should see a url appear on the network tab. Right click and select `Copy as cURL`
6. Open up https://curl.trillworks.com/ and paste into the `curl command` area
7. Copy everything in between `headers = {}` into `header.py`Run the script with
```
python linked_in_scraper.py
```