All Projects → CruiseDevice → Twweet Cli

CruiseDevice / Twweet Cli

Licence: mit
🐦 Tweet right from your cli without even opening your browser.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Twweet Cli

twitter-analytics-wrapper
A simple Python wrapper to download tweets data from the Twitter Analytics platform. Particularly interesting for the impressions metrics that are unavailable on current Twitter API. Also works for the videos data.
Stars: ✭ 44 (-6.38%)
Mutual labels:  twitter, tweets
Tweetie
Simple jQuery Twitter feed plugin
Stars: ✭ 314 (+568.09%)
Mutual labels:  twitter, tweets
archive-explorer-web
Browse your Twitter archive with a friendly, responsive, full experience, and quickly delete the tweets you don't want.
Stars: ✭ 19 (-59.57%)
Mutual labels:  twitter, tweets
Archive-Tweets
Archive and Delete Liked and Posted Tweets
Stars: ✭ 28 (-40.43%)
Mutual labels:  twitter, tweets
Twitter
Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x
Stars: ✭ 755 (+1506.38%)
Mutual labels:  twitter, tweets
TwitterPiBot
A Python based bot for Raspberry Pi that grabs tweets with a specific hashtag and reads them out loud.
Stars: ✭ 85 (+80.85%)
Mutual labels:  twitter, tweets
React Static Tweets
Extremely fast static renderer for tweets.
Stars: ✭ 278 (+491.49%)
Mutual labels:  twitter, tweets
congresstweets
Datasets of the daily Twitter output of Congress.
Stars: ✭ 76 (+61.7%)
Mutual labels:  twitter, tweets
Tweetscraper
TweetScraper is a simple crawler/spider for Twitter Search without using API
Stars: ✭ 694 (+1376.6%)
Mutual labels:  twitter, tweets
Linqtotwitter
LINQ Provider for the Twitter API (C# Twitter Library)
Stars: ✭ 401 (+753.19%)
Mutual labels:  twitter, tweets
awesome-twitter-bots
A Curated Collection of the Best Twitter Bots 🤖
Stars: ✭ 99 (+110.64%)
Mutual labels:  twitter, tweets
Tweets
🐦 Tweet every 24 pull request
Stars: ✭ 8 (-82.98%)
Mutual labels:  twitter, tweets
download-tweets-ai-text-gen-plus
Python script to download public Tweets from a given Twitter account into a format suitable for AI text generation
Stars: ✭ 26 (-44.68%)
Mutual labels:  twitter, tweets
TwEater
A Python Bot for Scraping Conversations from Twitter
Stars: ✭ 16 (-65.96%)
Mutual labels:  twitter, tweets
gnip
Connect to Gnip streaming API and manage rules
Stars: ✭ 28 (-40.43%)
Mutual labels:  twitter, tweets
Twitter Scraper
Scrape the Twitter Frontend API without authentication.
Stars: ✭ 3,037 (+6361.7%)
Mutual labels:  twitter, tweets
Twitterdelete
💀 Delete your old, unpopular tweets.
Stars: ✭ 231 (+391.49%)
Mutual labels:  twitter, tweets
detweet
delete tweets en masse
Stars: ✭ 14 (-70.21%)
Mutual labels:  twitter, tweets
Yotter
Youtube and Twitter with privacy.
Stars: ✭ 376 (+700%)
Mutual labels:  twitter, tweets
Twitter Post Fetcher
Fetch your twitter posts without using the new Twitter 1.1 API. Pure JavaScript! By Jason Mayes
Stars: ✭ 886 (+1785.11%)
Mutual labels:  twitter, tweets

twweet-cli

Tweet right from your cli without even opening your browser.

Join the chat at https://gitter.im/twweet-cli/Lobby Build Status

Install

pip install twweet-cli

Build from Source

Clone the source

$ git clone https://github.com/CruiseDevice/twweet-cli.git

Navigate to the tweet-cli folder

$ cd twweet-cli

Now run setup.py file.

For Linux users: $ sudo python3 setup.py install

For Windows users: $ python setup.py install

Create a Twitter "App"

Log in to https://apps.twitter.com/ to create a new app and generate your OAuth credentials:

  • Consumer Key (API Key)
  • Consumer Secret (API Secret)
  • Access Token
  • Access Token Secret

Run the application

$ twweet-cli

Note: Requires Python 3.x

Usage

  • type twweet to post a tweet.
  • type get to get different types of information from twitter. A menu will be provided to choose for your choice of information.
  • type edit to change your Ouath credentials.
  • type 99 to quit the application.

Contributing

I appreciate any help and support. Feel free to fork and create a pull request

Features present

  • tweet from your CLI without opening the browser.
  • Changing Consumer Key Consumer Secret Access Token Access Token Secret keys for twweet-cli.
  • getting the tweets of any user by providing the username.
  • getting the tweets of a particular hashtag by providing the same.
  • getting the trending topics on twitter.
  • getting the tweets in your timeline.
  • getting your follower list and their respective user name on twitter(number of followers to be displayed can be assigned).
  • getting your own tweets(number of tweets to be displayed can be assigned).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].