Skip to content

Commit

Permalink
latest version of README file πŸ‘€
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasByr committed Nov 19, 2023
1 parent c754d18 commit 9277331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ Please read the [changelog](changelog.md) file for the full history !
- no breaking changes here
- few bug fixes and minor refactors
- opened Tor proxy to http and https (this should not slow down the process)
- faster thread identification (no more `threading.current_thread().name.split('-')[1].split(' ')[0]`)

</details>

Expand All @@ -227,7 +228,7 @@ Please read the [changelog](changelog.md) file for the full history !
- [ ] option to not use tor (?)
- [x] option to change Tor ID each X requests (would need to implement a catch-up mechanism because thread jobs are unordered) (v1.0.0-dev)
- [ ] option to use a running tor instance/service
- [ ] choose protocol (http, https, ssh, etc.)
- [ ] choose protocol (http, https, ssh, etc.) (opened http and https in 1.0.1-rc1)
- [x] dynamic change between `combinations` and `permutations` (v1.0.0-beta.1)

**Known Bugs** (latest fix)
Expand Down

0 comments on commit 9277331

Please sign in to comment.