All Projects → kesar → twitbot

kesar / twitbot

Licence: other
🦉Just a simple twitter bot for tipping in EOS

Programming Languages

javascript
184084 projects - #8 most used programming language
C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to twitbot

ping-eos
Implementing ping between EOS / React.js
Stars: ✭ 86 (+377.78%)
Mutual labels:  eos, eos-contracts, eosio
eosdart
EOS API Client in Dart Language
Stars: ✭ 33 (+83.33%)
Mutual labels:  eos, eosio
alcor-ui
Alcor Exchange | First self-listing onchain DEX for eosio tokens;
Stars: ✭ 103 (+472.22%)
Mutual labels:  eos, eosio
EOSBank
EOS Bank (CPU rent contract)
Stars: ✭ 45 (+150%)
Mutual labels:  eos, eosio
luckydog
luckydog(锦鲤) 一个幸运小游戏
Stars: ✭ 14 (-22.22%)
Mutual labels:  eos, eosio
eosgo-client
A simple Go wrapper of EOS (eosio) RPC API, and more!
Stars: ✭ 29 (+61.11%)
Mutual labels:  eos, eosio
geos
golang implementation of the EOS protocol
Stars: ✭ 67 (+272.22%)
Mutual labels:  eos, eosio
eosportal-api
🗳EOSPortal Community Voting
Stars: ✭ 16 (-11.11%)
Mutual labels:  eos, eosio
eos-jvm
EOS libraries for the JVM, designed primarily for Android development.
Stars: ✭ 38 (+111.11%)
Mutual labels:  eos, eosio
stablecoooin
EOS stable coin contract
Stars: ✭ 17 (-5.56%)
Mutual labels:  eos, eos-contracts
namevault
Account creator & name generator for users on EOS and EOSIO compatible blockchains.
Stars: ✭ 17 (-5.56%)
Mutual labels:  eos, eosio
EOSWallet
🔐EOS Wallet: Manage your EOS accounts with steroids :)
Stars: ✭ 36 (+100%)
Mutual labels:  eos, eosio
Awesome Eos
A curated list of awesome EOS frameworks, libraries, software and resources.
Stars: ✭ 181 (+905.56%)
Mutual labels:  eos, eosio
eosdart ecc
Elliptic curve cryptography functions in Dart. Private Key, Public Key, Signature, AES, Encryption, Decryption
Stars: ✭ 25 (+38.89%)
Mutual labels:  eos, eosio
Monstereos
A Tamagotchi and Battle Game for EOS Blockchain :)
Stars: ✭ 174 (+866.67%)
Mutual labels:  eos, eosio
Eos Bios
DEPRECATED: use `eosc boot` now. Historically: Orchestrator for a decentralized EOS.IO blockchain network boot
Stars: ✭ 173 (+861.11%)
Mutual labels:  eos, eosio
Awesome Eos
A curated list of EOS Ecosystem by SuperONE.
Stars: ✭ 160 (+788.89%)
Mutual labels:  eos, eosio
Eostracker
🗄EOS Tracker: Real time block explorer for EOS Blockchain
Stars: ✭ 166 (+822.22%)
Mutual labels:  eos, eosio
EOS-Proxy-Token
Proxy token to allow mitigating EOSIO Ram exploit
Stars: ✭ 22 (+22.22%)
Mutual labels:  eos, eosio
eosreach-android
An EOS wallet developed in Kotlin using the eos-jvm SDK and the model view intent (MVI) design pattern. This wallet serves as a blueprint for how other developers might want to utilise eos-jvm to develop native Android apps that consume the EOS blockchain.
Stars: ✭ 37 (+105.56%)
Mutual labels:  eos, eosio

🦉 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].