Postuf / telegram-osint-lib

Telegram scenario-based API aimed at OSINT
https://habr.com/ru/post/486322
MIT License
255 stars 41 forks source link

Add proxy support for basic scenarios #129

Closed Qusonann closed 4 years ago

Qusonann commented 4 years ago

InfoClientScenario now supports proxy.

codecov[bot] commented 4 years ago

Codecov Report

Merging #129 into master will decrease coverage by 0.02%. The diff coverage is 35.29%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #129      +/-   ##
============================================
- Coverage     66.43%   66.41%   -0.03%     
- Complexity     1515     1525      +10     
============================================
  Files           200      201       +1     
  Lines          4198     4210      +12     
============================================
+ Hits           2789     2796       +7     
- Misses         1409     1414       +5     
Impacted Files Coverage Δ Complexity Δ
src/Scenario/StaticGenerator.php 0.00% <0.00%> (ø) 7.00 <7.00> (?)
src/Scenario/StatusWatcherScenario.php 0.00% <ø> (ø) 25.00 <0.00> (ø)
src/Scenario/AbstractGroupScenario.php 75.00% <100.00%> (ø) 8.00 <3.00> (+1.00)
src/Scenario/GroupPhotosScenario.php 72.48% <100.00%> (ø) 45.00 <0.00> (+1.00)
src/Scenario/InfoClientScenario.php 96.87% <100.00%> (+0.10%) 15.00 <3.00> (+1.00)
...on/SocketMessenger/NotEncryptedSocketMessenger.php 86.27% <0.00%> (+3.92%) 14.00% <0.00%> (ø%)
src/Client/BasicClient/BasicClientImpl.php 76.34% <0.00%> (+4.30%) 41.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 35c174f...52b0944. Read the comment docs.