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

Β 

History

68 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ¦‰ twitBot

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

πŸ“Œ Getting Started

$ git clone [email protected]: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

About

πŸ¦‰Just a simple twitter bot for tipping in EOS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •