Socket
Socket
Sign inDemoInstall

twitter-marketing-bot

Package Overview
Dependencies
154
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    twitter-marketing-bot

Twitter marketing ML advisor


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

wat

Marketing tool for twitter, Find potential customers interested in ex: going to your gym, or interested in your hosted event (like leanpoker competition).

how

git clone https://github.com/syzer/twitter-marketing-bot.git
cd twitter-marketing-bot
npm install
cp .env.dist .env
# get your key from https://dev.twitter.com/resources/signup
# edit .env with all the kys 
npm start

requirements

  • node 8+
  • npm

use case

AKA leads generator. Find people that would be potentially interested about you new product/promotion, like:

  • gym

  • programing

  • photography

Extract tweets and build ML pipeline with:

node src/train.js

Use classifier, to figure out what category people are interested.

node src/classifier/classify.test.js

Show stored twitts

npm run view-twitts

and then:

ls()
get(keyName)

Test

Type checking

npm run flow

Unit tests

npm test

Development

npm i -g babel-node
babel-node --version

Keywords

FAQs

Last updated on 14 Apr 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc