Skip to content

nocturnalBadger/LeastUsedEmojiBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@LeastUsedEmoji

https://twitter.com/leastUsedEmoji

Fetches the least used emoji from emojitracker.com and tweets it.

Requires oauth credentials exported to the environment:

  • CONSUMER_KEY
  • CONSUMER_SECRET
  • "ACCESS_TOKEN"
  • ACCESS_TOKEN_SECRET

Example build and usage:

docker build . -t lue_bot

docker run -it -v $PWD/results.txt:/opt/lue_bot/results.txt:z -e CONSUMER_KEY=asdf -e CONSUMER_SECRET=123 -e ACCESS_TOKEN=abc123 -e ACCESS_TOKEN_SECRET=def456 lue_bot

About

Tweets out the least used emoji on twitter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published