Skip to content

Instantly share code, notes, and snippets.

@GandaG
GandaG / rss_archiveofourown
Created September 16, 2018 04:40
A small script to generate RSS 2.0 feeds from archiveofourown.org works.
#!/usr/bin/python3
# MIT License
# Copyright (c) 2018 Daniel Nunes
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@GandaG
GandaG / rss_fictionpress
Created September 16, 2018 12:57
A small script to generate RSS 2.0 feeds from fictionpress.com stories.
#!/usr/bin/python3
# MIT License
# Copyright (c) 2018 Daniel Nunes
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@GandaG
GandaG / rss_royalroad
Created September 16, 2018 12:58
A small script that takes a royalroad.com RSS feed and outputs one with the full contents of each chapter.
#!/usr/bin/python3
# MIT License
# Copyright (c) 2018 Daniel Nunes
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
#!/usr/bin/env bash
set -e
## TODO:
# browser settings and such
# htop-vim-temperature
# proper vim setup
#### CONSTANTS ####