Hello everyone,
I’m really into software development and would love to help out the community.
I can create small programs, scripts, websites, landing pages, Chrome extensions, or desktop apps for free in exchange for honest feedback and reviews here.
A few things:
Please give clear details about what you need — the concept, functionality, and how it should work.
Try not to be vague like “I need something like X.” The more specific you are, the faster I can get it done.
Very big projects that would take months are outside this free offer, but I can help with refactoring, optimizing, or improving existing code to make it cleaner and more efficient.
If you have APIs or Swagger docs, I can set up automated workflows or integrations.
If you want help, just reply with your project details and we can figure out how I can assist.
Looking forward to collaborating and building something useful together!
I would be grateful if you could help me with software that could be used to batch report frauds.
I have a
big list of websites with crypto frauds, and I'd like to make reporting process less time consuming.
Right now in order to report a fraud to registrar and hosting provider I have to make following steps:
1. Visit
https://acidtool.com/2. Enter website url
3. Get information about hosting provider and registrar
4. Send e-mail to abuse e-mail of registrar and hosting provider
As you can see it can be tedious to do this process for hundreds of websites.
What I had in mind is to group the websites who have the same registrar / hosting and do the batch report by the email to save time.
Is it possible to make webpage or script that will have text field where user can paste group of websites as input.
The output could be n another text field in csv format and it should contain following information and be in following format:
Website 1; Domain Registrar 1; Hosting provider 1;
Website 2; Domain Registrar 2; Hosting provider 2;
The values could be then pasted in Excel and sorted by hosting/registrar and be pasted in report as a batch.
This would allow the user to save a lot of time while reporting.
I don't know if it is feasable as it is dependant on external services like acidtool.
I'd be happy if you could provide any help.