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
Release history Release notifications | RSS feed
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.2.tar.gz
(4.0 kB
view hashes)