Defaults to putting tweets in tweets.rds or
tweets.db by default
Has writers for rds or db
(SQLite)
Adds tweets to the collection without deleting old
tweets
Maybe can have a YAML in the root directory that it uses for
settings as well?
Makes it easy to start collecting tweets
- [x] Script that gets installed into /usr/local/bin
- Wraps a few primary tasks with `rtweet`
- [x] Search
- [ ] Stream
- [x] Lookup (update)
- [ ] Lookup users
- Defaults to putting tweets in `tweets.rds` or `tweets.db` by default
- Has writers for `rds` or `db` (SQLite)
- Adds tweets to the collection without deleting old tweets
- Maybe can have a YAML in the root directory that it uses for settings as well?
- Makes it easy to start collecting tweets
Script that gets installed into /usr/local/bin
Wraps a few primary tasks with
rtweetDefaults to putting tweets in
tweets.rdsortweets.dbby defaultHas writers for
rdsordb(SQLite)Adds tweets to the collection without deleting old tweets
Maybe can have a YAML in the root directory that it uses for settings as well?
Makes it easy to start collecting tweets