- (Optional but recommended) Create a virtual environment.
virtualenv -p python3 ENV__neko
source /path/to/projects/ENV__neko/bin.activate(.fish) # if you're using fish as a shell
- Install dependencies
# Inside the project folder, run the following command:
pip install -r requirements.txt
-
Go grab your twitter api keys.
-
Open up
sample_neko.sh
and populate the corresponding variables. -
Get your Google Sheets OAuth Credentials from the Google Developer Console.
-
Save them at the top level of the project and rename the file
client_secret.json
. -
Rename
sample_neko.sh
toneko.sh
mv sample_neko.sh neko.sh
- Make the file executable
sudo chmod +x neko.sh
-
Run the script (if you created a virtualenv, please make sure that it's activated).
-
Enjoy life.