Skip to content

Messenger bot for finding the nearest searched pokemon using twitter

Notifications You must be signed in to change notification settings

sammanthp007/pokemon-go-bot

Repository files navigation

Running the program

node index

SSH setup

ssh-keygen -t rsa

ssh-keygen -t dsa

Add the public keys to your authorized_keys file by entering the commands below:

Caution: Never add any private keys (~/.ssh/id_rsa or ~/.ssh/id_dsa) to the authorized_keys file.

$ cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
$ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys 
$ chmod 711 ~/.ssh
$ chmod 644 ~/.ssh/authorized_keys

Add the following line to your ~/.ssh/config file (using the vi editor or similar). This configures SSH to use an SSH v2 connection: Protocol 2

About

Messenger bot for finding the nearest searched pokemon using twitter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published