XBL Accept is (c) 2009 Eric Murphy and is released under the MIT License.
XBL Status is (c) 2008 Chris Hollenbeck and is released under the MIT License.

Site:
----
http://www.TriggerHappy.me

Overview:
--------
XBL Accept is a modification of XBL Status which runs from the command line
and simply automatically accepts any incoming friend request. This is useful
for groups who want to meet up on XBL but do not want to add everyone to
their personal list. A "meetup" gamer tag should be created and this script
will accept friend requests.

Prerequisites:
-------------
The following packages are required on Ubuntu 7.10 (Gutsy):

    python-beautifulsoup, python-clientform

The exact package names may be different for your distribution.

Give the script executable permissions by running the following from the
terminal:
    chmod u+x ./xblaccept.py

Usage:
------
Run the program from the terminal:
    cd /path/to/xblaccept
    ./xblaccept.py /path/to/settings/folder/
    
