Metadata-Version: 2.1
Name: buddymojoAPI
Version: 1.0.8
Summary: An API of cn.buddymojo.com
Home-page: https://github.com/jasonjustin/BuddymojoAPI
Author: Jelly Hsu
Author-email: zxc3.zxc46@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# README

This is an simple API of the website **[cn.buddymojo.com](http://cn.buddymojo.com).**

# Command Line Usage

Program itself can be run on the command line window.

If your running on linux, `python` won't work since this API is written in python 3. Try `python3` instead.

## Single Mode

Send message(s) to a single target. Type:

    python BuddyMojoAPI.py -s -T [target] -t [times] -n [name] [-l]

`-l` will show the url of the target

## Multiple Mode

Send messages to multiple target. Type:

    python BuddyMojoAPI.py -m -r [start] [end] -n [name]

The `start` and `end` is the userQuizId range.

# Examples

    python BuddyMojoAPI.py -s -T 296688 -t 3 -n hi -l

Will have the result like this:

![](https://i.imgur.com/APBT8fM.png)

The top 3 is the result.

