Skip to content

Commit 8918e7f

Browse files
authored
Remove Docker and authentication setup sections
Removed Docker setup instructions and authentication steps from the documentation.
1 parent 99008a3 commit 8918e7f

1 file changed

Lines changed: 1 addition & 49 deletions

File tree

SETUP.md

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -67,54 +67,6 @@ Get the latest version directly from GitHub:
6767

6868
---
6969

70-
### **🐳 Option 2: Docker Only**
71-
72-
If you want to use Docker without cloning:
73-
74-
---
75-
76-
## 🔐 Authentication Setup
77-
78-
To download courses, you need to obtain authentication data from your browser.
79-
80-
### **Step 1: Access Your Course**
81-
1. Open your browser (Chrome, Firefox, etc.)
82-
2. Navigate to your Thinkific course
83-
3. Log in with your credentials
84-
4. Make sure you can access the course content
85-
86-
### **Step 2: Extract Authentication Data**
87-
88-
#### **Method A: Browser Developer Tools (Recommended)**
89-
90-
1. **Open Developer Tools**:
91-
- Press `F12` or `Ctrl+Shift+I` (Windows/Linux)
92-
- Press `Cmd+Option+I` (Mac)
93-
94-
2. **Go to Network Tab**:
95-
- Click the "Network" tab
96-
- Refresh the page (F5)
97-
98-
3. **Find API Request**:
99-
- Look for requests to your course domain
100-
- Click on any request to the course site
101-
- Go to "Headers" section
102-
103-
4. **Copy Required Headers**:
104-
- **Cookie**: Copy the entire `Cookie` header value
105-
- **Client-Date**: Copy the `Client-Date` header value
106-
107-
#### **Method B: Browser Extension (Alternative)**
108-
109-
Use extensions like "Header Editor" or "ModHeader" to view headers.
110-
111-
### **Step 3: Get Course URL**
112-
Copy the full URL of your course from the browser address bar.
113-
114-
**Example**: `https://yourschool.thinkific.com/courses/your-course-name`
115-
116-
---
117-
11870
## ⚙️ Configuration Options
11971

12072
### **Environment Variables File (.env)**
@@ -579,4 +531,4 @@ After successful setup:
579531

580532
---
581533

582-
**Need more help?** Check our [GitHub Issues](https://github.com/itskavin/Thinkific-Downloader/issues) or [Discussions](https://github.com/itskavin/Thinkific-Downloader/discussions) page!
534+
**Need more help?** Check our [GitHub Issues](https://github.com/itskavin/Thinkific-Downloader/issues) or [Discussions](https://github.com/itskavin/Thinkific-Downloader/discussions) page!

0 commit comments

Comments
 (0)