Skip to content

i-m-aditya/Top-Tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages