https://github.com/amake/twitternamefinagler
A bot to adjust your Twitter profile info automatically
https://github.com/amake/twitternamefinagler
Last synced: over 1 year ago
JSON representation
A bot to adjust your Twitter profile info automatically
- Host: GitHub
- URL: https://github.com/amake/twitternamefinagler
- Owner: amake
- License: mit
- Created: 2017-09-28T15:25:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T12:28:49.000Z (over 8 years ago)
- Last Synced: 2025-01-22T15:43:19.555Z (over 1 year ago)
- Language: Python
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Twitter Name Finagler
This bot facilitates automatic adjustments to Twitter account information.
# Usage
Place a `profile.properties` file at the root with the following keys (may be
empty or nonexistent)::
name=
url=
location=
description=
Embed tokens like `${}` in the values; they will be replaced as
appropriate. Supported ``s:
- `character`: A random Unicode character (U+0000—U+10FFFF; not in the M* or
C* categories)
- `adjective`: A random adjective
- `indefinite_adjective`: A random adjective prepended with an appropriate
indefinite article ("a" or "an")
- `enclosing_character`: A random Unicode character of category "mark, enclosing (`Me`)
# Requirements
- Python 2.7 ("wide" build)
# License
MIT
# Acknowledgments
This project uses word lists derived from [WordNet](http://wordnet.princeton.edu).