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
- Host: GitHub
- URL: https://github.com/paritoshtripathi935/pwiiter-bot
- Owner: paritoshtripathi935
- License: mit
- Created: 2022-02-04T15:12:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T14:20:32.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T04:41:40.031Z (about 1 year ago)
- Topics: bot, python, twiiter, twiiter-bot, twitter-api
- Language: Python
- Homepage:
- Size: 235 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!

[](https://github.com/tsvillain/Twitter-Bot/issues)
[](https://github.com/tsvillain/Twitter-Bot/blob/master/LICENSE)
[](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)