handlefinder

search handles across hundreds of social networks (by bnkc)

Handlefinder Alternatives

Similar projects and alternatives to handlefinder

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better handlefinder alternative or higher similarity.

handlefinder reviews and mentions

Posts with mentions or reviews of handlefinder. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-29.
  • Coding Novice to CoFounder: My Full-Stack Startup Journey, Warts and All.
    2 projects | /r/Entrepreneur | 29 May 2023
    MorningBot: https://github.com/bnkc/morningbot HandleFinder: https://github.com/bnkc/handlefinder ThreeSigma: https://www.threesigma.ai
  • Hey. How does one find out everything related to a certain e-mail adress? on which sites it has an account registered and stuff like that? im totally new to this. thanks!!!
    2 projects | /r/OSINT | 8 Mar 2023
  • Iniziamo il 2023 con una raccolta utile di siti web
    8 projects | /r/italy | 1 Jan 2023
  • November 28, 2022 FLiP Stack Weekly
    8 projects | dev.to | 19 Dec 2022
  • I built an app that scans every social media network for your username
    5 projects | news.ycombinator.com | 23 Nov 2022
    I found myself scrolling through Github’s “trending” repos, looking for some coding inspiration. Within the next hour, I stumbled across something called The Sherlock Project. Interesting, It had over 35k stars, must be pretty popular.

    I quickly cloned the repo and started toying around with it. It didn’t take me long to realize the power of this tool. All I had to do was insert a username, and Wa Lah! I was looking at every social media website that was associated with the username. Not only that but direct links to the accounts.

    I immediately wanted to turn this into a web app so that everyone could use it. My first challenge was that this was a CLI tool, so I got to work. The Sherlock project makes about 400 requests to various site s to check if your username exists. This was going to be tough... I noticed they were using requests.FutureSession to multithread the result.

    My first thought was maybe I could collect all the requests into a list and then dump it back to the frontend with a get request, but the issue here was that the results could take a couple minutes to gather, and no-one is gonna sit and wait that long.

    Ok, so how do I continuously report out data to the frontend as the requests get full-filled? The answer? Web-sockets. Not just any web-socket though, a multithreaded web-socket. After ALOT of trial and error I finally got something working. The Issue now though was that it wouldn't run in production due to a multiprocessing error: Daemonic processes are not allowed to have children.

    The hell did that mean? back to the drawing board. Eventually I learned that you cant use the standard multiprocessing library for this kind of thing, you had to use billiard. Bam! It worked. I quickly hacked together a simple frontend, configured the web socket, and results were pouring in.

    Time to post on reddit. I quickly sent out a post or two and eagerly awaited peoples responses. There was an issue though. The more people flooded the site, the slower it got until it was completely unusable. Dang. How do I fix this? I removed the post quickly and got back to work.

    Turns out, the web-socket is considered a "long running request" as it makes 400 external requests. Maybe I could use celery to offload this process to a worker and queue it up. I started working on it and realized this was a little out of my skill range.

    I then decided to take a look at the logs where I hosted the code and what do i find? CPU, Memory, and bandwidth all reaching a staggering 100% usage. Welp, I found my issue. I did some rework of my codebase and it started running a little faster.

    I then realized the true issue. I was using the free tier of Render that only allowed for one instance of my app...duh.

    Needless to say, I learned to take it slow, build tests for my code, and be patient with results.

    What do you guys think? Any hard lessons learned in coding? What were your takeaways?

    Here is also a link to the repo: https://github.com/bnkc/handlefinder

    4 projects | /r/DataHoarder | 22 Nov 2022
    Here is a link to the repo: https://github.com/bnkc/handlefinder
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic handlefinder repo stats
6
149
0.0
4 months ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com