Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharpcoder/hashtodon
A mastodon hashtag discovery tool
https://github.com/sharpcoder/hashtodon
fediverse-tool mastodon tool
Last synced: 15 days ago
JSON representation
A mastodon hashtag discovery tool
- Host: GitHub
- URL: https://github.com/sharpcoder/hashtodon
- Owner: SharpCoder
- Created: 2023-12-28T22:45:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-29T14:38:11.000Z (11 months ago)
- Last Synced: 2024-10-31T05:05:00.436Z (15 days ago)
- Topics: fediverse-tool, mastodon, tool
- Language: Svelte
- Homepage: https://sharpcoder.github.io/hashtodon/
- Size: 167 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hashtodon
Hashtodon is a hashtag discovery tool for mastodon. It works by scouring
the timeline on your instance and finding other correlated hashtags.You canfind the public release here: [https://sharpcoder.github.io/hashtodon/](https://sharpcoder.github.io/hashtodon/)
## Installation
Use the package manager npm or pnpm or yarn, etc.
```bash
pnpm install
```## Usage
```bash
pnpm run dev
```## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)