Skip to content

takuoka/Dribbble-GIF-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DribbbleGif

https://twitter.com/dribbble_gif

if you want to use this

Please add config/config.exs to use ExTwitter.

config/config.exs
use Mix.Config

config :ex_twitter, :oauth, [
   consumer_key: "xxxxxx",
   consumer_secret: "xxxxxx",
   access_token: "xxxxxx",
   access_token_secret: "xxxxxx"
]

[develop] watch & run in iex

chokidar **/.exs **/.ex -c 'iex -S mix run -e "DribbbleGif.main"'

launch test

elixir -S mix run --no-halt

start as daemon

elixir --detached -S mix run --no-halt

kill daemon

ps -eaf|grep elixir

kill <PID>

TODO