All Projects â†’ arastu â†’ Likelo

arastu / Likelo

Licence: mit
Twitter auto like bot, Under Development👷, Pre Alpha

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Likelo

Chir.py
twitter news bot that builds followers, posts, and bitcoin via ppc links
Stars: ✭ 10 (-84.37%)
Mutual labels:  bot, twitter
Node Twitter Api
Twitter API 1.1 client for NodeJS
Stars: ✭ 29 (-54.69%)
Mutual labels:  twitter-api, twitter
Tweety
.NET Standard Library to help in managing Twitter Webhook APIs.
Stars: ✭ 11 (-82.81%)
Mutual labels:  bot, twitter
Um Twitteremojianalysis
Twitter Emoji Analysis
Stars: ✭ 6 (-90.62%)
Mutual labels:  twitter-api, twitter
Tweepy
Twitter for Python!
Stars: ✭ 8,293 (+12857.81%)
Mutual labels:  twitter-api, twitter
Twitter Post Fetcher
Fetch your twitter posts without using the new Twitter 1.1 API. Pure JavaScript! By Jason Mayes
Stars: ✭ 886 (+1284.38%)
Mutual labels:  twitter-api, twitter
Searchtwitter
Android app, which allows to search tweets as user types and scroll them infinitely
Stars: ✭ 14 (-78.12%)
Mutual labels:  twitter-api, twitter
Twitterapi
Minimal python wrapper for Twitter's REST and Streaming APIs
Stars: ✭ 724 (+1031.25%)
Mutual labels:  twitter-api, twitter
Rtweet Workshop
Slides and code for the rtweet workshop
Stars: ✭ 41 (-35.94%)
Mutual labels:  twitter-api, twitter
Fact Bot
Twitter bot dedicated to tweeting interesting facts daily
Stars: ✭ 40 (-37.5%)
Mutual labels:  bot, twitter
Tweetinvi
Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
Stars: ✭ 812 (+1168.75%)
Mutual labels:  twitter-api, twitter
Broid Kit
Bot framework powered by Broid
Stars: ✭ 58 (-9.37%)
Mutual labels:  bot, twitter
Twitter
Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x
Stars: ✭ 755 (+1079.69%)
Mutual labels:  twitter-api, twitter
Remote Dev Jobs Streamer
Match Tweets containing remote developer jobs using Filtered Stream and Tweet Annotations
Stars: ✭ 24 (-62.5%)
Mutual labels:  twitter-api, twitter
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+1035.94%)
Mutual labels:  bot, twitter
Zonkeynet
RADIO Mesh Network
Stars: ✭ 12 (-81.25%)
Mutual labels:  bot, twitter
Trump2cash
A stock trading bot powered by Trump tweets
Stars: ✭ 6,054 (+9359.38%)
Mutual labels:  bot, twitter
Integrations
Connect your App to Multiple Messaging Channels with the W3C Open standard.
Stars: ✭ 721 (+1026.56%)
Mutual labels:  bot, twitter
Twitter Downloader Telegram Bot
🤖 Telegram bot for download video from twitter.
Stars: ✭ 37 (-42.19%)
Mutual labels:  bot, twitter
Talon For Twitter Android
The most powerful and beautiful Twitter client available.
Stars: ✭ 1,022 (+1496.88%)
Mutual labels:  twitter-api, twitter

likelo

Twitter auto like bot

Where does likelo's idea come from?

I have a friend named Arash(AraaX on twitter) who follows me in twitter, every time I post something or even reply to my friend, after a short period of time, I get a notification which says Arash liked my post or reply :)

Likelo simulates Arash for your followers :))

How To Start To Liking, Like A Bot :)

Dependency

Note: You will need Go 1.7 or newer.

Create a twitter application

While signed in under your Twitter account, visit https://apps.twitter.com. Click Create an application. Assign a name, description, and URL to the application. If you don't know the URL of your application yet, that's fine, you can change it later when you know (actually this is not required for likelo). Click the Yes, I agree check box, fill out the CAPTCHA, and click Create your Twitter application. Once the application has successfully created, visit the Settings tab for the application. Select the Read and Write radio button and click Update this Twitter application's settings. This sets the proper permissions for the application to query and post new tweets to the account. Visit the Keys and Access Tokens tab. Take note of the consumer key, consumer secret, access token, and access secret — you'll need these for likelo bot. If the access token/secret are not shown, click Create my access token at the bottom of the page.

consumer key, consumer secret, access token, and access secret is required for using in likelo config.

Download likelo

download likelo with go get

go get github.com/arastu/likelo

Copy sample config file(.likelo.config.sample.yaml) from likelo folder to your home folder and rename it to .likelo.yaml

cd $GOPATH/src/github.com/arastu/likelo
cp .likelo.config.sample.yaml $HOME/.likelo.yaml
Then edit .likelo.yaml and add consumer key, consumer secret, access token, and access secret.

Building from Source

cd $GOPATH/src/github.com/arastu/likelo
make likelo

This will create likelo binary executable file in $GOPATH/src/github.com/arastu/likelo folder.

Run likelo

./likelo
Using config file: /Users/arastu/.likelo.yaml
Starting Stream...
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].