Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anantadwi13 authored Sep 22, 2020
1 parent c53fbe6 commit f91523d
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
# Integra FRS
Bot auto frs integra
Auto FRS Integra Bot & Course Participant Crawler

### Features
- Autologin
- Using multiple threads to send requests at a same time
- 2 methods to take class:
- Sending requests by using auto fetch payload values
- Using multiple threads to send course requests at the same time
- 2 ways to take a course:
- Sending requests by using auto fetch payloads
- Force sending requests by using manual payloads
- Run at specific date & time
- Config can be changed at runtime

### Usage
FRS
```bash
python3 main.py
```

Course Participant Crawler
```bash
python3 peserta.py
```

### Installation

1. Install dependencies
Expand Down Expand Up @@ -43,7 +50,11 @@ python3 main.py
`cookies_file` - Cookies file name
`url_integra` - Integra URL
`url_siakad` - SIAKAD URL
`tipe` - Tipe Kelas
`tipe` - Course type
- 1 -> Kelas Jurusan
- 2 -> Kelas TPB
- 3 -> Kelas Pengayaan


### Footnote
- Any pull requests are welcomed

0 comments on commit f91523d

Please sign in to comment.