-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
52 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Scrapers | ||
|
||
## Table of Contents | ||
|
||
- [Scrapers](#scrapers) | ||
- [Table of Contents](#table-of-contents) | ||
- [Scripts](#scripts) | ||
- [Archived](#archived) | ||
|
||
## Scripts | ||
|
||
### Archived | ||
|
||
Archived scrapers can be found [here](archive/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Archived | ||
|
||
## Table of Contents | ||
|
||
- [Archived](#archived) | ||
- [Table of Contents](#table-of-contents) | ||
- [Usage](#usage) | ||
- [Ticket Price Scraper](#ticket-price-scraper) | ||
- [Instagram Followers Scraper](#instagram-followers-scraper) | ||
- [Requirements](#requirements) | ||
|
||
## Usage | ||
|
||
### Ticket Price Scraper | ||
|
||
Fill all variables in the top **# Config** section. | ||
|
||
Run script | ||
|
||
```bash | ||
python scripts/archive/ticket_prices.py | ||
``` | ||
|
||
### Instagram Followers Scraper | ||
|
||
Rename file **sample.env** as **.env**, and fill all environment variables (username, password). | ||
|
||
Run script | ||
|
||
```bash | ||
python scripts/archive/instagram.py | ||
``` | ||
|
||
## Requirements | ||
|
||
1. [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) |
File renamed without changes.
File renamed without changes.