Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 2.46 KB

README.md

File metadata and controls

57 lines (41 loc) · 2.46 KB

Tweetle

Tweetle

A python based CLI to control your twitter account and get analytical data

Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge


Tweetle Gif

Installation

Through pip

For windows:

  • pip install tweetle

For linux/macos:

  • pip3 install tweetle

Manual Installation

  • git clone https://github.com/4RCAN3/Tweetle/
  • setup.bat
  • venv\scripts\activate
  • tweetle

Commands:

commands


Languages used

python MySQL

Contribute

Any contributions you make are greatly appreciated.

  • PRs are accepted!!
  • If you have some ideas for new features and you don't have time to implement them please open an issue with the tag new_feature.
  • Please don't forget to comment (document) your code!