Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulhendricks/openatc
An open source sneaker bot written in Python
https://github.com/paulhendricks/openatc
Last synced: 6 days ago
JSON representation
An open source sneaker bot written in Python
- Host: GitHub
- URL: https://github.com/paulhendricks/openatc
- Owner: paulhendricks
- License: mit
- Created: 2016-06-17T20:27:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-17T18:58:05.000Z (over 8 years ago)
- Last Synced: 2023-03-01T08:07:07.385Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 55
- Watchers: 14
- Forks: 122
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenATC
OpenATC is the first large scale, open source sneaker/ticket/clothing bot project with the potential to target any site.
OpenATC will start by dumping beta scripts.
### Installation
OpenATC requires [Python 3](https://www.python.org/downloads/), but should also work on Python 2.
You'll also need BeautifulSoup4 and requests:
```sh
$ pip install bs4
$ pip install requests
```License
----OpenATC is licensed under the MIT license.