All Projects → amirhoseinsalimi → programmer-fa

amirhoseinsalimi / programmer-fa

Licence: MIT license
Programmer Farsi - A bot that brings tweets about programming to your feed.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to programmer-fa

Awesome Python Login Model
模拟登陆基本采用的是直接登录或者使用selenium+webdriver的方式,有的网站直接登录难度很大,比如qq空间,bilibili等如果采用selenium就相对轻松一些。
Stars: ✭ 13,953 (+18020.78%)
Mutual labels:  twitter-bot
love-a-paper
Twitter bot that tweets randomly selected papers from Papers We Love.
Stars: ✭ 20 (-74.03%)
Mutual labels:  twitter-bot
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 (+19.48%)
Mutual labels:  twitter-bot
coopboost
Grow your twitter audience.
Stars: ✭ 50 (-35.06%)
Mutual labels:  twitter-bot
FSharpDataBot
Twitter robot that outputs Graphs and Statistics from the World Bank Data
Stars: ✭ 21 (-72.73%)
Mutual labels:  twitter-bot
twpy
Twitter High level scraper for humans.
Stars: ✭ 58 (-24.68%)
Mutual labels:  twitter-bot
opensea-sales-twitter-bot
A Twitter bot that tweets Opensea sales for a given collection 🐳
Stars: ✭ 120 (+55.84%)
Mutual labels:  twitter-bot
TeleTweet
🦉 A telegram Twitter bot that will allow you send tweets!
Stars: ✭ 34 (-55.84%)
Mutual labels:  twitter-bot
TwitterAutoReplyBot
This is a tiny Python script that replies to a specified number of tweets containing a specified hashtag.
Stars: ✭ 33 (-57.14%)
Mutual labels:  twitter-bot
twittbot
An advanced Twitter bot.
Stars: ✭ 14 (-81.82%)
Mutual labels:  twitter-bot
stock reminder bot
A twitter bot that reminds you of stock and crypto predictions
Stars: ✭ 25 (-67.53%)
Mutual labels:  twitter-bot
tradoge
DOGE trading bot for instantly buying and selling DOGE cryptocurrency on Binance when Elon Musk tweets about it.
Stars: ✭ 122 (+58.44%)
Mutual labels:  twitter-bot
lowflyingrocks
Twitter bot that tweets when an asteroid passes the Earth
Stars: ✭ 15 (-80.52%)
Mutual labels:  twitter-bot
TwitterScraper
Scrape a User's Twitter data! Bypass the 3,200 tweet API limit for a User!
Stars: ✭ 80 (+3.9%)
Mutual labels:  twitter-bot
hug-bot
A twitter bot that gives out free hugs.
Stars: ✭ 22 (-71.43%)
Mutual labels:  twitter-bot
TraceElements
Tracery grammars for building creative Twitterbots. Contains generative grammars for story-telling, metaphor generation, ironic put-downs, Trumpisms, short poems, etc.
Stars: ✭ 31 (-59.74%)
Mutual labels:  twitter-bot
ColegaDondeEstaMiTFM
Un bot de Twitter que comparte cada hora un TFM hasta que Cristina Cifuentes enseñe el suyo.
Stars: ✭ 14 (-81.82%)
Mutual labels:  twitter-bot
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 (-61.04%)
Mutual labels:  twitter-bot
bots
Twitter bots
Stars: ✭ 45 (-41.56%)
Mutual labels:  twitter-bot
tcrpartybot
A Twitter bot for interacting with a TCR without knowing what a blockchain is
Stars: ✭ 27 (-64.94%)
Mutual labels:  twitter-bot

Programmer Farsi Twitter Bot

Follow on Twitter

A simple bot that brings Persian / English tweets about programming to your feed. Feel free to add your desired words.

Note This bot is being re-written. The current work is being done on v2 branch which is going to be merged with master once is completed. I suggest you to send your PRs to v2 branch for now.

Requirements to run the bot

  1. A developer account (Grab one from here Twitter)
  2. pm2 module (run npm i -g pm2)
  3. Node.js and npm

Project setup

  1. Clone this repo:
    Run git clone https://github.com/amirhoseinsalimi/programmer-fa

  2. Install dependencies:
    Run npm i

  3. Create an .env file
    Copy the content of .env.example into .env and fill it with your credentials

  4. Run migrations
    Run the command npm run migrate:latest to create the tables

  5. Run the bot
    For development with hot reload: npm run dev
    For Run npm start

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