An open API service indexing awesome lists of open source software.

https://github.com/paritoshtripathi935/pwiiter-bot

This is a twitter bot used to extract data using keywords
https://github.com/paritoshtripathi935/pwiiter-bot

bot python twiiter twiiter-bot twitter-api

Last synced: about 2 months ago
JSON representation

This is a twitter bot used to extract data using keywords

Awesome Lists containing this project

README

          

Twitter Bot


A Python Twitter Bot that automatically retweets, likes the tweets with specific hashtag


### :star: Star us on GitHub — it helps!

![Python](https://img.shields.io/badge/python-v3.8+-blue.svg)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/tsvillain/Twitter-Bot/issues)
[![MIT License](https://img.shields.io/github/license/tsvillain/Twitter-Bot.svg?style=flat-square)](https://github.com/tsvillain/Twitter-Bot/blob/master/LICENSE)
[![LinkedIn](https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555)](https://www.linkedin.com/in/paritosh-tripathi-social/)

## 🚀  Installation

#### Clone the repo
```
$ git clone https://github.com/paritoshtripathi935/Pwiiter-bot.git
```
## :bulb: Working

### Sign up for a Twitter Developer Account
* Create a separate Twitter account for your bot.
* Sign up for Twitter Developer Account from this site - [Apply for a Twitter Developer Account](https://developer.twitter.com/en/apply-for-access)
* Enter the necessary fields and await for email confirmation.
* Click on [Create an app](https://developer.twitter.com/en/apps)
* Enter the details and keep safe the access tokens generated.

#### Enter your generated access tokens and consumer keys in the file credentials.py

```
consumerAPIkey = ''
consumerAPIsecret = ''
accessToken = ''
accessTokenSecret = ''
```

## :clap: Done
Feel free to **file a new issue** with a respective title and description on the the [Twitter-Bot](https://github.com/tsvillain/Twitter-Bot/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**!

## 📘  License
The Twitter Bot is released under the under terms of the [MIT License](LICENSE).

## :heart: Contributor
Made by [Paritosh tripathi](https://github.com/paritoshtripathi935)