Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 445 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 445 Bytes

twitterbot

uses selenium and chromewebdriver to login to twitter and create a tweet

Things to install before hand

1.) Ruby
2.) bundler
3.) chromedriver (and place it in your PATH)

How to use

1.) Copy exampleconfig.json to config.json
2.) Fill in your username and password information in the correct fields
3.) Replace the "Hello World!" tweet with the tweet you actually want to post
4.) Run "./runBot.sh"