Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinyworlds/bot_teleport
Twitter bot teleporting you to magical, inspiring places
https://github.com/tinyworlds/bot_teleport
Last synced: 3 days ago
JSON representation
Twitter bot teleporting you to magical, inspiring places
- Host: GitHub
- URL: https://github.com/tinyworlds/bot_teleport
- Owner: tinyworlds
- License: cc0-1.0
- Created: 2015-10-31T11:21:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T13:17:53.000Z (over 8 years ago)
- Last Synced: 2024-08-02T05:11:35.674Z (3 months ago)
- Homepage: https://twitter.com/bot_teleport
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Behind the scenes of a Twitter teleportation device
### How does it work?
- the teleport bot is running using http://cheapbotsdonequick.com/
- it has several "plots" and several words/sentences to create variations of those "plots"#### Example
Here is a very simple example "plot":
```
"origin":[#start# #attributes# #places#]
```
The hashtags on each side tell the tool to choose a random item of a referenced list.
For example for #start#, the tool would look up the list called "start" and choose a random item out of it.
This simple procedure makes the code:
```
"origin":[#start# #attributes# #places#]
```
turn into something like this:
```
You discover a magical tower
```
There is also a great tutorial if you'd like to learn more: http://www.crystalcodepalace.com/traceryTut.html
This repository is licensed as CC0/Public Domain - do whatever you want with it!