Skip to main content

No-boilerplate, async and typed Twitter access.

Project description

sly logo Sly Twitter for Python

🚧 This library is an early work in progress! Breaking changes may be frequent.

🐍 For Python 3.10+

No-boilerplate, async and typed Twitter access. 😋

pip install slytwitter

This library does not have full coverage. Version 2 and premium version 1.1 are not supported. Currently, the following topics are supported:

  • Posting and managing tweets, with media
  • Reading followers

You can directly grant user tokens using the command line, covering the whole OAuth 1.0 grant process.


Example usage:

import asyncio
from SlyTwitter import *

async def main():

    twitter = await Twitter('test/app.json', 'test/user.json')

    follow = await twitter.check_follow('dunkyl_', 'TechConnectify')

    print(follow) # @dunkyl_ follows @TechConnectify
    
asyncio.run(main())

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

SlyTwitter-0.1.2.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

SlyTwitter-0.1.2-py3-none-any.whl (7.6 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