Skip to main content

Twitter API wrapper for python with no API key required.

Project description

Twikit

A simple API wrapper to interact with twitter's internal API. Read the documentation for more information.

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.

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
)

For more examples, see example.py.

Contributing

This project is currently in beta, and we would love to hear your thoughts and suggestions. If you have any features you'd like to see added or encounter any issues, please let us know in the issues section.

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

twikit-1.0.3.tar.gz (15.3 kB view details)

Uploaded Source

Built Distribution

twikit-1.0.3-py3-none-any.whl (16.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for twikit-1.0.3.tar.gz
Algorithm Hash digest
SHA256 3fedaa62fb004d04de71dbd2138e7c265a8052dc7a21fbd85f1b2be67a67ec80
MD5 66a3e2087bd5229e479e96ae4c07afc7
BLAKE2b-256 d64b507b33d060c0496251f451704b5633e5e1a8d570384eea8b62b0c2794c89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: twikit-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 16.9 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.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7ca66250825b74688e61e36b3d285847ae219e14d95bdf00b39062818594780b
MD5 b2f31319540bb9a70b72b43b94b837b1
BLAKE2b-256 68a0b76d5c62f7904a690c9411d7817780c828906ce607854340affa645af6c8

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