wildiney / twitter-monitoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Stream

Monitoring terms on twitter in real time.

Installation

Rename src/config/researchTerms.template.ts to src/config/researchTerms.ts and edit with your terms

Rename src/config/excludedTerms.template.ts to src/config/excludedTerms.ts and edit with your terms. This terms are not mandatory. This file is used because there are a limit of excluded terms that you can inform in the Twitter API, so this file works like a second filter.

Rename .env.template to .env edit to fill Twitter Tokens and the port to run the application.

Run

npm install

and to test or publish with:

npm run build

About


Languages

Language:TypeScript 46.8%Language:JavaScript 24.1%Language:CSS 22.6%Language:HTML 6.5%