Skip to content
/ tstream Public

Self-hosted Telegram Bot that tracks tweets with specific keywords then sends them to Telegram Chat

License

Notifications You must be signed in to change notification settings

feux07/tstream

Repository files navigation

Contributors Forks Stargazers Issues MIT License

TStream

Self-hosted Telegram Bot that tracks tweets with specific keywords then sends them to Telegram Chat
Report Bug · Request Feature

Table of Contents

Getting Started

Prerequisites

Installation

  1. Clone the repo
git clone https://github.com/feux07/tstream.git
  1. Go to project directory
cd tstream
  1. Install NPM packages
npm install

Usage

  1. Create .env file with following environment variables
TWITTER_API_KEY = YOUR_TWITTER_API_KEY
TWITTER_API_KEY_SECRET = YOUR_TWITTER_API_KEY_SECRET
TWITTER_ACCESS_TOKEN = YOUR_TWITTER_ACCESS_TOKEN
TWITTER_ACCESS_TOKEN_SECRET = YOUR_TWITTER_ACCESS_TOKEN_SECRET
TELEGRAM_BOT_TOKEN = YOUR_TELEGRAM_BOT_TOKEN
TELEGRAM_TARGET_CHAT_ID = YOUR_TELEGRAM_TARGET_CHAT_ID
TWITTER_SEARCH_TEXTS = YOUR_TWITTER_SEARCH_TEXTS
  1. Start application with following command
node start.js

Credits

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Website

About

Self-hosted Telegram Bot that tracks tweets with specific keywords then sends them to Telegram Chat

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published