Skip to content

This is bot which translate tweets to Nomlish and tweet the translated words.

Notifications You must be signed in to change notification settings

tocoteron/NomlishBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

NomlishBot

Standalone bot that translates original tweets to Nomlish language.

Getting started

Requirements

  • Python3
  • pip
  • Selenium
  • BeautifulSoup 4
  • Twitter API
  • geckodriver

Installation

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'

Usage

Run:

python3 nomlish_bot.py target_user_id

Example

If the target user id is '@abc1234', you run:

python3 nomlish_bot.py abc1234

About

This is bot which translate tweets to Nomlish and tweet the translated words.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages