All Projects → nilsding → timeline

nilsding / timeline

Licence: other
Takes tweets from a bot's followings and markovifies them. Ruby port of sneaksnake/timeline

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to timeline

neworder
A dynamic microsimulation framework for python
Stars: ✭ 15 (+15.38%)
Mutual labels:  markov-chain
Kinetic
A flexible tweening library for iOS in Swift similar to GSAP's TweenMax.
Stars: ✭ 54 (+315.38%)
Mutual labels:  timeline
javacard-gradle-template
JavaCard project template for building CAP and running JCardSim with gradle + coverage
Stars: ✭ 27 (+107.69%)
Mutual labels:  simulator
aco-simulator
Ant Colony Optimization Simulator developed in HTML
Stars: ✭ 18 (+38.46%)
Mutual labels:  simulator
hwt
VHDL/Verilog/SystemC code generator, simulator API written in python/c++
Stars: ✭ 145 (+1015.38%)
Mutual labels:  simulator
personal-website
My personal website
Stars: ✭ 117 (+800%)
Mutual labels:  timeline
dose
Digital Organism Simulation Environment (DOSE)
Stars: ✭ 44 (+238.46%)
Mutual labels:  simulator
OSKAR
SKA Radio Telescope Simulator
Stars: ✭ 40 (+207.69%)
Mutual labels:  simulator
react-native-boilerplate
Ready-made structure of your next React Native application within a few minutes.
Stars: ✭ 36 (+176.92%)
Mutual labels:  simulator
firmware-analysis-plus
Simulate firmware with one click of firmadyne (使用 firmadyne 一键模拟固件)
Stars: ✭ 84 (+546.15%)
Mutual labels:  simulator
awesome-lidar
😎 Awesome LIDAR list. The list includes LIDAR manufacturers, datasets, point cloud-processing algorithms, point cloud frameworks and simulators.
Stars: ✭ 217 (+1569.23%)
Mutual labels:  simulator
photontorch
Highly parallel simulation and optimization of photonic circuits in time and frequency domain based on the deep-learning framework PyTorch
Stars: ✭ 29 (+123.08%)
Mutual labels:  simulator
twgitbot
A node.js bot that checks a github repo changes and tweets it to your Twitter account
Stars: ✭ 10 (-23.08%)
Mutual labels:  twittbot
AllYourMemoriesAreBelong2iOS
💪 Simulate iOS on-device memory warnings like a hero.
Stars: ✭ 17 (+30.77%)
Mutual labels:  simulator
HackSystem
A Hack System based on ASP.NET Core and Blazor WebAssembly.
Stars: ✭ 72 (+453.85%)
Mutual labels:  simulator
web3-is-going-great
A timeline of some of the greatest hits in cryptocurrencies, NFTs, and other web3 projects since the beginning of 2021
Stars: ✭ 334 (+2469.23%)
Mutual labels:  timeline
TJAPlayer3
A .tja file player.(feat. DTXMania & TJAPlayer2 forPC)
Stars: ✭ 104 (+700%)
Mutual labels:  simulator
libsimulator
libsimulator is a library for building discrete event simulations, implementing the ``boost.asio`` API.
Stars: ✭ 20 (+53.85%)
Mutual labels:  simulator
rcssserver
The RoboCup Soccer Simulator Server
Stars: ✭ 100 (+669.23%)
Mutual labels:  simulator
l2r
Open-source reinforcement learning environment for autonomous racing.
Stars: ✭ 38 (+192.31%)
Mutual labels:  simulator

timeline

Takes tweets from a bot's followings and markovifies them.

This is the Ruby port of the original code, with some enhancements:

  • Database migrations
  • Does not use deleted tweets for generation

Instructions

Requirements

  • Ruby 2.3 or newer
  • Bundler (install it using gem install bundler if you don't have it already)
  • FreeBSD, OpenBSD, macOS or any other decent Unix-like system

Installation

  1. Clone this git repo
  2. Run bundle install to install the dependencies
  3. Authenticate with Twitter: twittbot auth
  4. Run the bot to start fetching tweets: twittbot start
  5. Create an entry in your crontab which runs twittbot cron generate

Have fun!

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