Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DazFather/hashtagCatcher
Telegram bot for catching the most trending hashtags on a group, written in Go and powerade by Parr(B)ot framework
https://github.com/DazFather/hashtagCatcher
go golang hashtag telegram-bot
Last synced: about 2 months ago
JSON representation
Telegram bot for catching the most trending hashtags on a group, written in Go and powerade by Parr(B)ot framework
- Host: GitHub
- URL: https://github.com/DazFather/hashtagCatcher
- Owner: DazFather
- License: apache-2.0
- Created: 2022-06-26T15:02:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-20T23:55:32.000Z (over 2 years ago)
- Last Synced: 2024-08-03T23:30:07.565Z (5 months ago)
- Topics: go, golang, hashtag, telegram-bot
- Language: Go
- Homepage:
- Size: 7.27 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-golang-repositories - hashtagCatcher
README
[![Go Report Card](https://goreportcard.com/badge/github.com/DazFather/hashtagCatcher)](https://goreportcard.com/report/github.com/DazFather/hashtagCatcher)
# Hashtag Catcher
Telegram bot for catching the most trending hashtags on a group chat.
Powerade by my own framework [Parr(B)ot](https://github.com/DazFather/parrbot)> **Warning: W.I.P.**
> This project is still work in progress. All the features are highly experimental and can not be consider by any mean stable or secure.## Set-up
- Clone this repository and build using the command "`go build`" on your terminal (make sure to have [Go](https://go.dev/) installed, check [go.mod](./go.mod) for the minimal version required)
- Use [@BotFather](https:/t.me/BotFather) to create your own bot and copy the API TOKEN. Remember to set [privacy mode](https://core.telegram.org/bots#privacy-mode) off to be able to catch also hashtags in messages that don't start with "/"
- Run the bot and use as argument or the API TOKEN, or save it on a _".txt"_ file and use `--readfrom ` followed by the file path. Like this: `.\hashtagCatcher.exe --readfrom myFile.txt`