Quill_Api
Quill.api is a replacement for the tradininal twitter api that is trying to make it easy to create amd host a bot. While Quill.Api is currently more limited than the official Twitter API We are working hard on adding a lot more, and we will soon be more capable than the official Twitter API. Twitter(X) is not associated with this prodject.
Installation
Install with npm
npm install QuillJs
Usage/Examples
'use strict';
const { Client }= require("../SRC/client/Client");
const cookies = require("./cookies.json");
const path = require('node:path');
const JSONpath = path.join(__dirname , '/cookies.json');
const log = (...args) => console.log(process.uptime().toFixed(3), ...args);
const client = new Client({
driver: "firefox",
Headless: true,
});
client.on('debug', log);
client.on('ready', () =>
{
console.log('client ready');
client.draft_Tweet().then(() => {
console.log('DEBUG LOGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG');
client.addText('Messege Sent With Quill-AIP!').then(() =>
{
console.log('sending!');
client.sendDraft().then(() => {
console.log('tweet sent!');
});
});
});
});
client.login({ username: 'DISPLAY NAME', password: 'PWD', cookies: JSONpath });
Roadmap
The Gang
we are all a couple of bord tenagers at scool so dont expect thaire to be rollouts evrey week or somthing like that. altho we are in school when summer rolls around we will be able to make more frequent changes to thi prodject.
oh Also This is a simple fun prodject Twitter plees dont take action against us 🥺 im begging.
Feedback
If you have any feedback, please reach out to us at dogeproduce@gmail.com or through the issues tab
© 2023 DogeProductions. All rights reserved.