Skip to main content

A Python API for https://tweakers.net

Project description

Tweakers

A Python wrapper for tweakers.net

Install

pip install tweakers

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)

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.2.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

tweakers-0.2.1-py3-none-any.whl (5.7 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