Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Req: Filter out non-location based updates #20

Open
joshghent opened this issue Nov 25, 2022 · 1 comment
Open

Feature Req: Filter out non-location based updates #20

joshghent opened this issue Nov 25, 2022 · 1 comment

Comments

@joshghent
Copy link

First off, absolutely love the app. It's such a cool tool, thanks for building and running it!

Feature

Don't email location based updates that aren't places.

I follow a lot of people in the SaaS founder/startup space and often they use their Twitter location to their current revenue like so:
Screenshot 2022-11-25 at 11 23 39

Would it be possible to filter out these kinds of updates please? I will make a PR if I have time but thought I'd add it as a request.

@devonzuegel
Copy link
Owner

Thanks for the kind words! I'm so glad you like Small World.

That's a great idea. You are welcome to make a PR. It's just a one-line change per account you want to mute, like this:

(remove #(= (get-in % [0 :screen-name]) "levelsio")) ; this user has some sort of programmatic saying that updates that location every day, take them out so that people don't get spammed

You are also welcome to make a PR for a more elegant solution that allows users to have a custom list of accounts to mute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants