Skip to main content

Twitter API wrapper for python with **no API key required**.

Project description

Number of GitHub stars GitHub commit activity Version Tweet Discord

Twikit

simple API wrapper to interact with twitter's unofficial API. You can log in to Twitter using your account username, email address and password and use most features on Twitter, such as posting and retrieving tweets, liking and following users.

If you have any questions, please ask on Discord.

Features

No API Key Required

The library uses an unofficial API and therefore does not require an API key.

Completely Free

The service is entirely free to use.

Both Synchronous and Asynchronous Support

Whether you prefer synchronous or asynchronous programming, Twikit supports both, providing flexibility for different use cases.

Functionality

This library allows you to perform various Twitter-related actions, including:

  • Create tweets
  • Search tweets
  • Retrieve trending topics
  • etc...

Installing

pip install twikit

Quick Example

Define a client and log in to the account.

from twikit import Client

USERNAME = 'example_user'
EMAIL = 'email@example.com'
PASSWORD = 'password0000'

# Initialize client
client = Client('en-US')
# Login to the service with provided user credentials
client.login(
    auth_info_1=USERNAME ,
    auth_info_2=EMAIL,
    password=PASSWORD
)

Create a tweet with media attached.

# Upload media files and obtain media_ids
media_ids = [
    client.upload_media('media1.jpg', index=0),
    client.upload_media('media2.jpg', index=1)
]
# Create a tweet with the provided text and attached media
client.create_tweet(
    text='Example Tweet',
    media_ids=media_ids
)

More Examples: example.py
Async Examples: example_async.py
Rate Limits: ratelimits.md

Contributing

I would like to hear your thoughts and suggestions. If you have any features you'd like to see added or encounter any issues, please let me know in the issues section.

Additionally, if you find this library useful, I would appreciate it if you would star this repository or share this library⭐! Thank you very much!

Project details


Release history Release notifications | RSS feed

This version

1.2.4

Download files

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

Source Distribution

twikit-1.2.4.tar.gz (47.2 kB view details)

Uploaded Source

Built Distribution

twikit-1.2.4-py3-none-any.whl (59.8 kB view details)

Uploaded Python 3

File details

Details for the file twikit-1.2.4.tar.gz.

File metadata

  • Download URL: twikit-1.2.4.tar.gz
  • Upload date:
  • Size: 47.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.5

File hashes

Hashes for twikit-1.2.4.tar.gz
Algorithm Hash digest
SHA256 52cde56ff7ba2178e2db334c427d1c1cc75b526405152d88a8c85efe884b8df0
MD5 2f023b123fc67a7bab32fb022090f685
BLAKE2b-256 0d502af45e3c26738fea13ae78435b1805ea9232cebdebf5317fa575e47e0ddb

See more details on using hashes here.

File details

Details for the file twikit-1.2.4-py3-none-any.whl.

File metadata

  • Download URL: twikit-1.2.4-py3-none-any.whl
  • Upload date:
  • Size: 59.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.5

File hashes

Hashes for twikit-1.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 241c3e7ae7b9c8b6602deba77e7d8dc587dbebd0359d8b52d256fce6eaa206a0
MD5 f79b284265112f3cce9e763a08baa305
BLAKE2b-256 193904d4688498c1a612a6873ffbbde42425cac8a9d08a0e16dccd39a02a4943

See more details on using hashes here.

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