-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml.dist
41 lines (37 loc) · 1.17 KB
/
config.yaml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# RETWEETER configuration
# This is a comment.
# Authentication credentials
# generated via https://developer.twitter.com/
API.Twitter:
access_key: ' CONFIGURE ME '
access_secret: ' CONFIGURE ME '
consumer_key: ' CONFIGURE ME '
consumer_secret: ' CONFIGURE ME '
trend:
# "Where On Earth IDentifier - String"
# (https://en.wikipedia.org/wiki/WOEID)
# Search trends into this area.
#
woeid: '721943' # ROME/Italy
mention:
# "Search text" - String
# Term to search into own mentions; retweet if the term is in contained in the text.
#
search: '#sometag'
retweet:
# "Retweet messages" - List of messages
# They will be picked randomly and used as text for the retweet of mentions.
#
# messages:
# - 'one foobarish example of tweet'
# - "This is how I found God"
#
# Note:
# - remember to consider the max lenght of a tweet, when adding new messages
# - double-quote/aphex strings should be escaped with slash; e.g. 'D\'Artagnan'
#
with_messages:
- "esempio tweet"
- "#iGattiniOdianoSalvini https://imgur.com/0ZlAC0P"
- "https://imgur.com/miOWDkq"
- "#iGattiniOdianoSalvini https://imgur.com/0ZlAC0P"