krishnadevz / twitterbot

this is a twitter bot created by using tweepy pyhton libarry and using twitter api

Home Page:https://twitter.com/krishna_9918

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twitterbot

this is a twitter bot created by using tweepy library in python pip packages Here are the steps how to setup all the things

Prequisites

python 3.7+ installed
pip upgraded version install
pip install tweepy command for installing library tweepy
twitter account
twitter developer account for app creation and api keys generstion
basic understanding of python programming langauage workflow

simply in this project we created bot example myself mention in tweet with the given #twitterbot hashtag from that hashtag it will reply me
how that is working in realtime tweet reply below 1

Notes why the need of last tweet id becaue avoiding the overriding things in our bot for that particular tweet id our bot reply only once and another reply for another tweet id

Python time sleep function is used to add delay in the execution of a program. We can use python sleep function to halt the execution of the program for given time in seconds.

Thank you :).


This python script only works when I run from my local system this is not deployed on live server if deployed then twitter limit of retweet and messages is exceeded that's why only local script files can works when I run from my local system you guys can done that.
Author

About

this is a twitter bot created by using tweepy pyhton libarry and using twitter api

https://twitter.com/krishna_9918

License:MIT License


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%