First, thanks for your awesome tool to get infos, posts, likes... from X/Twitter without API access 🥇
In addition to your CLI, I would like to have a Python library to manipulate datas from X/Twitter => extension of your CLI tool as a Python library.
For example, instead of twitter feed to get home timeline => Python function get_timeline.
Tweepy is a very good Python library to get datas from X (but via access to Twitter API :( ).
I could fork your repository and hack your code to have a Python library ; but I would prefer if it were directly available in your project.
First, thanks for your awesome tool to get infos, posts, likes... from X/Twitter without API access 🥇
In addition to your CLI, I would like to have a Python library to manipulate datas from X/Twitter => extension of your CLI tool as a Python library.
For example, instead of
twitter feedto get home timeline => Python functionget_timeline.Tweepy is a very good Python library to get datas from X (but via access to Twitter API :( ).
I could fork your repository and hack your code to have a Python library ; but I would prefer if it were directly available in your project.