All Projects → pbzweihander → rust-trending

pbzweihander / rust-trending

Licence: MIT License
A twitter bot (@RustTrending) to tweet trending rust repositories, inspired by @TrendingGithub

Programming Languages

rust
11053 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to rust-trending

coopboost
Grow your twitter audience.
Stars: ✭ 50 (-55.75%)
Mutual labels:  twitter-bot, tweets
tradoge
DOGE trading bot for instantly buying and selling DOGE cryptocurrency on Binance when Elon Musk tweets about it.
Stars: ✭ 122 (+7.96%)
Mutual labels:  twitter-bot, tweets
awesome-twitter-bots
A Curated Collection of the Best Twitter Bots 🤖
Stars: ✭ 99 (-12.39%)
Mutual labels:  twitter-bot, tweets
TwitterAutoReplyBot
This is a tiny Python script that replies to a specified number of tweets containing a specified hashtag.
Stars: ✭ 33 (-70.8%)
Mutual labels:  twitter-bot, tweets
TgTwitterStreamer
Continous Integration from Twitter to Telegram.
Stars: ✭ 55 (-51.33%)
Mutual labels:  twitter-bot, tweets
Twitter-bot
Twitter bot which waits for #hashTag and sends weather update of city via tweets
Stars: ✭ 20 (-82.3%)
Mutual labels:  twitter-bot, tweets
twitter-bot-bootstrap
Template for creating a twitter bot using python (twython) and heroku
Stars: ✭ 26 (-76.99%)
Mutual labels:  twitter-bot, tweets
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 (-18.58%)
Mutual labels:  twitter-bot, tweets
TeleTweet
🦉 A telegram Twitter bot that will allow you send tweets!
Stars: ✭ 34 (-69.91%)
Mutual labels:  twitter-bot, tweets
tweet-delete
Self-destructing Tweets so you too can be cool 😎
Stars: ✭ 68 (-39.82%)
Mutual labels:  twitter-bot, tweets
tweet-delete-bot
A bot that deletes and un-favourites tweets that are more than 10 days old. Schedule this to run once a day to become an ephemeral tweep, just like http://twitter.com/JacksonBates
Stars: ✭ 39 (-65.49%)
Mutual labels:  twitter-bot, tweets
twittered
Twitter API client for Java developers
Stars: ✭ 170 (+50.44%)
Mutual labels:  twitter-bot
pghumor
Is This a Joke? Humor Detection in Spanish Tweets
Stars: ✭ 48 (-57.52%)
Mutual labels:  tweets
COVID-19-tweets-for-check-worthiness
COVID-19 Infodemic Twitter dataset
Stars: ✭ 14 (-87.61%)
Mutual labels:  tweets
gramtion
Twitter bot for generating photo descriptions (alt text)
Stars: ✭ 21 (-81.42%)
Mutual labels:  twitter-bot
detweet
delete tweets en masse
Stars: ✭ 14 (-87.61%)
Mutual labels:  tweets
sentiment-analysis-of-tweets-in-russian
Sentiment analysis of tweets in Russian using Convolutional Neural Networks (CNN) with Word2Vec embeddings.
Stars: ✭ 51 (-54.87%)
Mutual labels:  tweets
honk-twitter-bot
A simple honk twitter bot that reply honk slash command
Stars: ✭ 19 (-83.19%)
Mutual labels:  twitter-bot
TwitterClone
Based on core principles of Twitter but different in many ways.
Stars: ✭ 27 (-76.11%)
Mutual labels:  tweets
gnip
Connect to Gnip streaming API and manage rules
Stars: ✭ 28 (-75.22%)
Mutual labels:  tweets

rust-trending

MIT License Badge @RustTrending Badge

Thinking With Rust

A twitter bot (@RustTrending) to tweet trending rust repositories, inspired by @TrendingGithub and @pythontrending.

Usage

Requirements

  • Redis

Local

cargo build --release
cargo install --path .
rust-trending config.toml

Docker

docker run -p 6379:6379 --rm -d redis
docker run --rm -v $PWD/config.toml:/app/config.toml -d ghcr.io/pbzweihander/rust-trending:latest

Docker Compose

cp config.toml /srv/rust-trending/config.toml
docker-compose up -d

License

This project is licensed under the terms of MIT 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].