Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/himanoa/twtognusocial


https://github.com/himanoa/twtognusocial

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# TwtoGnuSocial

## requirements

- python 3.5.2

## starting

```
export TWITTER_ID='Your Twitter id'
export TWITTER_CK='xxxxxxxxxxxxxxxxxxxxxxx'
export TWITTER_CS='xxxxxxxxxxxxxxxxxxxxxxx'
export TWITTER_AT='xxxxxxxxxxxxxxxxxxxxxxx'
export TWITTER_AS='xxxxxxxxxxxxxxxxxxxxxxx'
export GNUSOCIAL_CK='xxxxxxxxxxxxxxxxxxxxxxx'
export GNUSOCIAL_CS='xxxxxxxxxxxxxxxxxxxxxxx'
export GNUSOCIAL_AT='xxxxxxxxxxxxxxxxxxxxxxx'
export GNUSOCIAL_AS='xxxxxxxxxxxxxxxxxxxxxxx'

pip install -r requirements.txt
python main.py
```