All Projects → frfahim → twitter-bot

frfahim / twitter-bot

Licence: MIT license
Simple Twitter bot using Tweepy and Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to twitter-bot

LGBTQ-of-the-day-bot
Twitter bot tweeting fun goofy lgbtq things and queer history of the day
Stars: ✭ 65 (+306.25%)
Mutual labels:  twitter-bot, tweepy
Twitterbot en 30
Los bots son relevantes para nosotros, pues automatizan tareas que eventualmente simplificarán trabajo a futuro. En este taller relámpago aprenderemos cómo crear un bot en Twitter usando Python, para de manera automática tuitear frases de un libro. ¡En sólo 30 minutos!
Stars: ✭ 19 (+18.75%)
Mutual labels:  twitter-bot, tweepy
stock reminder bot
A twitter bot that reminds you of stock and crypto predictions
Stars: ✭ 25 (+56.25%)
Mutual labels:  twitter-bot, tweepy
TwitterAutoReplyBot
This is a tiny Python script that replies to a specified number of tweets containing a specified hashtag.
Stars: ✭ 33 (+106.25%)
Mutual labels:  twitter-bot, tweepy
TinyFlowerBeds
Educational bot that posts a tiny flower bed on Twitter every few hours. Check it out if you're new to Python and open source!
Stars: ✭ 12 (-25%)
Mutual labels:  twitter-bot, tweepy
TgTwitterStreamer
Continous Integration from Twitter to Telegram.
Stars: ✭ 55 (+243.75%)
Mutual labels:  twitter-bot, tweepy
TwitterScraper
Scrape a User's Twitter data! Bypass the 3,200 tweet API limit for a User!
Stars: ✭ 80 (+400%)
Mutual labels:  twitter-bot, tweepy
twitbot
🦉Just a simple twitter bot for tipping in EOS
Stars: ✭ 18 (+12.5%)
Mutual labels:  twitter-bot
Tweeterify
A Twitter bot which recommends some Spotify top charts songs to people
Stars: ✭ 18 (+12.5%)
Mutual labels:  twitter-bot
Raymo111
My awesome profile README
Stars: ✭ 110 (+587.5%)
Mutual labels:  twitter-bot
larry
Larry 🐦 is a really simple Twitter bot generator that tweets random repositories from Github built in Go
Stars: ✭ 64 (+300%)
Mutual labels:  twitter-bot
rust-trending
A twitter bot (@RustTrending) to tweet trending rust repositories, inspired by @TrendingGithub
Stars: ✭ 113 (+606.25%)
Mutual labels:  twitter-bot
covid19twtbot
A Twitter bot that automatically replies to tweets requesting COVID related resources with links containing information about the availability.
Stars: ✭ 18 (+12.5%)
Mutual labels:  twitter-bot
Awesome Python Login Model
模拟登陆基本采用的是直接登录或者使用selenium+webdriver的方式,有的网站直接登录难度很大,比如qq空间,bilibili等如果采用selenium就相对轻松一些。
Stars: ✭ 13,953 (+87106.25%)
Mutual labels:  twitter-bot
coopboost
Grow your twitter audience.
Stars: ✭ 50 (+212.5%)
Mutual labels:  twitter-bot
TraceElements
Tracery grammars for building creative Twitterbots. Contains generative grammars for story-telling, metaphor generation, ironic put-downs, Trumpisms, short poems, etc.
Stars: ✭ 31 (+93.75%)
Mutual labels:  twitter-bot
twitter-bot-python-aws-lambda
A simple twitter bot using Python and an AWS Lambda function
Stars: ✭ 23 (+43.75%)
Mutual labels:  twitter-bot
twittered
Twitter API client for Java developers
Stars: ✭ 170 (+962.5%)
Mutual labels:  twitter-bot
Python-Twitter-Bot
Python Twitter Bot which retweet,like,and follow or tweet texts from file
Stars: ✭ 62 (+287.5%)
Mutual labels:  twitter-bot
opensea-sales-twitter-bot
A Twitter bot that tweets Opensea sales for a given collection 🐳
Stars: ✭ 120 (+650%)
Mutual labels:  twitter-bot

Twitter Bot


Simple Twitter bot using Tweepy and Python.

Tweepy is a Python library which provide access to Twitter API.

Installation

pip install tweepy

Usage

Before run any file please edit config.py file according to your Keys and access token.

python3 update_status_bot.py

Goto your Twitter account profile you can see result.


There is a blog, how to create bot. Details is [here] (https://medium.com/@frfahim/create-a-simple-twitter-bot-with-python-and-tweepy-60ff5d4d3ad9#.9n0xy5fjd "Medium blog")

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].