Twitter bot that spits out random quotes from everybody.mov by Jessie Mott. https://www.youtube.com/watch?v=0hdTT3BIXXg
Go to file
Amber McCloughan 5124b13e59
Apps/everybody-mov/pipeline/head This commit looks good Details
Force deploy
2022-09-04 01:31:08 -04:00
.gitignore Styling changes and fixing some dumb dumb code. Also, some new dependencies for development. 2022-08-28 22:42:43 -04:00
.groovylintrc.json Performing better masking on credentials; renaming env variables; cleaning up after Docker agents. 2022-09-03 23:44:14 -04:00
Dockerfile Adding Jenkinsfile for checking, building, and publishing 2022-09-02 00:35:32 -04:00
Jenkinsfile Force deploy 2022-09-04 01:31:08 -04:00
Pipfile Styling changes and fixing some dumb dumb code. Also, some new dependencies for development. 2022-08-28 22:42:43 -04:00
Pipfile.lock Adding Jenkinsfile for checking, building, and publishing 2022-09-02 00:35:32 -04:00
README.md Specifying how to build in README.md, in case I forget. 2022-08-28 22:51:40 -04:00
everybody.txt Undoing one grammatical edit in everybody.txt 2022-08-30 18:59:50 +00:00
requirements.txt Initial commit of my old Twitter bot (that still runs) 2022-08-26 01:28:14 -04:00
tweetbot.py Styling changes and fixing some dumb dumb code. Also, some new dependencies for development. 2022-08-28 22:42:43 -04:00

README.md

everybody-mov

In my dreams there is an intimacy I have never known.

Building image

docker buildx build --platform linux/amd64 -t ailuridae.io/everybodymov .

Running container

docker run -e CONSUMER_KEY=mykey -e CONSUMER_SECRET=mysecret -e ACCESS_TOKEN=mytoken -e ACCESS_TOKEN_SECRET=mytokensecret ailuridae.io/everybodymov:latest