All Projects → spences10 → twitter-bot-playground

spences10 / twitter-bot-playground

Licence: other
Want to build your own twitter bot 🐣 check out the documentation.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to twitter-bot-playground

Twitter Activated Crypto Trading Bot
Buys crypto through keyword detection in new tweets. Executes buy in 1 second and holds for a given time (e.g. Elon tweets 'doge', buys Dogecoin and sells after 5 minutes). Tested on Kraken and Binance exchanges
Stars: ✭ 92 (+53.33%)
Mutual labels:  twitter-bot
CS193P
iOS Application Development Course
Stars: ✭ 55 (-8.33%)
Mutual labels:  learning-by-doing
twitter-like-bot
This app allows you to automate Twitter liking for specific keywords, hashtags, or even full sentences. The bot uses streaming API which means that everything happens in real time.
Stars: ✭ 30 (-50%)
Mutual labels:  twitter-bot
zsh-launchpad
🚀 Simple, educational dotfiles template to get started with Zsh and learn about its features
Stars: ✭ 141 (+135%)
Mutual labels:  learning-by-doing
TeleTweet
🦉 A telegram Twitter bot that will allow you send tweets!
Stars: ✭ 34 (-43.33%)
Mutual labels:  twitter-bot
Udacity-programming-for-Data-Science-With-Python-Nanodegree
This reprositry contain all the codes of Udacity programming for data science course
Stars: ✭ 22 (-63.33%)
Mutual labels:  learning-by-doing
tcrpartybot
A Twitter bot for interacting with a TCR without knowing what a blockchain is
Stars: ✭ 27 (-55%)
Mutual labels:  twitter-bot
tutorials as code
so that stuff read/seen don't get muddled up with time
Stars: ✭ 42 (-30%)
Mutual labels:  learning-by-doing
lcbo-api
A crawler and API server for Liquor Control Board of Ontario retail data
Stars: ✭ 152 (+153.33%)
Mutual labels:  learning-by-doing
today-i-learned
We constantly learn new things. This is a repo to share my learnings everyday.
Stars: ✭ 45 (-25%)
Mutual labels:  learning-by-doing
hug-bot
A twitter bot that gives out free hugs.
Stars: ✭ 22 (-63.33%)
Mutual labels:  twitter-bot
bots
Twitter bots
Stars: ✭ 45 (-25%)
Mutual labels:  twitter-bot
react-desde-cero
Un tutorial con ejemplos paso a paso para aprender los fundamentos React desde cero. (99% sin ES2015/ES6)
Stars: ✭ 16 (-73.33%)
Mutual labels:  learning-by-doing
za
An experimental rust zksnarks compiler with embeeded bellman-bn128 prover
Stars: ✭ 39 (-35%)
Mutual labels:  learning-by-doing
programmer-fa
Programmer Farsi - A bot that brings tweets about programming to your feed.
Stars: ✭ 77 (+28.33%)
Mutual labels:  twitter-bot
twittbot
An advanced Twitter bot.
Stars: ✭ 14 (-76.67%)
Mutual labels:  twitter-bot
Pool2021
Pools organized for Epitech's students in 2021.
Stars: ✭ 19 (-68.33%)
Mutual labels:  learning-by-doing
Full-Stack-Development-Learning-Path
This repo contains all the things which I practice while learning the Full-stack web development
Stars: ✭ 80 (+33.33%)
Mutual labels:  learning-by-doing
LGBTQ-of-the-day-bot
Twitter bot tweeting fun goofy lgbtq things and queer history of the day
Stars: ✭ 65 (+8.33%)
Mutual labels:  twitter-bot
Arduino-Beginners-EN
Code repository for the "Arduino for beginners" YouTube videos
Stars: ✭ 27 (-55%)
Mutual labels:  learning-by-doing

Twitter bot playground

Greenkeeper badge license Chat

This is a reference for me and anyone else that's interested in Twitter bots in JavaScript.

All of the examples here use the npm package twit.

We'll go through setting up a simple bot so each of these examples can be run with it.

I'm going to assume that you have nodejs installed along with npm and that you are comfortable with the terminal.

If you are not familiar node or do not have your environment set up to use it take a look at the README.md on my Twitter bot bootstrap repo which details getting a Twitter application set up and a development environment with c9.

A great resource is Aman Mittal's Awesome Twitter bots repo which has resources and bot examples.

A lot of this information is already out there I'm hoping this is all the information someone will need to get started with their own Twitter bot. I'm doing this for my own learning and hopefully other people will get something out of this as well.

Contents


Contributing

License

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].