Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.13 KB

Top Tweets

Are you curious about what tweets made a particular Twitter user famous or helped them gain a large number of followers? Look no further! With our command line tool, you can easily find the top tweets of any user.

Usage

In order to use this tool, you will need to set your Twitter BEARER_TOKEN in your environment for authentication. You can obtain your BEARER_TOKEN from the Twitter developer page and set it using the following command:

export OPENAI_API_KEY='sk-XXXXXXXX'

Once you have configured your environment, run cargo run followed by the username whose top tweets you wish to find(cargo run JeffBezos).

Terminal Image

Develop

Make sure you have the latest version of rust installed (use rustup). Then, you can build the project by running cargo build, and run it with cargo run.

License

This project is open-sourced under the MIT license. See the License file for more information.