make twint project to work with login
Budget: $30 – $250 USD
There is this project on github called Twint
https://github.com/kevctae/twint/tree/master/twint
It collects tweets from Twitter.
It was working until today when Twitter started to require login to access search. If you look at the code on github, you can see they use a Bearer token, but now it says "Forbidden" as now they require login to do search do Twitter.
In this project I would like to modify the above repo so it works with the new method.
Runnig the command below:
/usr/local/bin/twint --search "elon"
prints
/usr/local/bin/twint --search "elon"
CRITICAL:root:twint.run:Twint:Feed:noData'globalObjects'
sleeping for 15 secs
I want to see tweets printed like before.
https://github.com/kevctae/twint/tree/master/twint
It collects tweets from Twitter.
It was working until today when Twitter started to require login to access search. If you look at the code on github, you can see they use a Bearer token, but now it says "Forbidden" as now they require login to do search do Twitter.
In this project I would like to modify the above repo so it works with the new method.
Runnig the command below:
/usr/local/bin/twint --search "elon"
prints
/usr/local/bin/twint --search "elon"
CRITICAL:root:twint.run:Twint:Feed:noData'globalObjects'
sleeping for 15 secs
I want to see tweets printed like before.