Skip to content
/ twitbot Public

🦉Just a simple twitter bot for tipping in EOS

Notifications You must be signed in to change notification settings

kesar/twitbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0bd576d Â· Apr 30, 2018

History

68 Commits
Feb 22, 2018
Apr 29, 2018
Apr 29, 2018
Feb 18, 2018
Feb 5, 2018
Apr 29, 2018

Repository files navigation

🦉 twitBot

twitBot is a simple bot in node to tip users in twitter. ( https://twitter.com/EosTwitbot )

📌 Getting Started

$ git clone git@github.com:kesar/twitbot.git
$ cd twitbot/app
$ npm install

📌 Configuration

Copy twitter.yml.dist into twitter.yml and change your information.

📌 Contracts

Under folder contracts/ you will find the contracts that the bot is using.

📌 Call examples with cleos

cleos get table twitbot twitbot accounts
cleos push action eosio.token transfer '[ "eosio", "twitbot", "0.1000 EOS", "kesarito" ]' -p eosio
cleos push action twitbot tip '{"from_twitter": "kesarito", "to_twitter": "kesarito2", "quantity": 5}' -p twitbot
cleos push action twitbot claim '{"from_twitter": "kesarito", "to_eos": "eosio"}' -p twitbot
cleos push action twitbot withdraw '{"from_twitter": "kesarito", "to_eos": "kesarito"}' -p twitbot