Standalone bot that translates original tweets to Nomlish language.
- Python3
- pip
- Selenium
- BeautifulSoup 4
- Twitter API
- geckodriver
If you have not registered for Twitter Developers, please register and get the API keys.
Install packages:
pip3 install selenium beautifulsoup4 twitter
You have to replace the strings in config.py
with the API keys.
# Set your keys
ACCESS_TOKEN = 'Access token'
ACCESS_TOKEN_SECRET = 'Access token secret'
CONSUMER_KEY = 'Consumer API key'
CONSUMER_SECRET = 'Consumer API secret key'
Run:
python3 nomlish_bot.py target_user_id
If the target user id is '@abc1234', you run:
python3 nomlish_bot.py abc1234