Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 94e449c

Browse files
author
Steve Herschleb
committed
add init file and update readme
1 parent bf0477f commit 94e449c

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

Diff for: README.md

+32-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
1-
sdk_python
2-
==========
1+
# sdk_python #
32

43
A sdk for AlchemyAPI using Python
4+
5+
6+
## AlchemyAPI ##
7+
8+
AlchemyAPI offers artificial intelligence as a service. We teach computers to learn how to read and see, and apply our technology to text analysis and image recognition through a cloud-based API. Our customers use AlchemyAPI to transform their unstructured content such as blog posts, news articles, social media posts and images into much more useful structured data.
9+
10+
AlchemyAPI is a tech startup located in downtown Denver, Colorado. As the world’s most popular text analysis service, AlchemyAPI serves over 3.5 billion monthly API requests to over 35,000 developers. To enable our services, we use artificial intelligence, machine learning, neural networks, natural language processing and massive-scale web crawling. Our technology powers use cases in a variety of industry verticals, including social media monitoring, business intelligence, content recommendations, financial trading and targeted advertising.
11+
12+
More information at: http://www.alchemyapi.com
13+
14+
15+
16+
## API Key ##
17+
18+
To use AlchemyAPI, you'll need to obtain an API key and attach that key to all requests. If you do not already have a key, please visit: http://www.alchemyapi.com/api/register.html
19+
20+
21+
22+
## Getting Started with the Python SDK ##
23+
24+
To get started and run the example, simply:
25+
26+
git clone https://github.com/steveherschleb/sdk_python.git
27+
python -c 'import alchemyapi;alchemyapi.setkey("{API_KEY}");'
28+
python example.py
29+
30+
31+
Just replace {API_KEY} with your key, and you should be good to go.
32+
33+
34+

Diff for: __init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)