Skip to content

athoune/collectatrends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collecta Trends

Building rrd graph from collecta query to watch evolution.

Tools

The elementree library is used, and classical python tools.

Using it

The api is a wrapper of the collecta http api :

c = Collecta()
results = c.query(q='python language:fr', rpp=10)

It's a plain object, with attributes:

print len(results)
print results.updated

You can iterate over results:

for result in results:
    print result.id
    print "\t", result.title, result.tags

About

Collecta trends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages