Skip to content

Twitter bot with many functions from easy ones (search, twit, retwitt, favorite...) to complex ones.

Notifications You must be signed in to change notification settings

AlbertoMGV/TwitterMultiToolBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterMultiToolBot 🤖

Bot defined with some usefull functions, is needed to create config.js in root directory with app and user consumer and access tokens, I leave an example at the end of this doc. Also is required to uncoment functions and create your own program. In case of wanting to upload to a server, use the comand "setInterval(functionName, milisecons);" to leave it running in a loop.

Implemented Functions

  • favoriteTweet();
  • retweet();
  • randomFav();
  • searchID();
  • idtoname();
  • flist(name);
  • tuit();
  • flistHello();
  • flistdata(name);
  • naceElTiempo();
  • lastTwit('');
  • last20('');
  • last20x('');
  • queHoraEs();
  • favID();
  • rtID();
  • favLast20ID();
  • rtLast20ID();
  • espera();

Installation

  1. Clone the repository
$ git clone https://github.com/AlbertoMGV/TwitterMultiToolBot
  1. Install Node Modules
$ npm install
  1. Create config.js in root folder
module.exports = {

    consumer_key: '',
  
    consumer_secret: '',
  
    access_token: '',  
  
    access_token_secret: ''
  
}
  1. Run the bot
$ node bot.js

Contributing

Feel free to open pull requests with new features or bug fixes. Any contributions you make are greatly appreciated.

As the license states, you can fork and even redistribute this as long as it is communicated to me.

Contact

If you are not that tech savvy feel free to ask me any questions via email. Or if youre thinking about continue developing that project contact me!

About

Twitter bot with many functions from easy ones (search, twit, retwitt, favorite...) to complex ones.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published