https://github.com/hdevlinz/tiktok-affiliate-crawler
https://github.com/hdevlinz/tiktok-affiliate-crawler
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hdevlinz/tiktok-affiliate-crawler
- Owner: hdevlinz
- Created: 2025-02-19T14:48:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T13:29:30.000Z (about 1 year ago)
- Last Synced: 2025-02-22T14:30:05.784Z (about 1 year ago)
- Language: TypeScript
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adu Affiliate Crawler
A Chrome extension for crawling affiliate data.
## Download
You can download the latest version of the extension from the [Releases](https://github.com/hdevlinz/tiktok-affiliate-crawler/releases) page.
> [!NOTE]
> Make sure to download the correct version for your browser and follow the installation instructions provided.
## Development
To start development, install dependencies and run the development server:
```sh
pnpm install
npm run dev
```
> [!NOTE]
> It is recommended to install dependencies using `pnpm` instead of `npm`.
## Usage
### Build the Extension
To build the extension, run:
```sh
npm run build
```
> [!NOTE]
> When the build is complete, the `build` directory will be created in the root of the project.
To create a zip file for distribution:
```sh
npm run zip
```
> [!NOTE]
> The resulting zip file will be created in the `package` directory when the command completes.
### Load the Extension in Chrome
1. Open Chrome and navigate to `chrome://extensions/`
2. Enable "Developer mode" by toggling the switch in the top right corner
3. Click on "Load unpacked" and select the `build` directory or zip file in `package` directory
4. Pin the extension to the toolbar for easy access (or press Alt + A)