twitter-sort

? Sort numbers with some help from the Twitter API

Github stars Tracking Chart

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

Main metrics

Overview
Name With OwnerexPHAT/twitter-sort
Primary LanguagePython
Program languagePython (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2015-01-11 03:15:26
Pushed At2015-04-24 21:25:15
Last Commit At2015-04-24 14:25:14
Release Count0
用户参与
Stargazers Count385
Watchers Count8
Fork Count24
Commits Count16
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count4
Pull Requests Open Count0
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private