Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therustifyer/twitter_bot
Command line Twitter BOT that can help your profile to grow it's impact on media
https://github.com/therustifyer/twitter_bot
api api-rest bot bot-framework python python3 twitter twitter-api twitter-sentiment-analysis
Last synced: 12 days ago
JSON representation
Command line Twitter BOT that can help your profile to grow it's impact on media
- Host: GitHub
- URL: https://github.com/therustifyer/twitter_bot
- Owner: TheRustifyer
- Created: 2020-10-12T21:10:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-10T22:51:22.000Z (about 4 years ago)
- Last Synced: 2024-01-20T10:45:37.953Z (about 1 year ago)
- Topics: api, api-rest, bot, bot-framework, python, python3, twitter, twitter-api, twitter-sentiment-analysis
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Bot
This is a command line tool than autoguide you through all steps in order to performance all availiable tasks.
## Usage
Those task will be shown inmediatly after running the script.
You will be asked in a "do you want to perform this..." No commnands needed, it's like a game.## Requeriments
First of all you will need a Twitter Developer account.
You will need some API Private Keys in order to use this.You can get one dev acciunt inquiring on [https://developer.twitter.com/en/apply-for-access].
Next you will need Python instaled of your machine if you already haven't installed. Go to [https://www.python.org/downloads]
and get the lastest version.## How to get it
Click on Code on the main page, get copy the url provided there and then open a terminal and paste this:
``` git clone https://github.com/Pyzyryab/twitter_bot ```
Open the [twitter.py] file, and replace:
```
auth = tweepy.OAuthHandler('''API KEYS HERE''')
auth.set_access_token('''USER KEYS HERE''')
```with your API and USER keys!
Then move to the folder and run [twitter.py] and hope that you enjoy it!