We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5accfa commit f4ec9cfCopy full SHA for f4ec9cf
README.md
@@ -8,4 +8,13 @@ Feel free to use it.
8
9
## Usage
10
Simply create some text-file w/ the tweets in it separated by `§§§`. Run the script with:<br>
11
-`twitter-bot.py <file> <number of seconds to wait>`
+`twitter-bot.py <file> <number of seconds to wait>`
12
+
13
+Given the `example.txt` file containing two sample tweets, you can call
14
+the script as follows:
15
16
+```bash
17
+python twitter-bot.py example.txt 10
18
+```
19
20
+This will publish both tweets with ten seconds between each.
example.txt
@@ -0,0 +1,10 @@
1
+First tweet this day!
2
3
+#100DaysOfCode | #coding | #Python
4
5
+§§§
6
7
+Second tweet, which is separated by the first one using the given separator!
+Coding is fun.
+#coding | #Python
0 commit comments