Code Monkey home page Code Monkey logo

followgraph's People

Contributors

gabipurcaru avatar jcminarro avatar stffffn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

followgraph's Issues

Hyperlink structure is broken for mastodon.social profiles

When generating a list of accounts, the "follow" buttons don't just follow an account ,but open up a new browser tab with a hyperlink back to that Mastodon user's profile page.... or it should, but the structure is broken.

Example of what should happen:
https://mastodon.social/@aiefel
Example of what does happen:
https://mastodon.social/@[email protected]

UX: "No results found" on Mastodon handle with trailing space

Entering a Mastodon handle with a trailing space yields the "No results found" error message. This may easily occur when the handle was copied.

Examples: (_ for space)

  • "@user@instance": works
  • "_@user@instance": defaults to "@user@instance" and works
  • "@user@instance_": error

While the error messages clearly states, that this might be related to a typo, it still is somewhat unexpected behavior from an UX point of view.

Sort by relative counts

Currently the system sorts by "common followers".

However this mostly shows the "big" accounts everyone is following, more interesting would be accounts were your overlap with their followers would be big relative to their following.
This would enable finding smaller niche accounts, fitting to your interests.

Attribution to hero image?

Can you tell me who made this picture you're using on the site and which license it is under? Thanks!

Feat: Download as CSV

Mastodon allows following multiple accounts by uploading a .csv file.

Having a โ€œdownload all as csvโ€ would be nice for this, and maybe even having checkboxes to select accounts that will be included in the CSV file.

Doesn't work on my account?

Inputing my handle [email protected], returns the following message:

No results found. Please double check for typos in the handle, and ensure that you follow at least a few people to seed the search. Otherwise, try again later as Mastodon may throttle requests.

additionally, one 1 warning:

Found 1 warnings:
Error while retrieving followers for [email protected].

Not sure why this would be happening as my social graph is available unauthenticated.

A sort-by-distinctiveness sort option?

I think it might be neat to have an option to sort by โ€“ if I'm understanding this right โ€“

      return (b.followed_by.size / b.followers_count) - (a.followed_by.size/ a.followers_count)

or, for the lazy smoothing method recommended me by a college prof years ago for ratios like these,

    return ((b.followed_by.size + 1) / (b.followers_count + 1)) - ((a.followed_by.size + 1) / (a.followers_count + 1))

const list = Array.from(indirectFollowMap.values()).sort((a, b) => {
if (a.followed_by.size != b.followed_by.size) {
return b.followed_by.size - a.followed_by.size;
}
return b.followers_count - a.followers_count;
});

The current sort is good for people who are looking for new content to fill their feeds โ€“ but I'm also interested in increasing the connectedness of my little neighborhood within the network. So knowing that 80% of someone's followers are people I follow makes me much more interested in that person than in, say, Pixelfed being very widely followed by all people who have been around for a long time on Fedi.

anyway I know this is not a very helpful feature request because I'm not touching any of the actual UI work that'd be necessary to make it real, so definitely feel free to ignore. Cheers on the tool in general, it's very neat!

Drop the hero image, or improve it

Thanks for making this useful tool!

A suggestion: "Find awesome people on Mastodon" coupled with a photo showing only young white blond people is not a great juxtaposition.

(Also I personally find AI-generated images with all the extra fingers kinda creepy, but maybe that's just my problem ๐Ÿ˜)

License?

Is this software under a license? If so, what is the license?

Results include people I already follow

Thank you for a great tool!

I donโ€™t know if itโ€™s just me, but my results include people I already follow. If this is by design, would you please consider adding an option to exclude accounts that I already follow?

[Feature request] Toots details

Happy to contribute if I find time, but I'll write here anyway. I think that when it comes to finding people to follow (especially given the mass migrations) people might want to avoid users who just created an account (every migration wave) but never participated in the platform.

I think in general it would be nice to display

  • Total amount of toots
  • Last tooted (x time ago)

Thanks for the project, it's really helpful

csv export for top n suggestions

Love this tool!

I think it'd be really cool to be able to csv export the top 50/100/200 suggestions so I can bulk import them easily into mastodon.

Happy to PR this after Christmas!

[Feature request] Usage with hidden profile

Please consider adding support for accounts with hidden followings. There are people including me who are okay to share my followings with this projects but are not okay to share them with the whole world.

I used a workaround and temporarily made my followings public and then closed them. But it's a hacky solution. If I want to use your app next time I will have to do this things once again which is tedious.

Thank you for your project.

Cross sort with number of toots?

Hello, I'm not a coder/techie or anything like that.
I used your excellent tool to find other ppl in my wee corner of the world (mastodon.nz) - thank you for coding this!
Just wondered if the results could be ordered by number of toots? In checking out some accounts, the last toot was last month. I'm interested in people who actively toot.
I don't know if this is possible.
Thanks again for your work, appreciated!

friendica

i don't know if this is already known, but the tool has problems with friendica accounts.
it doesn't recognise them.

I thought you should know

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.