JoeyTawadrous / Twitter-Auto-Pilot

Automate common Twitter activities such as following & unfollowing twitter accounts. Effortlessly follow users of a certain user.
https://darwinmail.app
MIT License
155 stars 45 forks source link
browse favourited minimum php tweet tweetbot tweetdeck tweeter tweets tweetstorm tweetstream twitter twitter-account twitter-api twitter-auto-pilot twitter-bootstrap twitter-bot twitter-client twitter-oauth unfollow

Twitter-Auto-Pilot

TweetPal allows you to automate common Twitter activities such as following & unfollowing Twitter accounts, following users back, favoriting tweets that match a search query, sending messages to users who are following you.

Link: https://www.darwinmail.app

Features

How to Use (Set & Forget)

  1. Clone this repo & host it on your server.
  2. Setup the database via the file frontend/production/utils/database_export.sql
  3. Browse to frontend/production/index.php
  4. Create an account.
  5. Create a new twitter app at https://apps.twitter.com
  6. Browse to your newly created app (on https://apps.twitter.com)
  7. Copy in your four keys to your account dashboard.
  8. Check the logs (frontend/production/logs) for detailed info on what your script is doing when executed.

If you have trouble copying the correct keys check out the following article: https://twittercommunity.com/t/how-do-i-find-my-consumer-key-and-secret/646/7

More questions are answered in the FAQ located at frontend/production/faq.php

OR

Go to tweetpal.io ;) You can check out the demo account from there: Email: demo@gmail.com Password: demo PS: tweet me (@joeytawadrous) if you have questions or created a new account & want full access.

Search Queries A query can have operators that modify its behaviour. Check out https://dev.twitter.com/rest/public/search for a full list of available queries.

Screenshot

Future

In the near future I plan to add many more types of Twitter functions, making use of the following:

Theme Credit

All credit for the beautiful admin theme used in TweetPal.io goes to https://github.com/puikinsh/gentelella

Feel free to Fork ;)