Socket
Socket
Sign inDemoInstall

twiterium

Package Overview
Dependencies
39
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

twiterium

a twitter bot api for node.js this os one option to bypass the pay wall for twiters api


Version published
Maintainers
1
Weekly downloads
1

Weekly downloads

Readme

Source

Logo

MIT License

GitHub issues

Installation

Install with npm

  npm install Twiterium

Usage/Examples

const twitter = require('./Twiterium.js');
    // your twiters acount auth token here 
    // change headless to --head to see the browser 
    await twitter.INIT('Your auth token', '--headless');  
    
    await twitter.SendMessage('Hello world!');

Roadmap

  • Add Imige support

  • Add reed

  • Add send in threads

  • Faster timings

  • Additional browser support

Features

  • Text baced meseging
  • Headless and heded options
  • Custome terminal logging

Feedback

If you have any feedback, please reach out to Me at ttvparadoxg@gmail.com or throu the ishues tab

Twiterium

A free twiter api paywall work around for node.js

Keywords

FAQs

Last updated on 25 May 2023

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