Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heppu/hashtag-follower
Telegram bot that allows you to follow hashtags
https://github.com/heppu/hashtag-follower
go golang instagram telegram telegram-bot
Last synced: 4 days ago
JSON representation
Telegram bot that allows you to follow hashtags
- Host: GitHub
- URL: https://github.com/heppu/hashtag-follower
- Owner: heppu
- License: mit
- Created: 2017-03-03T11:26:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T07:36:25.000Z (almost 7 years ago)
- Last Synced: 2024-08-09T00:32:21.845Z (3 months ago)
- Topics: go, golang, instagram, telegram, telegram-bot
- Language: Go
- Size: 4.88 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hashtag Follower
Telegram bot which follows instagram hastags and post those to user/group## Installation
Get the project
```sh
go get github.com/heppu/hashtag-follower
cd $GOPATH/src/github.com/heppu/hashtag-follower
```Build bot
```sh
go build
```Drop binary to server and run just run it with enviroment variables
```sh
env BOTKEY= IGUSER= IGPASSWORD= ./hashtag-follower
```