PhishBuster
PhishBuster copied to clipboard
Broken Counter
I am not sure why the counter is not working.
It would be great if I can get the PR with the fix otherwise just the solution on how can I fix it would also be really appreciated.
Can I try working on this issue?
Yea give it a shot. I am not sure what is causing the issue you will have to debug the code.
Can i fix this ?
Yea sure go ahead.
assign this to me
I want to work on this!
I will add you to assignees.
How to set it locally ?
can you tell me the process to run this site in my laptop
If you know how to use docker it will get setup in no time.
Otherwise you will have to run the following commands:
-
pip3 install -r requirements.txt
- Use the
phishbuster.sql
file and setup mysql database locally on your system. - Enter the database details in
app.py
-
python3 app.py
trying