Skip to content

ayushi7rawat/Twitter-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Bot

A Twitter Bot developed in Python who likes and retweets tweets with #python3 hashtag

You can find my Twitter Bot @pymoonbot at Twitter.

alt text

Do you use twitter? Have you come across a twitter bot that like, retweet, follow, or even reply to your tweets? Do you want to know how to build one?

Disclaimer:

This code is for educational purposes only and the author is not responsible for any consequences resulted. Please do not try it if you do not agree with the condition.

Log in to your Twitter account on which you want to make a bot.

Pre-requisites:

- Twitter Developer Account
- Python
- Tweepy

Twitter Developer Account:

To know how to create a Twitter developer account, Check This to get a step by step guide.

Tweepy:

Tweepy supports both OAuth 1a (application-user) and OAuth 2 (application-only) authentication. Authentication is handled by the tweepy.AuthHandler class.

The API class provides access to the entire twitter RESTful API methods. Each method can accept various parameters and return responses.

You can refer to the Tweepy's documentation

Installation:

pip install tweepy

The source is available on Link

Time to Code:

You can find the code in twitter_bot.py

Explanation Walkthrough:

If you wish to understand the complete walkthrough,step by step, you should visit my Blog

LICENSE:

Copyright (c) 2020 Ayushi Rawat

Twitter-Bot Repository is licensed under the MIT License

My Digital Garden:

You can find my blogs at my Website.

The Developer Dictionary 🌱

Check out my latest videos on YouTube:

Let's connect! Find me on the web.



If you have any Queries or Suggestions, feel free to reach out to me.

Show some  ❤️  by starring some of the repositories!