Skip to main content

# Tweakers API

Project description

A small Python wrapper for [tweakers.net](https://tweakers.net/).

## Usage
```
import tweakers
```

Print a list of active topics:
```
for topic in tweakers.gathering.active_topics():
print(topic.title)
```

Search for topics:
```
for topic in tweakers.gathering.search('tweakers.net'):
print(topic.title)
```

Home-page: https://github.com/timotk/tweakers
License: UNKNOWN
Description: # Tweakers API
A small Python wrapper for [tweakers.net](https://tweakers.net/).

## Usage
```
import tweakers
```

Print a list of active topics:
```
for topic in tweakers.gathering.active_topics():
print(topic.title)
```

Search for topics:
```
for topic in tweakers.gathering.search('tweakers.net'):
print(topic.title)
```

Keywords: tweakers,api,scraper
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: "3.6"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tweakers-0.1.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

tweakers-0.1.0-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page