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

Remove necessary hashtag, make it optional #2

Open
2 tasks
philipbrembeck opened this issue Feb 25, 2023 · 0 comments
Open
2 tasks

Remove necessary hashtag, make it optional #2

philipbrembeck opened this issue Feb 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@philipbrembeck
Copy link
Contributor

philipbrembeck commented Feb 25, 2023

Proposed changes

Get rid of the necessary Hashtag and use endpoint accounts/statuses instead.
The Hashtag could be optionally added in the down_msg or up_msg (proposed in #3 ), but should not be necessary.

Steps

  • Find a way to extract a users profile id – without the user having to find it out via the API
    This won't work: https://example.social/api/v1/accounts/@username/statuses
    While this works: https://fosstodon.org/api/v1/accounts/12345678900000000/statuses
  • Change the search for hashtag to a profile search (only the last 1-2 posts)
@philipbrembeck philipbrembeck added the enhancement New feature or request label Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant