jmejia8 / TeoBot.jl

This is my bot for twitter in JuliaLang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TeoBot

This is a very simple bot to publish random stuff from the internet.

Usage

Firstly, you need credentials for accessing to the twitter API. Apply here.

Save those credentials in ENV variables (see documentation).

Required values: ENV["TWITTER_CKEY"], ENV["TWITTER_CSEC"], ENV["TWITTER_OTOK"], ENV["TWITTER_OSEC"].

After that, download TeoBot and cd to this project, then in terminal (linux or similar) execute:

julia --project=./ --color=yes scripts/scripts.jl

In scripts you'll find some examples.

About

This is my bot for twitter in JuliaLang


Languages

Language:Julia 100.0%