Skip to content

Twitter bot that tweets spaghetti. Follow @dontbeupsetti. (WIP)

Notifications You must be signed in to change notification settings

Jaylooker/dontbeupsetti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dontbeupsetti


Twitter bot that tweets spaghetti. Follow @dontbeupsetti.

Installation


Git

Initialize repo

git init

Add node .gitignore (source)

git config core.sparseCheckout true
//windows
echo github/gitignore/Node.gitignore > .git/info/sparse-checkout
//non-windows
echo 'github/gitignore/Node.gitignore' > .git/info/sparse-checkout
//retrieve only one file
git remote add -f origin https://github.com/github/gitignore.git
git pull origin master

Node

Install node (includes npm).

Create a folder and create a new app with a package.json.

mkdir appname
npm init

...without selecting options

npm init -y

Istall packages and update dependencies for each.

npm install <package-name> --save

Heroku

Install heroku and create account.

Login...

heroku login

Go to location of app

heroku apps: create <same-appname>

Dependencies


About

Twitter bot that tweets spaghetti. Follow @dontbeupsetti. (WIP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published