I Made Twitter API Free

preview_player
Показать описание
Twitter has ended its free tier of their API on 9th of February, 2023, which is a significant event for developers who were using the Twitter API for free. As the free tier has ended, developers now have to pay for the usage of the Twitter API, guess what I did 💀

In this video, I will document how I made the following essential functions: createMentionCollector(), tweet(), retweet(), heart(), getUser().
Alongside a cache and login system.

I will continue these series with more features if this gets enough support, so lmk in the comments :)

MUSIC:

P.S. this was done in 6 hours :)

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

Next video: I was sent to prison by Twitter for abuse.

медвежувка
Автор

Twitter be like. Twitter can made FaceDev in 2 second

PawitSahare
Автор

I am afraid this could lead to permanent account suspension if they detect it. Thoughts?

larryg
Автор

Oh, yes, what I have been looking for at last...

f_pie
Автор

Send this to zed, a developer of nitter.

frozenking
Автор

what is the background music called ? i like it

thecodebear
Автор

Is Puppeteer can fully replace Twitter API's functions such as to do tweets search ?

PeterAdiSaputro
Автор

Hello i need you bro to block people from a blocklist is it possible ?

skillnerz
Автор

Hi, great stuff! But why so complicated with the CookieEdit Stuff?

You can just do:

const userDataDir = './my_user_data';

const browser = await puppeteer.launch({
userDataDir,
headless: false,
args: ['--no-sandbox', '--disable-setuid-sandbox'], // Optional
});

And it will create a persistant user dir and you will stay logged in.

testacc
Автор

does this allow me to make unlimited monthly posts?

rabbitguy
Автор

they fixed it by making their site inaccesiable lol

unnamed
Автор

Elon Musk crying? I guess he is rich lmao .

isadmanyt
Автор

i have this error, can someone help me ?

hundrxhundr
Автор

leaked his email because of stupid editing

clodsirelover
Автор

I think this should not had been free but as an alternatively priced extension or function you could had brought in as a subtitute to their API service. I don't understand why developers are giving their things away. These things take time to build and maintain. That's why developer salaries are low and lower because developers themselves are giving their things away and not valuing them, it's a market that screwed itself in the arrse.

HikikomoriDev
Автор

hey mate can you add direct messages receive and send?

ControlTheGuh