Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```