All Projects → exPHAT → Twitter Sort

exPHAT / Twitter Sort

Licence: mit
🐦 Sort numbers with some help from the Twitter API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Twitter Sort

twitter-stream-api
Consume the Twitter Stream API in real-time.
Stars: ✭ 19 (-95.05%)
Mutual labels:  twitter, twitter-api
Advertools
advertools - online marketing productivity and analysis tools
Stars: ✭ 341 (-11.2%)
Mutual labels:  twitter-api, twitter
TwitterPiBot
A Python based bot for Raspberry Pi that grabs tweets with a specific hashtag and reads them out loud.
Stars: ✭ 85 (-77.86%)
Mutual labels:  twitter, twitter-api
Tweetbotornot
🤖 R package for detecting Twitter bots via machine learning
Stars: ✭ 355 (-7.55%)
Mutual labels:  twitter-api, twitter
Twitter Api V2 Sample Code
Sample code for the Twitter API early access endpoints (Python, Java, Ruby, and Node.js).
Stars: ✭ 306 (-20.31%)
Mutual labels:  twitter-api, twitter
shut-up-bird
🐦 Put your tweets/likes in an EPUB and delete them like a boss
Stars: ✭ 22 (-94.27%)
Mutual labels:  twitter, twitter-api
archive-explorer-web
Browse your Twitter archive with a friendly, responsive, full experience, and quickly delete the tweets you don't want.
Stars: ✭ 19 (-95.05%)
Mutual labels:  twitter, twitter-api
Twitterdelete
💀 Delete your old, unpopular tweets.
Stars: ✭ 231 (-39.84%)
Mutual labels:  twitter-api, twitter
Surfbird
A Microblogging client built on Electron and Vue
Stars: ✭ 309 (-19.53%)
Mutual labels:  twitter-api, twitter
Coretweet
Yet Another .NET Twitter Library
Stars: ✭ 281 (-26.82%)
Mutual labels:  twitter-api, twitter
bird-elephant
PHP client library for Twitter API v2 endpoints.
Stars: ✭ 28 (-92.71%)
Mutual labels:  twitter, twitter-api
Mastodon Twitter Poster
Crossposter to post statuses between Mastodon and Twitter
Stars: ✭ 317 (-17.45%)
Mutual labels:  twitter-api, twitter
labs-sample-code
Sample code for Twitter Developer Labs
Stars: ✭ 25 (-93.49%)
Mutual labels:  twitter, twitter-api
Archive-Tweets
Archive and Delete Liked and Posted Tweets
Stars: ✭ 28 (-92.71%)
Mutual labels:  twitter, twitter-api
Egg Mode
a twitter api crate for rust
Stars: ✭ 249 (-35.16%)
Mutual labels:  twitter-api, twitter
markdown-tweet-scheduler
Schedule daily tweets from markdown files in your repo, posted via github actions.
Stars: ✭ 49 (-87.24%)
Mutual labels:  twitter, twitter-api
Tweetledee
A PHP library that provides an incredibly easy way to access Twitter data as JSON or RSS feed by URL or standard CLI syntax.
Stars: ✭ 208 (-45.83%)
Mutual labels:  twitter-api, twitter
Harpy
A Twitter app built with Flutter
Stars: ✭ 211 (-45.05%)
Mutual labels:  twitter-api, twitter
Twitter Scraper
Scrape the Twitter Frontend API without authentication.
Stars: ✭ 3,037 (+690.89%)
Mutual labels:  twitter-api, twitter
Tweetie
Simple jQuery Twitter feed plugin
Stars: ✭ 314 (-18.23%)
Mutual labels:  twitter-api, twitter

Twitter Sort

Twitter Sort is a sorting algorithm that takes advantage of the Twitter API. You pass the script the numbers you would like sorted and it will tweet a request asking for somebody to sort them. When someone replies with a sorted version of the numbers, it will print them to the console and return.

Setup

Ensure you have the tweepy module installed:

pip install tweepy

Or clone from the Git repository:

git clone https://github.com/tweepy/tweepy.git
cd tweepy
python setup.py install

Rename settings_template.py to settings.py and fill the API_KEY and API_SECRET with your own key.

Example

$ python main.py 99,9001,1337,8008,301

a twitter-sort example

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].