/tweetegram2

Simple Python script to pipe Tweets from selected user(s) to Telegram - implemented for use with Twitter API v2

Primary LanguagePythonMIT LicenseMIT

Tweetegram2

Simple Python script to pipe Tweets from selected user(s) to Telegram - implemented for use with Twitter API v2

How to use:

  1. Clone repository
  2. Install requirements via "pip install -r requirements.txt" or "pip3 install -r requirements.txt"
  3. Add relevant secrets to config.py
  4. Add config.py to .gitignore
  5. Run main.py via "python main.py" or "python3 main.py"