Skip to content

DipandaAser/tweetwatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweetwatcher

A simple Telegram bot that send you a screenshot when there is a new tweet with some specified hashtag.

How to run

First create a telegram bot. See the guide here

Second create the .env file using env.example as template

With binaries

You can grab binaries in the releases section.

Put the .env file in the same directory with the binary and run the binary

With sources

  • Prerequisites

    • Golang 1.15+
  • Clone the repo

git clone https://github.com/DipandaAser/tweetwatcher.git
cd  tweetwatcher
  • Get dependencies
go mod download
  • Run
go run main.go

With Docker

  • Build the image
make docker-build
  • Run the container
    • In foreground
    make docker-run
    • In background
    make docker-run-d

About

A simple Telegram bot that send message when there is a new tweet with an hashtag.

Resources

Stars

Watchers

Forks

Packages

No packages published