diff --git a/Friendica-API.md b/Friendica-API.md index c47a6a7..e0baa42 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -338,4 +338,6 @@ The [RSStoFriedika](https://github.com/pafcu/RSStoFriendika) code can be used as def tweet(server, message, group_allow=None): url = server + '/api/statuses/update' - urllib2.urlopen(url, urllib.urlencode({'status': message,'group_allow[]':group_allow}, doseq=True)) \ No newline at end of file + urllib2.urlopen(url, urllib.urlencode({'status': message,'group_allow[]':group_allow}, doseq=True)) + +There is also a [module for python 3](https://bitbucket.org/tobiasd/python-friendica) for using the API. \ No newline at end of file