Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Commit

Permalink
Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Abdelaal committed Nov 20, 2017
1 parent f95b0f1 commit 7eaead8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@ this library is so simple to use, you just need your app id and you're ready to

see this example of using the Parser module

```angular2html
```python
from ATKSpy import Parser
parser = Parser(app_id)
text = "عشان اصحى بدري لازم انام بدري"
print(parser.Parse(text))
```
```
>>> Forcing soap:address location to HTTPS
>>> {
>>> 'ParseResult': 'Success',
Expand Down

0 comments on commit 7eaead8

Please sign in to comment.