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 5945ee7a51
Apps/everybody-mov/pipeline/head There was a failure building this commit Details
Testing
2022-09-01 23:51:14 -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
Dockerfile Initial commit of my old Twitter bot (that still runs) 2022-08-26 01:28:14 -04:00
Jenkinsfile Testing 2022-09-01 23:51:14 -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 Testing 2022-09-01 23:46:34 -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 Initial commit of my old Twitter bot (that still runs) 2022-08-26 01:28:14 -04: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