This package can be used to create your own Twitter bot with minimal code.
pip install simpletwitter
PyPi Link: https://pypi.org/project/simpletwitter/
Google Groups Link: https://groups.google.com/g/simpletwitter
Discussions Link: https://github.com/orgs/simpletwitter/discussions
from simpletwitter import SimpleTwitter
bot = SimpleTwitter(email, password, no_of_tweets, username)
bot.login()
bot.like_tweet(hashtags)
bot.unlike_liked_tweets(5)
bot.tweet(tweetmessage)
| Total Downloads | Monthly Downloads | Weekly Downloads |
|---|---|---|
| 22,185 | 635 | 143 |
| Tool Name | Purpose |
|---|---|
| Selenium | Chrome Automation |
| Update | Description |
|---|---|
| Update 1 | Added function to retweet |
| Update 2 | Added feature to like the top tweets of the particular hashtags |
| Update 3 | Added Tech News feature to post news on a Twitter account |
| Update 4 | Can post LinkedIn content into a tweet using AI summarizer tool from Hugging Face.io |
| Date of Update | Feature Update | Usage Code |
|---|---|---|
| 2023-10-03 | Added function to retweet |
|
| 2023-10-03 | Added feature to like the top tweets of the particular hashtags |
|
| 2023-10-03 | Added Tech News feature to post news on a Twitter account |
|
| 2023-10-03 | Can post LinkedIn content into a tweet using AI summarizer tool from Hugging Face.io |
|
| Title | Creator | Created Date | Labels | Creator Profile | Assignees | Comments | Status |
|---|---|---|---|---|---|---|---|
| Feature: Create a web Admin Dashboard for the Twitter Automation | pravee42 | 10/18/2023 | feature | pravee42 | None | 0 | Active |
| Chromedriver Issues | Utkarsh-Shivhare | 10/2/2023 | bughacktoberfest | Utkarsh-Shivhare | Utkarsh-Shivhare | 3 | Active |
| Feature: Create a function to bot using API keys | pravee42 | 10/1/2022 | feature | pravee42 | pravee42 | 0 | Active |
| Feature: Auto add blog posts to twitter | pravee42 | 12/2/2021 | feature | pravee42 | None | 0 | Active |
| Make an random quote generator for twitter bot module (simpletwitter) | pravee42 | 12/2/2021 | feature | pravee42 | None | 3 | Active |