twitter-sort

? Sort numbers with some help from the Twitter API

Github星跟踪图

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

主要指标

概览
名称与所有者exPHAT/twitter-sort
主编程语言Python
编程语言Python (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2015-01-11 03:15:26
推送于2015-04-24 21:25:15
最后一次提交2015-04-24 14:25:14
发布数0
用户参与
星数386
关注者数8
派生数24
提交数16
已启用问题?
问题数0
打开的问题数0
拉请求数4
打开的拉请求数0
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?