cs481-ekh / s24-gone-phishin

https://cs481-ekh.github.io/s24-gone-phishin/
MIT License
1 stars 0 forks source link

The limitations of the free language tool does not prevent the extension from running #155

Closed Subpoened-peon closed 2 months ago

Subpoened-peon commented 3 months ago

References #44

The free version of LangaugeTool is limited and as such cannot accommodate larger emails. This should not impede the extension's ability to run, it should instead continue scanning.

definition of done:

torisimon2 commented 3 months ago

Investigated ways of avoiding the call limit and began implementing

[t:60]

torisimon2 commented 3 months ago

Working on making calls smaller

[t:70]

torisimon2 commented 3 months ago

API is no longer affected by length of email and does not throw errors

[t:60]

torisimon2 commented 3 months ago

API does not throw errors and does not impact other elements

[t:90]

torisimon2 commented 2 months ago

Fixed the merge conflicts

[t:140]