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